Skip to content

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

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/all-minor-patch
Apr 28, 2025
Merged

chore(deps): update all non-major dependencies#185
renovate[bot] merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 28, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular-devkit/build-angular ^19.2.8 -> ^19.2.9 age adoption passing confidence
@angular/animations (source) ^19.2.7 -> ^19.2.8 age adoption passing confidence
@angular/cli ^19.2.8 -> ^19.2.9 age adoption passing confidence
@angular/common (source) ^19.2.7 -> ^19.2.8 age adoption passing confidence
@angular/compiler (source) ^19.2.7 -> ^19.2.8 age adoption passing confidence
@angular/compiler-cli (source) ^19.2.7 -> ^19.2.8 age adoption passing confidence
@angular/core (source) ^19.2.7 -> ^19.2.8 age adoption passing confidence
@angular/platform-browser (source) ^19.2.7 -> ^19.2.8 age adoption passing confidence
@angular/platform-browser-dynamic (source) ^19.2.7 -> ^19.2.8 age adoption passing confidence
@angular/router (source) ^19.2.7 -> ^19.2.8 age adoption passing confidence
@eslint-react/eslint-plugin (source) ^1.48.4 -> ^1.48.5 age adoption passing confidence
@vitest/coverage-istanbul (source) ^3.1.1 -> ^3.1.2 age adoption passing confidence
eslint (source) ^9.25.0 -> ^9.25.1 age adoption passing confidence
nx (source) ^20.8.0 -> ^20.8.1 age adoption passing confidence
pnpm (source) 10.8.1 -> 10.10.0 age adoption passing confidence
svelte (source) ^5.28.1 -> ^5.28.2 age adoption passing confidence
vite (source) ^6.3.2 -> ^6.3.3 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

angular/angular-cli (@​angular-devkit/build-angular)

v19.2.9

Compare Source

@​angular-devkit/build-angular
Commit Type Description
de52cc2c8 fix update http-proxy-middleware to v3.0.5
@​angular/build
Commit Type Description
cc5229a45 fix pass preserveSymlinks option to Karma esbuild builder
@​angular/ssr
Commit Type Description
a4e415ea6 fix support getPrerenderParams for wildcard routes
angular/angular (@​angular/animations)

v19.2.8

Compare Source

forms
Commit Type Description
ea4a211216 fix make NgForm emit FormSubmittedEvent and FormResetEvent (#​60887)
Rel1cx/eslint-react (@​eslint-react/eslint-plugin)

v1.48.5

Compare Source

vitest-dev/vitest (@​vitest/coverage-istanbul)

v3.1.2

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
eslint/eslint (eslint)

v9.25.1

Compare Source

nrwl/nx (nx)

v20.8.1

Compare Source

20.8.1 (2025-04-25)
🚀 Features
🩹 Fixes
  • angular: remove deprecated standaloneConfig from generators (#​30578)
  • angular: handle ssr with convert-to-rspack (#​30752)
  • angular: convert-to-rspack correctly migrating existing custom webpack configs (#​30778)
  • core: improve flaky ci test (#​30738)
  • core: allow disabling output streaming with NX_STREAM_OUTPUT (#​30834)
  • js: remove check that ts plugin is used for ts sync generator (#​30743)
  • linter: remove empty entry in typescript eslint flat config (#​30727)
  • nx-dev: refer to the youtube video instead of storing the videos… (#​30739)
  • nx-dev: toc should only include headings from the article body (56e18a0d24)
  • testing: fix cypress and playwright atomized targetDefaults so they match correctly (#​30717)
❤️ Thank You
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.
sveltejs/svelte (svelte)

v5.28.2

Compare Source

Patch Changes
  • fix: don't mark selector lists inside :global with multiple items as unused (#​15817)
vitejs/vite (vite)

v6.3.3

Compare Source

vuejs/language-tools (vue-tsc)

v2.2.10

Compare Source


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

Rebasing: Whenever PR is behind base branch, 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.

@nx-cloud
Copy link
Copy Markdown

nx-cloud Bot commented Apr 28, 2025

View your CI Pipeline Execution ↗ for commit 066d604.

Command Status Duration Result
nx affected --targets=test:sherif,test:knip,tes... ✅ Succeeded 1m 10s View ↗
nx run-many --target=build --exclude=examples/** ✅ Succeeded 15s View ↗

☁️ Nx Cloud last updated this comment at 2025-04-28 02:29:59 UTC

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Apr 28, 2025

@tanstack/angular-store

npm i https://pkg.pr.new/@tanstack/angular-store@185

@tanstack/solid-store

npm i https://pkg.pr.new/@tanstack/solid-store@185

@tanstack/react-store

npm i https://pkg.pr.new/@tanstack/react-store@185

@tanstack/store

npm i https://pkg.pr.new/@tanstack/store@185

@tanstack/vue-store

npm i https://pkg.pr.new/@tanstack/vue-store@185

@tanstack/svelte-store

npm i https://pkg.pr.new/@tanstack/svelte-store@185

commit: 066d604

@renovate renovate Bot merged commit 1fd4e36 into main Apr 28, 2025
4 checks passed
@renovate renovate Bot deleted the renovate/all-minor-patch branch April 28, 2025 06:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants