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

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cucumber/cucumber 11.0.1 -> 11.1.0 age adoption passing confidence
@nuxt/eslint-config (source) 0.6.1 -> 0.7.1 age adoption passing confidence
@nuxtjs/i18n (source) 9.0.0 -> 9.1.0 age adoption passing confidence
@playwright/test (source) 1.48.2 -> 1.49.0 age adoption passing confidence
eslint (source) 9.14.0 -> 9.15.0 age adoption passing confidence
happy-dom 15.11.0 -> 15.11.6 age adoption passing confidence
local-pkg ^0.5.0 -> ^0.5.1 age adoption passing confidence
magic-string ^0.30.12 -> ^0.30.13 age adoption passing confidence
playwright-core (source) 1.48.2 -> 1.49.0 age adoption passing confidence
pnpm (source) 9.12.3 -> 9.13.2 age adoption passing confidence
rollup (source) 4.25.0 -> 4.27.3 age adoption passing confidence
unimport 3.13.1 -> 3.13.2 age adoption passing confidence
unplugin ^1.15.0 -> ^1.16.0 age adoption passing confidence
vite (source) 5.4.10 -> 5.4.11 age adoption passing confidence
vue (source) ^3.5.12 -> ^3.5.13 age adoption passing confidence
vue (source) 3.5.12 -> 3.5.13 age adoption passing confidence

Release Notes

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

v11.1.0

Compare Source

Added
Changed
  • Replace JUnit formatter with messages-based package (#​2445)
Fixed
  • Handle UNKNOWN status when rendering test run outcome (#​2441)
nuxt/eslint (@​nuxt/eslint-config)

v0.7.1

Compare Source

No significant changes

    View changes on GitHub

v0.7.0

Compare Source

   🚀 Features
    View changes on GitHub

v0.6.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
nuxt-modules/i18n (@​nuxtjs/i18n)

v9.1.0

Compare Source

This changelog is generated by GitHub Releases

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
microsoft/playwright (@​playwright/test)

v1.49.0

Compare Source

eslint/eslint (eslint)

v9.15.0

Compare Source

capricorn86/happy-dom (happy-dom)

v15.11.6

Compare Source

👷‍♂️ Patch fixes

v15.11.5

Compare Source

👷‍♂️ Patch fixes
  • HTMLSelectElement should not dispatch "change" event when changing value or index - By @​capricorn86 in task #​1603

v15.11.4

Compare Source

👷‍♂️ Patch fixes
  • Strings should be converted into numbers in setters for HTMLMeterElement and HTMLProgressElement - By @​capricorn86 in task #​1601

v15.11.3

Compare Source

👷‍♂️ Patch fixes

v15.11.2

Compare Source

👷‍♂️ Patch fixes
  • Fixes bug where pseudo selectors without an ending parentheses threw an in invalid selector error - By @​capricorn86 in task #​1558
  • Fixes bug where it was not possible to use the characters ":" and "\" in attribute selectors - By @​capricorn86 in task #​1561

v15.11.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes bug where Document.activeElement is set to the wrong target when triggering HTMLSelectElement.focus() - By @​capricorn86 in task #​1592
    • HTMLSelectElement is a Proxy since v15 and focus() was setting the target of the Proxy as the active element, but should set the Proxy
antfu/local-pkg (local-pkg)

v0.5.1

Compare Source

   🚀 Features
    View changes on GitHub
rich-harris/magic-string (magic-string)

v0.30.13

Compare Source

Features
pnpm/pnpm (pnpm)

v9.13.2: pnpm 9.13.2

Compare Source

Patch Changes

  • Detection of circular peer dependencies should not crash with aliased dependencies #​8759. Fixes a regression introduced in the previous version.
  • Fix race condition of symlink creations caused by multiple parallel dlx processes.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me

Silver Sponsors

Leniolabs_ Vercel
Depot moonrepo
devowl.io Cerbos
vlt Vite

v9.13.1: pnpm 9.13.1

Compare Source

Patch Changes

  • Fixed some edge cases where resolving circular peer dependencies caused a dead lock #​8720.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me

Silver Sponsors

Leniolabs_ Vercel
Depot moonrepo
devowl.io Cerbos
vlt Vite

v9.13.0: pnpm 9.13

Compare Source

Minor Changes

  • The self-update now accepts a version specifier to install a specific version of pnpm. E.g.:

    pnpm self-update 9.5.0
    

    or

    pnpm self-update next-10
    

Patch Changes

  • Fix Cannot read properties of undefined (reading 'name') that is printed while trying to render the missing peer dependencies warning message #​8538.

Platinum Sponsors

Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me

Silver Sponsors

Leniolabs_ Vercel
Depot moonrepo
devowl.io Cerbos
vlt Vite
rollup/rollup (rollup)

v4.27.3

Compare Source

2024-11-18

Bug Fixes
  • Revert object property tree-shaking for now (#​5736)
Pull Requests

v4.27.2

Compare Source

2024-11-15

Bug Fixes
  • Ensure unused variables in patterns are always deconflicted if rendered (#​5728)
Pull Requests

v4.27.1

Compare Source

2024-11-15

Bug Fixes
  • Fix some situations where parameter declarations could put Rollup into an infinite loop (#​5727)
Pull Requests

v4.27.0

Compare Source

2024-11-15

Features
  • Tree-shake unused properties in object literals (#​5420)
Bug Fixes
  • Change hash length limit to 21 to avoid inconsistent hash length (#​5423)
Pull Requests

v4.26.0

Compare Source

2024-11-13

Features
  • Allow to avoid await bundle.close() via explicit resource management in TypeScript (#​5721)
Pull Requests
unjs/unimport (unimport)

v3.13.2

Compare Source

Bug Fixes
  • Remove non-existing 'locale' from date-fns preset (#​388) (f67b88d)
unjs/unplugin (unplugin)

v1.16.0

Compare Source

vitejs/vite (vite)

v5.4.11

Compare Source

Please refer to CHANGELOG.md for details.

vuejs/core (vue)

v3.5.13

Compare Source

Bug Fixes
Performance Improvements

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from danielroe as a code owner November 11, 2024 13:43
@renovate renovate bot changed the title chore(deps): update resolutions vite to v5.4.11 chore(deps): update all non-major dependencies Nov 11, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 17 times, most recently from 91b1a93 to 956d9e5 Compare November 18, 2024 19:17
@danielroe danielroe merged commit dea6af2 into main Nov 19, 2024
4 checks passed
@danielroe danielroe deleted the renovate/all-minor-patch branch November 19, 2024 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant