Skip to content

fix(deps): update all non-major dependencies#70

Merged
nekomeowww merged 1 commit intomainfrom
renovate/all-minor-patch
May 1, 2025
Merged

fix(deps): update all non-major dependencies#70
nekomeowww merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 21, 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
@nolebase/ui (source) 2.16.0 -> 2.17.0 age adoption passing confidence
@nolebase/ui-asciinema (source) 2.16.0 -> 2.17.0 age adoption passing confidence
@nolebase/vitepress-plugin-enhanced-mark (source) 2.16.0 -> 2.17.0 age adoption passing confidence
@nolebase/vitepress-plugin-enhanced-readabilities (source) 2.16.0 -> 2.17.0 age adoption passing confidence
@nolebase/vitepress-plugin-git-changelog (source) 2.16.0 -> 2.17.0 age adoption passing confidence
@nolebase/vitepress-plugin-highlight-targeted-heading (source) 2.16.0 -> 2.17.0 age adoption passing confidence
@types/node (source) 22.14.1 -> 22.15.3 age adoption passing confidence
eslint (source) 9.24.0 -> 9.25.1 age adoption passing confidence
github.com/samber/lo v1.49.1 -> v1.50.0 age adoption passing confidence
k8s.io/api v0.32.3 -> v0.33.0 age adoption passing confidence
k8s.io/apimachinery v0.32.3 -> v0.33.0 age adoption passing confidence
k8s.io/cli-runtime v0.32.3 -> v0.33.0 age adoption passing confidence
k8s.io/client-go v0.32.3 -> v0.33.0 age adoption passing confidence
pnpm (source) 10.8.1 -> 10.10.0 age adoption passing confidence
vite (source) 6.2.7 -> 6.3.4 age adoption passing confidence
vite-plugin-inspect 11.0.0 -> 11.0.1 age adoption passing confidence

Release Notes

nolebase/integrations (@​nolebase/ui)

v2.17.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
eslint/eslint (eslint)

v9.25.1

Compare Source

v9.25.0

Compare Source

samber/lo (github.com/samber/lo)

v1.50.0

Compare Source

What's Changed

Here is the 50th minor version !! 🔥🥂

New methods
Improvements
Documentation
Dependencies

New Contributors

Full Changelog: samber/lo@v1.49.1...v1.50.0

kubernetes/api (k8s.io/api)

v0.33.0

Compare Source

v0.32.4

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.33.0

Compare Source

v0.32.4

Compare Source

kubernetes/cli-runtime (k8s.io/cli-runtime)

v0.33.0

Compare Source

v0.32.4

Compare Source

kubernetes/client-go (k8s.io/client-go)

v0.33.0

Compare Source

v0.32.4

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

antfu/vite-plugin-inspect (vite-plugin-inspect)

v11.0.1

Compare Source

No significant changes

    View changes on GitHub

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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 force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7d0ad3c to 3f7dc61 Compare April 23, 2025 12:25
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Apr 23, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3f7dc61 to c80d08c Compare April 23, 2025 23:05
@renovate
Copy link
Contributor Author

renovate bot commented Apr 23, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
golang.org/x/net v0.37.0 -> v0.38.0
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 -> v0.0.0-20250318190949-c8a335a9a2ff
sigs.k8s.io/structured-merge-diff/v4 v4.5.0 -> v4.6.0

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 12c8e52 to d2a68df Compare April 28, 2025 03:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d2a68df to 4b0f478 Compare May 1, 2025 06:24
@nekomeowww nekomeowww merged commit 0eea4c5 into main May 1, 2025
2 of 3 checks passed
@nekomeowww nekomeowww deleted the renovate/all-minor-patch branch May 1, 2025 06: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