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 #893

Merged
merged 4 commits into from
Nov 5, 2024
Merged

chore(deps): update non-major #893

merged 4 commits into from
Nov 5, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 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-commonjs (source) ^26.0.1 -> ^26.0.3 age adoption passing confidence
@rollup/plugin-node-resolve (source) ^15.2.3 -> ^15.3.0 age adoption passing confidence
@sanity/pkg-utils ^6.10.9 -> ^6.11.8 age adoption passing confidence
@vitest/coverage-v8 (source) 2.0.5 -> 2.1.4 age adoption passing confidence
eslint (source) ^8.57.0 -> ^8.57.1 age adoption passing confidence
next (source) ^14.2.5 -> ^14.2.16 age adoption passing confidence
nock ^13.5.4 -> ^13.5.5 age adoption passing confidence
prettier-plugin-packagejson ^2.5.1 -> ^2.5.3 age adoption passing confidence
rollup (source) ^4.20.0 -> ^4.24.4 age adoption passing confidence
terser (source) ^5.31.5 -> ^5.36.0 age adoption passing confidence
typescript (source) 5.5.3 -> 5.6.3 age adoption passing confidence
vitest (source) 2.0.5 -> 2.1.4 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-commonjs)

v26.0.3

2024-09-23

Updates
rollup/plugins (@​rollup/plugin-node-resolve)

v15.3.0

2024-09-23

Features
  • feat: allow preferBuiltins to be a function (#​1694)

v15.2.4

2024-09-22

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

v6.11.8

Compare Source

Bug Fixes

v6.11.7

Compare Source

Bug Fixes

v6.11.6

Compare Source

Bug Fixes

v6.11.5

Compare Source

Bug Fixes

v6.11.4

Compare Source

Bug Fixes

v6.11.3

Compare Source

Bug Fixes

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.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v2.1.3

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v2.1.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

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

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 October 1, 2024 00:32
Copy link

socket-security bot commented Oct 1, 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-commonjs@26.0.3 Transitive: environment, filesystem, shell +41 4.16 MB guybedford, lukastaegert, rich_harris, ...1 more
npm/@rollup/plugin-node-resolve@15.3.0 Transitive: environment, filesystem +13 651 kB guybedford, lukastaegert, rich_harris, ...1 more
npm/@sanity/pkg-utils@6.11.8 Transitive: environment, eval, filesystem, network, shell, unsafe +283 545 MB armandocerna, ash, atombender, ...59 more
npm/@types/node@22.9.0 None +1 2.36 MB types
npm/@vitest/coverage-v8@2.1.4 Transitive: environment, filesystem, shell +57 9.11 MB vitestbot
npm/eslint@8.57.1 environment, filesystem Transitive: eval, shell, unsafe +97 10.7 MB eslintbot
npm/next@14.2.16 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.3 Transitive: environment, filesystem +33 821 kB matzkoh
npm/rollup@4.24.4 None +20 47.2 MB eventualbuddha, lukastaegert, rich_harris, ...2 more
npm/terser@5.36.0 Transitive: filesystem, shell +11 4.3 MB fabiosantoscode
npm/typescript@5.6.3 None 0 22.4 MB typescript-bot
npm/vitest@2.1.4 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-commonjs@26.0.1, npm/@rollup/plugin-node-resolve@15.2.3, npm/@sanity/pkg-utils@6.10.9, npm/@types/node@20.12.5, 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.22.4, npm/terser@5.31.5, npm/typescript@5.5.3, npm/vitest@2.0.5

View full report↗︎

@renovate renovate bot force-pushed the renovate/non-major branch 4 times, most recently from f3bb03b to d435ed0 Compare October 8, 2024 15:54
@renovate renovate bot force-pushed the renovate/non-major branch 3 times, most recently from 16f547b to 0fb2887 Compare October 14, 2024 14:53
@renovate renovate bot force-pushed the renovate/non-major branch 4 times, most recently from 733ee7c to 45cd633 Compare October 23, 2024 08:43
@renovate renovate bot force-pushed the renovate/non-major branch 6 times, most recently from a7e8764 to f82bee0 Compare October 31, 2024 16:55
@renovate renovate bot force-pushed the renovate/non-major branch from f82bee0 to 670e34b Compare November 4, 2024 11:48
Copy link
Contributor Author

renovate bot commented Nov 5, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@stipsan stipsan merged commit 6d3f4a5 into main Nov 5, 2024
15 checks passed
@stipsan stipsan deleted the renovate/non-major branch November 5, 2024 12:40
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 13, 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