Skip to content

chore(deps): update all non-major dependencies #446

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 5, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@iconify-json/simple-icons ^1.2.32 -> ^1.2.33 age adoption passing confidence
@nuxtjs/seo (source) ^3.0.2 -> ^3.0.3 age adoption passing confidence
@stripe/stripe-js (source) ^7.0.0 -> ^7.2.0 age adoption passing confidence
@typescript-eslint/typescript-estree (source) ^8.30.1 -> ^8.31.0 age adoption passing confidence
@unhead/vue (source) ^2.0.5 -> ^2.0.8 age adoption passing confidence
@unhead/vue (source) ^2.0.3 -> ^2.0.8 age adoption passing confidence
acorn-loose ^8.4.0 -> ^8.5.0 age adoption passing confidence
eslint (source) 9.24.0 -> 9.25.1 age adoption passing confidence
playwright-core (source) ^1.51.1 -> ^1.52.0 age adoption passing confidence
pnpm (source) 10.8.1 -> 10.9.0 age adoption passing confidence
shiki (source) ^3.2.2 -> ^3.3.0 age adoption passing confidence
typescript (source) 5.8.2 -> 5.8.3 age adoption passing confidence
unhead (source) ^2.0.5 -> ^2.0.8 age adoption passing confidence
vitest (source) ^3.1.1 -> ^3.1.2 age adoption passing confidence
vue-tsc (source) ^2.2.8 -> ^2.2.10 age adoption passing confidence

Release Notes

harlan-zw/nuxt-seo (@​nuxtjs/seo)

v3.0.3

Compare Source

📦 Dependencies

Updated SEO related packages:

  • @nuxtjs/robots: ^5.2.8 → ^5.2.10
  • @nuxtjs/sitemap: ^7.2.9 → ^7.2.10
  • nuxt-og-image: ^5.1.1 → ^5.1.2
  • nuxt-schema-org: ^5.0.4 → ^5.0.5
  • nuxt-seo-utils: ^7.0.5 → ^7.0.8
  • nuxt-site-config: ^3.1.7 → ^3.1.9

These updates bring the latest bug fixes and improvements from the Nuxt SEO ecosystem.

When using PNPM please run pnpm dedupe after upgrade.

    View changes on GitHub
stripe/stripe-js (@​stripe/stripe-js)

v7.2.0

Compare Source

Changed
  • Update PMME currency and countryCode types (#​750)

v7.1.0

Compare Source

New features
  • Remove CPM beta references, add CPM to elements.update types (#​747)
typescript-eslint/typescript-eslint (@​typescript-eslint/typescript-estree)

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

unjs/unhead (@​unhead/vue)

v2.0.8

Compare Source

No significant changes

    View changes on GitHub

v2.0.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
acornjs/acorn (acorn-loose)

v8.5.0

Compare Source

eslint/eslint (eslint)

v9.25.1

Compare Source

v9.25.0

Compare Source

microsoft/playwright (playwright-core)

v1.52.0

Compare Source

pnpm/pnpm (pnpm)

v10.9.0

Compare Source

Minor Changes
  • Added support for installing JSR packages. You can now install JSR packages using the following syntax:

    pnpm add jsr:<pkg_name>
    

    or with a version range:

    pnpm add jsr:<pkg_name>@&#8203;<range>
    

    For example, running:

    pnpm add jsr:@&#8203;foo/bar
    

    will add the following entry to your package.json:

    {
      "dependencies": {
        "@&#8203;foo/bar": "jsr:^0.1.2"
      }
    }

    When publishing, this entry will be transformed into a format compatible with npm, older versions of Yarn, and previous pnpm versions:

    {
      "dependencies": {
        "@&#8203;foo/bar": "npm:@&#8203;jsr/foo__bar@^0.1.2"
      }
    }

    Related issue: #​8941.

    Note: The @jsr scope defaults to https://npm.jsr.io/ if the @jsr:registry setting is not defined.

  • Added a new setting, dangerouslyAllowAllBuilds, for automatically running any scripts of dependencies without the need to approve any builds. It was already possible to allow all builds by adding this to pnpm-workspace.yaml:

    neverBuiltDependencies: []

    dangerouslyAllowAllBuilds has the same effect but also allows to be set globally via:

    pnpm config set dangerouslyAllowAllBuilds true
    

    It can also be set when running a command:

    pnpm install --dangerously-allow-all-builds
    
Patch Changes
  • Fix a false negative in verifyDepsBeforeRun when nodeLinker is hoisted and there is a workspace package without dependencies and node_modules directory #​9424.
  • Explicitly drop verifyDepsBeforeRun support for nodeLinker: pnp. Combining verifyDepsBeforeRun and nodeLinker: pnp will now print a warning.
shikijs/shiki (shiki)

v3.3.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vitest-dev/vitest (vitest)

v3.1.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
vuejs/language-tools (vue-tsc)

v2.2.10

Compare Source


Configuration

📅 Schedule: Branch creation - "on Monday" (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 was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Apr 5, 2025

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

Name Status Preview Comments Updated (UTC)
scripts-docs ❌ Failed (Inspect) Apr 22, 2025 5:30pm
scripts-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 22, 2025 5:30pm

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9c4e39b to 5bfebea Compare April 5, 2025 00:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5bfebea to 7804f68 Compare April 6, 2025 09:08
@renovate renovate bot changed the title chore(deps): update resolutions typescript to v5.8.3 chore(deps): update all non-major dependencies Apr 6, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7804f68 to 2d975ff Compare April 7, 2025 04:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2d975ff to 0104ff1 Compare April 7, 2025 08:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0104ff1 to 8120e32 Compare April 7, 2025 15:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8120e32 to 5ec9f5e Compare April 7, 2025 18:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5ec9f5e to efcb3b7 Compare April 8, 2025 08:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from efcb3b7 to 1a61aec Compare April 10, 2025 00:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1a61aec to cf8e7f8 Compare April 10, 2025 09:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cf8e7f8 to 2b13cf8 Compare April 11, 2025 01:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 360e116 to aa97a8b Compare April 17, 2025 00:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from aa97a8b to 714cf9d Compare April 17, 2025 08:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 714cf9d to bdbb60c Compare April 17, 2025 18:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bdbb60c to 9343bf3 Compare April 18, 2025 20:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9343bf3 to fb7fea7 Compare April 21, 2025 12:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fb7fea7 to 556aaae Compare April 21, 2025 16:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 556aaae to 8de17a2 Compare April 21, 2025 20:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8de17a2 to 22a75d7 Compare April 22, 2025 05:15
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