Skip to content

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

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

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/ui (source) ^3.0.2 -> ^3.1.0 age adoption passing confidence
eslint (source) ^9.24.0 -> ^9.25.1 age adoption passing confidence
eslint-plugin-vue (source) ^10.0.0 -> ^10.1.0 age adoption passing confidence
pnpm (source) 10.8.1 -> 10.10.0 age adoption passing confidence
typescript-eslint (source) ^8.30.1 -> ^8.31.1 age adoption passing confidence
vite (source) ^6.2.6 -> ^6.3.4 age adoption passing confidence
vue-router ^4.5.0 -> ^4.5.1 age adoption passing confidence

Release Notes

nuxt/ui (@​nuxt/ui)

v3.1.0

Compare Source

⚠ BREAKING CHANGES
  • OverlayProvider: return an overlay instance from .open() (#​3829)
Features
Bug Fixes
eslint/eslint (eslint)

v9.25.1

Compare Source

v9.25.0

Compare Source

vuejs/eslint-plugin-vue (eslint-plugin-vue)

v10.1.0

Compare Source

v10.0.1

Compare Source

pnpm/pnpm (pnpm)

v10.10.0

Compare Source

Minor Changes
  • Allow loading the preResolution, importPackage, and fetchers hooks from local pnpmfile.
Patch Changes
  • Fix cd command, when shellEmulator is true #​7838.
  • Sort keys in pnpm-workspace.yaml #​9453.
  • Pass the npm_package_json environment variable to the executed scripts #​9452.
  • Fixed a mistake in the description of the --reporter=silent option.

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.
typescript-eslint/typescript-eslint (typescript-eslint)

v8.31.1

Compare Source

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

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

v8.31.0

Compare Source

🩹 Fixes
  • typescript-eslint: gracefully handle invalid flat config objects in config helper (#​11070)
  • typescript-eslint: address bugs in config() around global ignores (#​11065)
❤️ Thank You

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

vitejs/vite (vite)

v6.3.4

Compare Source

v6.3.3

Compare Source

v6.3.2

Compare Source

v6.3.1

Compare Source

v6.3.0

Compare Source

v6.2.7

Compare Source

Please refer to CHANGELOG.md for details.

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.

Copy link

codesandbox bot commented Apr 16, 2025

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Copy link

cloudflare-workers-and-pages bot commented Apr 16, 2025

Deploying nuxt-ui-vue-starter with  Cloudflare Pages  Cloudflare Pages

Latest commit: 9379198
Status: ✅  Deploy successful!
Preview URL: https://8757159e.nuxt-ui-vue-starter.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.nuxt-ui-vue-starter.pages.dev

View logs

@renovate renovate bot changed the title chore(deps): update devdependency vite to ^6.3.0 chore(deps): update devdependency vite to ^6.3.1 Apr 17, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 67e0e4c to ae51286 Compare April 18, 2025 07:25
@renovate renovate bot changed the title chore(deps): update devdependency vite to ^6.3.1 chore(deps): update devdependency vite to ^6.3.2 Apr 18, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ae51286 to 7668595 Compare April 18, 2025 22:41
@renovate renovate bot changed the title chore(deps): update devdependency vite to ^6.3.2 chore(deps): update all non-major dependencies Apr 18, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 1b3e704 to 1e30b12 Compare April 28, 2025 03:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 16ba382 to 207b472 Compare April 30, 2025 07:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 207b472 to 9379198 Compare April 30, 2025 12:50
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