Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update non-major #884

Closed
wants to merge 1 commit into from
Closed

chore(deps): update non-major #884

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@edge-runtime/types (source) ^3.0.1 -> ^3.0.2 age adoption passing confidence
@edge-runtime/vm (source) ^4.0.1 -> ^4.0.3 age adoption passing confidence
@rollup/plugin-node-resolve (source) ^15.2.3 -> ^15.2.4 age adoption passing confidence
@sanity/pkg-utils ^6.10.9 -> ^6.11.2 age adoption passing confidence
@vitest/coverage-v8 (source) 2.0.5 -> 2.1.1 age adoption passing confidence
eslint (source) ^8.57.0 -> ^8.57.1 age adoption passing confidence
next (source) ^14.2.5 -> ^14.2.13 age adoption passing confidence
nock ^13.5.4 -> ^13.5.5 age adoption passing confidence
prettier-plugin-packagejson ^2.5.1 -> ^2.5.2 age adoption passing confidence
rollup (source) ^4.20.0 -> ^4.22.4 age adoption passing confidence
terser (source) ^5.31.5 -> ^5.33.0 age adoption passing confidence
typescript (source) 5.5.3 -> 5.6.2 age adoption passing confidence
vitest (source) 2.0.5 -> 2.1.1 age adoption passing confidence

Release Notes

vercel/edge-runtime (@​edge-runtime/types)

v3.0.2

Compare Source

Patch Changes
vercel/edge-runtime (@​edge-runtime/vm)

v4.0.3

Compare Source

Patch Changes
  • fix: don't expose __conditionallyUpdatesHandlerList (#​959)

v4.0.2

Compare Source

Patch Changes
rollup/plugins (@​rollup/plugin-node-resolve)

v15.2.4

2024-09-22

Updates
  • chore: remove is-builtin-module (#​1735)
sanity-io/pkg-utils (@​sanity/pkg-utils)

v6.11.2

Compare Source

Bug Fixes

v6.11.1

Compare Source

Bug Fixes

v6.11.0

Compare Source

Features

v6.10.12

Compare Source

Bug Fixes

v6.10.11

Compare Source

Bug Fixes

v6.10.10

Compare Source

Bug Fixes
vitest-dev/vitest (@​vitest/coverage-v8)

v2.1.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.0

Compare Source

This release makes another big change to the Browser Mode by introducing locators API:

test('renders blog posts', async () => {
  const screen = page.render(<Blog />)

  await expect.element(screen.getByRole('heading', { name: 'Blog' })).toBeInTheDocument()

  const [firstPost] = screen.getByRole('listitem').all()

  await firstPost.getByRole('button', { name: 'Delete' }).click()

  expect(screen.getByRole('listitem').all()).toHaveLength(3)
})

You can use either vitest-browser-vue, vitest-browser-svelte or vitest-browser-react to render components and make assertions using locators. Locators are also available on the page object from @vitest/browser/context.

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
eslint/eslint (eslint)

v8.57.1

Compare Source

vercel/next.js (next)

v14.2.13

Compare Source

v14.2.12

Compare Source

v14.2.11

Compare Source

nock/nock (nock)

v13.5.5

Compare Source

matzkoh/prettier-plugin-packagejson (prettier-plugin-packagejson)

v2.5.2

Compare Source

Bug Fixes
  • deps: update dependency sort-package-json to v2.10.1 (44fef1d)
rollup/rollup (rollup)

v4.22.4

Compare Source

2024-09-21

Bug Fixes
  • Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles when run in a browser context (#​5671)
Pull Requests

v4.22.3

Compare Source

2024-09-21

Bug Fixes
  • Ensure that mutations in modules without side effects are observed while properly handling transitive dependencies (#​5669)
Pull Requests

v4.22.2

Compare Source

2024-09-20

Bug Fixes
  • Revert fix for side effect free modules until other issues are investigated (#​5667)
Pull Requests

v4.22.1

Compare Source

2024-09-20

Bug Fixes
  • Revert #​5644 "stable chunk hashes" while issues are being investigated
Pull Requests

v4.22.0

Compare Source

2024-09-19

Features
  • Add additional known global values to avoid access side effects (#​5651)
Bug Fixes
  • Ensure deterministic chunk hash generation despite async renderChunk hook (#​5644)
  • Improve side effect detection when using "smallest" treeshaking preset when imports are optimized away (#​5658)
Pull Requests

v4.21.3

Compare Source

2024-09-12

Bug Fixes
  • Always respect side effects in left-hand side of optional chain (#​5642)
  • Update stack trace for augmented errors to not hide relevant information (#​5640)
Pull Requests

v4.21.2

Compare Source

2024-08-30

Bug Fixes
  • Handle IIFE/UMD namespace definitions conflicting with a builtin property (#​5605)
Pull Requests

v4.21.1

Compare Source

2024-08-26

Bug Fixes
  • Ensure closeWatcher hook is called when watch mode is aborted via Ctrl+C (#​5618)
  • Do not produce invalid code for import.meta.url in compact mode (#​5624)
  • Do not throw when generating chunk names when preserving modules in Windows (#​5625)
Pull Requests

v4.21.0

Compare Source

2024-08-18

Features
  • Add option to configure directory for virtual modules when preserving modules (#​5602)
Pull Requests
terser/terser (terser)

v5.33.0

Compare Source

  • reduce_vars improved when dealing with hoisted function definitions (#​1544)

v5.32.0

Compare Source

  • import("module") can now be input and output from ESTree AST (#​1557)
  • BigInt literals can now be input and output from ESTree AST (#​1555)
  • typeof an object or array (typeof {} and typeof []) can now be statically evaluated. (#​1546)

v5.31.6

Compare Source

  • Retain side effects in a case when the expression is a sequence (comma) expression
microsoft/TypeScript (typescript)

v5.6.2

Compare Source

v5.5.4: TypeScript 5.5.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate using a curated preset maintained by Sanity. View repository job log here

@renovate renovate bot requested a review from a team September 23, 2024 10:29
Copy link

socket-security bot commented Sep 23, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@edge-runtime/types@3.0.2 Transitive: eval, unsafe +1 424 kB kikobeats
npm/@edge-runtime/vm@4.0.3 eval, unsafe +1 468 kB kikobeats
npm/@rollup/plugin-node-resolve@15.2.4 filesystem, unsafe Transitive: environment +13 649 kB shellscape
npm/@sanity/pkg-utils@6.11.2 environment Transitive: eval, filesystem, network, shell, unsafe +292 541 MB sanity-io
npm/@vitest/coverage-v8@2.1.1 Transitive: environment, filesystem, shell +60 9.81 MB antfu, oreanno, patak, ...1 more
npm/eslint@8.57.1 environment, filesystem Transitive: eval, shell, unsafe +97 10.7 MB eslintbot
npm/next@14.2.13 environment, filesystem, network, shell, unsafe +28 1.2 GB vercel-release-bot
npm/nock@13.5.5 environment, filesystem, network +4 259 kB nockbot
npm/prettier-plugin-packagejson@2.5.2 Transitive: environment, filesystem +33 817 kB matzkoh
npm/rollup@4.22.4 None +18 41.6 MB eventualbuddha, lukastaegert, rich_harris, ...2 more
npm/terser@5.33.0 Transitive: filesystem, shell +11 4.3 MB fabiosantoscode
npm/typescript@5.6.2 None 0 22.4 MB typescript-bot
npm/vitest@2.1.1 Transitive: environment, eval, filesystem, network, shell, unsafe +62 232 MB antfu, oreanno, patak, ...1 more

🚮 Removed packages: npm/@edge-runtime/types@3.0.1, npm/@edge-runtime/vm@4.0.1, npm/@rollup/plugin-node-resolve@15.2.3, npm/@sanity/pkg-utils@6.10.9, npm/@vitest/coverage-v8@2.0.5, npm/eslint@8.57.0, npm/next@14.2.10, npm/nock@13.5.4, npm/prettier-plugin-packagejson@2.5.1, npm/rollup@4.20.0, npm/terser@5.31.5, npm/typescript@5.5.3, npm/vitest@2.0.5

View full report↗︎

@stipsan stipsan closed this Sep 23, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant