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 all non-major dependencies #859

Merged
merged 3 commits into from
Jul 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 22, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@cucumber/cucumber 10.7.0 -> 10.8.0 age adoption passing confidence resolutions minor
@cucumber/cucumber 10.7.0 -> 10.8.0 age adoption passing confidence devDependencies minor
@nuxt/module-builder 0.6.0 -> 0.8.1 age adoption passing confidence devDependencies minor
@playwright/test (source) 1.44.0 -> 1.45.0 age adoption passing confidence devDependencies minor
@types/jsdom (source) 21.1.6 -> 21.1.7 age adoption passing confidence devDependencies patch
actions/checkout v4.1.6 -> v4.1.7 age adoption passing confidence action patch
c12 ^1.10.0 -> ^1.11.1 age adoption passing confidence dependencies minor
eslint (source) 9.3.0 -> 9.6.0 age adoption passing confidence devDependencies minor
h3 1.11.1 -> 1.12.0 age adoption passing confidence devDependencies minor
jiti 1.21.0 -> 1.21.6 age adoption passing confidence devDependencies patch
nitropack 2.9.6 -> 2.9.7 age adoption passing confidence devDependencies patch
playwright-core (source) 1.44.0 -> 1.45.0 age adoption passing confidence devDependencies minor
pnpm (source) 9.1.2 -> 9.4.0 age adoption passing confidence packageManager minor
unimport 3.7.1 -> 3.7.2 age adoption passing confidence devDependencies patch
unplugin ^1.10.1 -> ^1.11.0 age adoption passing confidence dependencies minor
vite (source) 5.2.11 -> 5.3.2 age adoption passing confidence resolutions minor
vite (source) 5.2.11 -> 5.3.2 age adoption passing confidence devDependencies minor
vue (source) ^3.4.27 -> ^3.4.31 age adoption passing confidence resolutions patch
vue-router 4.3.2 -> 4.4.0 age adoption passing confidence devDependencies minor
vue-tsc (source) 2.0.19 -> 2.0.24 age adoption passing confidence devDependencies patch

Release Notes

cucumber/cucumber-js (@​cucumber/cucumber)

v10.8.0

Compare Source

Added
  • Add world and context to allow accessing state from arrow functions (#​2402)
nuxt/module-builder (@​nuxt/module-builder)

v0.8.1

Compare Source

compare changes

🩹 Fixes
  • build: Export all types in stub mode (6b1970d)
🏡 Chore
❤️ Contributors

v0.8.0

Compare Source

compare changes

🩹 Fixes
  • ⚠️ Do not augment nuxt options inside module entry (#​295)
  • build: Do not export default as a type (d29337c)
  • build: Only generate import type statement if required (190bff4)
⚠️ Breaking Changes
  • ⚠️ Do not augment nuxt options inside module entry (#​295)
❤️ Contributors

v0.7.1

Compare Source

compare changes

🩹 Fixes
  • build: Declare ModuleOptions in correct place (#​283)
📖 Documentation
  • Update path for runtime js files (#​282)
❤️ Contributors

v0.7.0

Compare Source

compare changes

🚀 Enhancements
  • Auto generate module options from schema meta (#​33)
🩹 Fixes
  • Use tsconfck to resolve tsconfig compilerOptions (#​274)
  • ⚠️ Use .js extension for files in runtime/ directory (dbd05bb)
  • Resolve full path to runtime externals (#​275)
  • Include dist/runtime in externals list (0946c04)
📖 Documentation
  • Add types condition to export subpath (#​265)
🏡 Chore
✅ Tests
  • Add additional test for validity of types shared from runtime (afc4374)
🤖 CI
  • Adds reproduction workflow (0dc73bb)
⚠️ Breaking Changes
  • ⚠️ Use .js extension for files in runtime/ directory (dbd05bb)
❤️ Contributors
microsoft/playwright (@​playwright/test)

v1.45.0

Compare Source

v1.44.1

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/30779 - [REGRESSION]: When using video: 'on' with VSCode extension the browser got closed
https://github.com/microsoft/playwright/issues/30755 - [REGRESSION]: Electron launch with spaces inside executablePath didn't workhttps://github.com/microsoft/playwright/issues/307700 - [REGRESSION]: Mask elements outside of viewport when creating fullscreen screenshots didn't worhttps://github.com/microsoft/playwright/issues/3085858 - [REGRESSION]: ipv6 got shown instead of localhost in show-trace/show-report

Browser Versions

  • Chromium 125.0.6422.14
  • Mozilla Firefox 125.0.1
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 124
  • Microsoft Edge 124
actions/checkout (actions/checkout)

v4.1.7

Compare Source

unjs/c12 (c12)

v1.11.1

Compare Source

compare changes

🩹 Fixes
  • update: Await on onUpdate (6b37c98)
  • update: Respect falsy value of onCreate (cc4e991)
  • update: Use relative path to resolve config (8b58b25)
❤️ Contributors

v1.11.0

Compare Source

compare changes

🚀 Enhancements
  • Resolvable configs (#​159)
  • Custom merger to replace built-in defu (#​160)
  • Config update util (#​162)
🩹 Fixes
  • loadConfig: config is not nullable (#​161)
💅 Refactors
  • Internally use named sources (#​158)
🏡 Chore
❤️ Contributors
eslint/eslint (eslint)

v9.6.0

Compare Source

v9.5.0

Compare Source

v9.4.0

Compare Source

unjs/h3 (h3)

v1.12.0

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
  • getRequestUrl: Forward opts to getRequestProtocol (#​776)
  • readRawBody: Read chunked body (#​652)
  • proxy: Better error when upstream proxy fails (#​746)
  • node: Make sure onBeforeResponse and onAfterResponse are called with error code (#​756)
  • sse: Prevent onClosed from firing twice in EventStream (#​704)
  • plain: Avoid import from unenv internals (#​781)
💅 Refactors
  • session: Remove unnecessary async for clear (#​729)
  • Update unenv import (76736ea)
📖 Documentation
  • Fix typo (#​699)
  • Fix typo (#​707)
  • Fix typo (#​712)
  • Fix typo (#​730)
  • Fix typo (#​732)
  • Remove extra space (#​718)
  • Add semi (#​710)
  • event-handler: Fix typo (#​684)
  • Add jsdoc examples for response utils (#​677)
  • Add note for getRequestIP return value (#​726)
  • Fix session example (#​702)
  • Add jsdoc examples for request utils (#​680)
  • Fix typo (#​734)
  • Correct zod validation example (#​735)
  • Fix typos (#​738)
  • Fix typo (#​758)
  • Add usage example for handleCors (#​747)
  • Fix typo for text/html content-type (#​764)
  • Update mogen example to use combined log format (#​771)
  • Fix typo for plain adapter example (#​766)
  • examples: Add cors example (#​700)
  • Fix respondWith event object (#​775)
  • Provide async for request body (#​777)
  • error-handling: Add string vs object errors and update createError jsdoc (#​762)
🏡 Chore
🤖 CI
  • Remove node 16 from test matrix (458cfac)
❤️ Contributors
unjs/jiti (jiti)

v1.21.6

Compare Source

compare changes

🩹 Fixes
  • Use internal cached modules only if loaded (#​247)

v1.21.5

Compare Source

compare changes

🩹 Fixes

From 1.21.4

  • Avoid node: protocol for node 14 compatibility (5d877de)
  • Update deps (5e11181)

v1.21.4

Compare Source

v1.21.3

Compare Source

compare changes

🩹 Fixes
❤️ Contributors

v1.21.2

Compare Source

compare changes

🩹 Fixes
❤️ Contributors

v1.21.1

Compare Source

compare changes

🏡 Chore
🤖 CI
❤️ Contributors
unjs/nitro (nitropack)

v2.9.7

Compare Source

[!NOTE]
Release of Nitro 2.10 might little bit take longer (after Nitro 3.0 release) in order to make sure all major refactors are nonbreaking and tested enough. In the meantime, 2.9.7 adds important fixes.

Full changelog: unjs/nitro@v2.9.6...v2.9.7

🩹 Fixes
❤️ Contributors
pnpm/pnpm (pnpm)

v9.4.0

Compare Source

v9.3.0

Compare Source

Minor Changes

  • Semi-breaking. Dependency key names in the lockfile are shortened if they are longer than 1000 characters. We don't expect this change to affect many users. Affected users most probably can't run install successfully at the moment. This change is required to fix some edge cases in which installation fails with an out-of-memory error or "Invalid string length (RangeError: Invalid string length)" error. The max allowed length of the dependency key can be controlled with the peers-suffix-max-length setting #​8177.

Patch Changes

  • Set reporter-hide-prefix to true by default for pnpm exec. In order to show prefix, the user now has to explicitly set reporter-hide-prefix=false #​8174.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v9.2.0

Compare Source

Minor Changes

  • If package-manager-strict-version is set to true, pnpm will fail if its version doesn't exactly match the version in the "packageManager" field of package.json.

Patch Changes

  • Update @yarnpkg/pnp to the latest version, fixing issue with node: imports #​8161.
  • Deduplicate bin names to prevent race condition and corrupted bin scripts #​7833.
  • pnpm doesn't fail if its version doesn't match the one specified in the "packageManager" field of package.json #​8087.
  • exec now also streams prefixed output when --recursive or --parallel is specified just as run does #​8065.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v9.1.4

Compare Source

v9.1.3

Compare Source

unjs/unimport (unimport)

v3.7.2

Compare Source

Bug Fixes
unjs/unplugin (unplugin)

[v1.11.0](https://togithub.com/unjs/unplugin/blob/


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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. View repository job log here.

@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label May 22, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 984c914 to 0293941 Compare May 23, 2024 11:18
@renovate renovate bot changed the title chore(deps): update devdependency @nuxt/module-builder to v0.7.0 chore(deps): update all non-major dependencies May 23, 2024
@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. and removed size:XS This PR changes 0-9 lines, ignoring generated files. labels May 23, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from a2ffdf2 to 2a9499c Compare June 12, 2024 11:09
@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. and removed size:S This PR changes 10-29 lines, ignoring generated files. labels Jun 12, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 8ad8c2f to 5a30ead Compare June 19, 2024 10:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from f501743 to 6807904 Compare June 24, 2024 23:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from b53e5b0 to 704b4ad Compare June 29, 2024 01:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 704b4ad to 42fb1b3 Compare June 30, 2024 10:40
@renovate renovate bot requested a review from danielroe as a code owner June 30, 2024 10:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 42fb1b3 to 21dd60a Compare June 30, 2024 13:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 21dd60a to 9ccf2bc Compare July 1, 2024 09:21
@danielroe danielroe merged commit 58d7714 into main Jul 1, 2024
4 checks passed
@danielroe danielroe deleted the renovate/all-minor-patch branch July 1, 2024 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant