Skip to content

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

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 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/content (source) ^3.4.0 -> ^3.5.1 age adoption passing confidence
eslint (source) ^9.24.0 -> ^9.25.1 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
vitest (source) ^3.1.1 -> ^3.1.2 age adoption passing confidence
vue-router ^4.5.0 -> ^4.5.1 age adoption passing confidence

Release Notes

nuxt/content (@​nuxt/content)

v3.5.1

Compare Source

Bug Fixes
  • prevenr hydration when content contains \r (c10269d)

v3.5.0

Compare Source

Features
Bug Fixes
  • cache: split large queries (ef50925)
  • cloudflare: load sql dump from assets (#​3275) (453ba2e)
  • collection: avoid double update of some record by using the hash column as index (#​3304) (ebfb6e5)
  • dev: do not create hash column on local cache table (8fff15c)
  • Disallow crawlers from crawling /__nuxt_content paths. (#​3299) (849e79d)
  • explicitly set the dump's content type (#​3302) (e1a98d4)
  • generate correct collection insert for object and array default values (#​3277) (a9587ee)
  • module: invalid rootDir of layer sources (#​3308) (2579910)
  • preview: handle collection search with prefixed sources (#​3317) (c152782)
  • preview: handle strings format when generating insert query (c18e094)
  • preview: remove prefix when parsing files (498168f)
  • preview: transform value based on schema for sql query generation (994ae98)
  • reactively load components when body changes (#​3283) (b6a30aa)
  • templates: props definition (997fc65)
  • update csv docs & fix csv options typo (#​3300) (2c2fc77)
eslint/eslint (eslint)

v9.25.1

Compare Source

v9.25.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/router (vue-router)

v4.5.1

Compare Source

Please refer to CHANGELOG.md for details.


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.

@renovate renovate bot changed the title chore(deps): update pnpm to v10.7.1 chore(deps): update all non-major dependencies Apr 4, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 38dcc32 to 42d5295 Compare April 6, 2025 08:48
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Apr 6, 2025
@renovate renovate bot closed this Apr 6, 2025
@renovate renovate bot deleted the renovate/all-minor-patch branch April 6, 2025 09:01
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies Apr 7, 2025
@renovate renovate bot reopened this Apr 7, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 9f44822 to 192685b Compare April 14, 2025 14:35
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Apr 16, 2025
@renovate renovate bot closed this Apr 16, 2025
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies Apr 18, 2025
@renovate renovate bot reopened this Apr 18, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8b3af59 to 192685b Compare April 18, 2025 20:51
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update devdependency eslint to ^9.25.0 Apr 18, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 192685b to 7dbf8be Compare April 19, 2025 00:39
@renovate renovate bot changed the title chore(deps): update devdependency eslint to ^9.25.0 chore(deps): update all non-major dependencies Apr 21, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7dbf8be to e62dad1 Compare April 21, 2025 09:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from f3da465 to 6073ce8 Compare April 24, 2025 18:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6073ce8 to 9f410c4 Compare April 25, 2025 15:14
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