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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@iconify-json/carbon ^1.2.3 -> ^1.2.4 age adoption passing confidence devDependencies patch
@iconify-json/simple-icons ^1.2.8 -> ^1.2.12 age adoption passing confidence dependencies patch
@nuxt/eslint-config (source) ^0.6.1 -> ^0.7.1 age adoption passing confidence devDependencies minor
@nuxt/fonts ^0.10.0 -> ^0.10.2 age adoption passing confidence dependencies patch
@nuxt/ui (source) ^2.18.7 -> ^2.19.2 age adoption passing confidence dependencies patch
@nuxt/ui-pro ^1.4.4 -> ^1.5.0 age adoption passing confidence dependencies patch
@nuxthq/studio (source) ^2.1.1 -> ^2.2.1 age adoption passing confidence dependencies patch
@stripe/stripe-js (source) ^4.9.0 -> ^4.10.0 age adoption passing confidence dependencies minor
@typescript-eslint/typescript-estree (source) ^8.13.0 -> ^8.15.0 age adoption passing confidence devDependencies minor
@unhead/dom (source) 1.11.10 -> 1.11.11 age adoption passing confidence resolutions patch
@unhead/schema (source) 1.11.10 -> 1.11.11 age adoption passing confidence resolutions patch
@unhead/shared (source) 1.11.10 -> 1.11.11 age adoption passing confidence resolutions patch
@unhead/ssr (source) 1.11.10 -> 1.11.11 age adoption passing confidence resolutions patch
@unhead/vue (source) 1.11.10 -> 1.11.11 age adoption passing confidence resolutions patch
@vueuse/core (source) ^11.1.0 -> ^11.2.0 age adoption passing confidence dependencies patch
@vueuse/nuxt (source) ^11.1.0 -> ^11.2.0 age adoption passing confidence dependencies patch
actions/checkout v4.1.7 -> v4.2.2 age adoption passing confidence action minor
actions/setup-node v4.0.3 -> v4.1.0 age adoption passing confidence action minor
eslint (source) 9.14.0 -> 9.15.0 age adoption passing confidence devDependencies minor
eslint-plugin-n ^17.13.1 -> ^17.13.2 age adoption passing confidence devDependencies patch
happy-dom ^15.11.0 -> ^15.11.6 age adoption passing confidence devDependencies patch
magic-string ^0.30.12 -> ^0.30.13 age adoption passing confidence dependencies patch
mlly ^1.7.2 -> ^1.7.3 age adoption passing confidence dependencies patch
playwright-core (source) ^1.48.2 -> ^1.49.0 age adoption passing confidence devDependencies minor
pnpm (source) 9.12.2 -> 9.14.1 age adoption passing confidence packageManager minor
shiki (source) 1.22.2 -> 1.23.1 age adoption passing confidence dependencies minor
shiki (source) ^1.22.0 -> ^1.23.1 age adoption passing confidence dependencies minor
unhead (source) 1.11.10 -> 1.11.11 age adoption passing confidence resolutions patch
unimport ^3.13.1 -> ^3.13.2 age adoption passing confidence dependencies patch
unplugin ^1.15.0 -> ^1.16.0 age adoption passing confidence dependencies minor
valibot (source) 1.0.0-beta.3 -> 1.0.0-beta.7 age adoption passing confidence dependencies patch
vitest (source) ^2.1.4 -> ^2.1.5 age adoption passing confidence devDependencies patch
vue (source) ^3.5.12 -> ^3.5.13 age adoption passing confidence resolutions patch
vue (source) ^3.5.12 -> ^3.5.13 age adoption passing confidence devDependencies patch

Release Notes

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
stripe/stripe-js (@​stripe/stripe-js)

v4.10.0

Compare Source

New features
  • Add missing payment element layout visibleAccordionItemsCount type (#​674)
Fixes
  • Update amount currency option type and ECE available PMs type (#​675)
Changed
typescript-eslint/typescript-eslint (@​typescript-eslint/typescript-estree)

v8.15.0

Compare Source

This was a version bump only for typescript-estree to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.14.0

Compare Source

🚀 Features
  • eslint-plugin: [no-confusing-void-expression] add an option to ignore void<->void (#​10067)
❤️ Thank You
  • Ronen Amiel

You can read about our versioning strategy and releases on our website.

unjs/unhead (@​unhead/dom)

v1.11.11

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
actions/checkout (actions/checkout)

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

actions/setup-node (actions/setup-node)

v4.1.0

Compare Source

v4.0.4

Compare Source

eslint/eslint (eslint)

v9.15.0

Compare Source

eslint-community/eslint-plugin-n (eslint-plugin-n)

v17.13.2

Compare Source

🩹 Fixes
  • no-missing-require: handle multiple resolvePaths (#​383) (df6ad2a)
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
rich-harris/magic-string (magic-string)

v0.30.13

Compare Source

Features
unjs/mlly (mlly)

v1.7.3

Compare Source

compare changes

🩹 Fixes
  • findExportNames: Do not require space before named exports (#​285)
🏡 Chore
❤️ Contributors
microsoft/playwright (playwright-core)

v1.49.0

Compare Source

pnpm/pnpm (pnpm)

v9.14.1

Minor Changes

  • Added support for pnpm pack --json to print packed tarball and contents in JSON format #​8765.

Patch Changes

  • pnpm exec should print a meaningful error message when no command is provided #​8752.
  • pnpm setup should remove the CLI from the target location before moving the new binary #​8173.
  • Fix ERR_PNPM_TARBALL_EXTRACT error while installing a dependency from GitHub having a slash in branch name #​7697.
  • Don't crash if the use-node-version setting is used and the system has no Node.js installed #​8769.
  • Convert settings in local .npmrc files to their correct types. For instance, child-concurrency should be a number, not a string #​5075.
  • pnpm should fail if a project requires a different package manager even if manage-package-manager-versions is set to true.
  • pnpm init should respect the --dir option #​8768.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me

v9.14.0

Compare Source

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

Copy link

vercel bot commented Sep 16, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
scripts-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 20, 2024 1:18am
scripts-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 20, 2024 1:18am

@renovate renovate bot changed the title chore(deps): update dependency @iconify-json/simple-icons to ^1.2.3 chore(deps): update all non-major dependencies Sep 16, 2024
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.

0 participants