Skip to content
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

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

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular-devkit/build-angular ^19.0.4 -> ^19.0.5 age adoption passing confidence
@angular/animations (source) ^19.0.3 -> ^19.0.4 age adoption passing confidence
@angular/cli ^19.0.4 -> ^19.0.5 age adoption passing confidence
@angular/common (source) ^19.0.3 -> ^19.0.4 age adoption passing confidence
@angular/compiler (source) ^19.0.3 -> ^19.0.4 age adoption passing confidence
@angular/compiler-cli (source) ^19.0.3 -> ^19.0.4 age adoption passing confidence
@angular/core (source) ^19.0.3 -> ^19.0.4 age adoption passing confidence
@angular/platform-browser (source) ^19.0.3 -> ^19.0.4 age adoption passing confidence
@angular/platform-browser-dynamic (source) ^19.0.3 -> ^19.0.4 age adoption passing confidence
@angular/router (source) ^19.0.3 -> ^19.0.4 age adoption passing confidence
@eslint-react/eslint-plugin (source) ^1.18.0 -> ^1.19.0 age adoption passing confidence
@sveltejs/vite-plugin-svelte (source) ^4.0.2 -> ^4.0.3 age adoption passing confidence
eslint (source) ^9.16.0 -> ^9.17.0 age adoption passing confidence
knip (source) ^5.39.2 -> ^5.40.0 age adoption passing confidence
nx (source) ^20.2.1 -> ^20.2.2 age adoption passing confidence
sherif ^1.0.2 -> ^1.1.1 age adoption passing confidence
svelte (source) ^5.9.0 -> ^5.14.0 age adoption passing confidence

Release Notes

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

v19.0.5

Compare Source

@​angular-devkit/build-angular
Commit Type Description
6c319e44c fix fix webpack config transform for karma
@​angular/build
Commit Type Description
251bd9f22 fix Fixing auto-csp edge cases where
1047b8635 fix handle external @angular/ packages during SSR (#​29094)
376ee9966 fix provide component HMR update modules to dev-server SSR
5ea9ce376 fix use consistent path separators for template HMR identifiers
@​angular/ssr
Commit Type Description
b3c6c7eb2 fix include Content-Language header when locale is set
4203efb90 fix disable component bootstrapping during route extraction
angular/angular (@​angular/animations)

v19.0.4

Compare Source

compiler-cli
Commit Type Description
7e612171709 fix consider pre-release versions when detecting feature support (#​59061)
cd764a31152 fix error in unused standalone imports diagnostic (#​59064)
core
Commit Type Description
34ded10fa60 fix Fix a bug where snapshotted functions are being run twice if they return a nullish/falsey value. (#​59073)
platform-browser
Commit Type Description
ae0802d63c5 fix collect external component styles from server rendering (#​59031)
Rel1cx/eslint-react (@​eslint-react/eslint-plugin)

v1.19.0

Compare Source

✨ New
🪄 Improvements
sveltejs/vite-plugin-svelte (@​sveltejs/vite-plugin-svelte)

v4.0.3

Compare Source

Patch Changes
  • adapt internal handling of warning and error code property to changes in svelte5 (#​1046)
eslint/eslint (eslint)

v9.17.0

Compare Source

webpro-nl/knip (knip)

v5.40.0

Compare Source

v5.39.4

Compare Source

  • Ignore ignore patterns in vite test.include patterns (df390a0)
  • Stop using package.json as fallback containingFilePath (de6682b)

v5.39.3

Compare Source

  • Doc edits (0f640e1)
  • feat: update mdx detection dependency list and update custom compiler… (#​875) (055a2e3)
  • Add new content configuration entry for Astro (#​872) (c80ac0e)
nrwl/nx (nx)

v20.2.2

Compare Source

20.2.2 (2024-12-10)
🚀 Features
  • misc: handle artifact generators' path options including file extensions (#​29111)
  • testing: allow custom address for local registry (#​29050)
🩹 Fixes
  • angular: handle removed angular-eslint rules in root eslint config files and update package (#​29262)
  • angular: normalize prerender and appShell options of the application executor correctly (#​29281)
  • core: defer loading package manager until necessary (#​29248)
  • core: hashing fixes (#​29247)
  • core: Update bundlers to not typecheck if using new TS solution setup (#​29227)
  • core: ensure @​nx/module-federation is listed in package group (#​29292)
  • js: switch from fast-glob to tinyglobby (#​29141)
  • nx-dev: update Nx Cloud proj created (#​29272)
  • react: add files entry for publishable libraries (#​29277)
  • react-native: default template fails when envs are not set (#​28931)
  • react-native: typescript lib schema (#​27955)
  • release: use prepatch version for pre-release dependent package updates (#​29123)
  • release: make commits separator in git log command more unique (#​29261)
  • repo: cleanup old plugins promise (#​29295)
  • ⚠️ vite: generate config with esm by default (#​29270)
⚠️ Breaking Changes
  • ⚠️ vite: generate config with esm by default (#​29270)
❤️ Thank You
QuiiBz/sherif (sherif)

v1.1.1

Compare Source

What's Changed

Full Changelog: QuiiBz/sherif@v1.1.0...v1.1.1

v1.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: QuiiBz/sherif@v1.0.2...v1.1.0

sveltejs/svelte (svelte)

v5.14.0

Compare Source

Minor Changes

v5.13.0

Compare Source

Minor Changes
  • feat: add outro option to unmount (#​14540)

  • feat: provide loose parser mode (#​14691)

v5.12.0

Compare Source

Minor Changes
  • feat: expose more AST types from "svelte/compiler" (#​14601)
Patch Changes
  • fix: don't add parenthesis to media query if already present (#​14699)

  • fix: ensure if block paths retain correct template namespacing (#​14685)

v5.11.3

Compare Source

Patch Changes
  • fix: allow unquoted slash in attributes (#​14615)

  • fix: better handle hydration of script/style elements (#​14683)

  • fix: make defaultValue work with spread (#​14640)

  • fix: avoid mutation validation for invalidate_inner_signals (#​14688)

v5.11.2

Compare Source

Patch Changes
  • fix: correctly handle ssr for reactivity/window (#​14681)

v5.11.1

Compare Source

Patch Changes
  • fix: account for global block in is_empty (#​14677)

  • fix: remove overzealous reactive_declaration_non_reactive_property warning (#​14663)

v5.11.0

Compare Source

Minor Changes
  • feat: add svelte/reactivity/window module (#​14660)
Patch Changes
  • fix: take into account registration state when setting custom element props (#​14508)

v5.10.1

Compare Source

Patch Changes
  • fix: ensure snippet hoisting works in the correct scope (#​14642)

  • fix: ensure $state.snapshot clones holey arrays correctly (#​14657)

  • fix: restore input binding selection position (#​14649)

  • fix: transform everything that is not a selector inside :global (#​14577)

  • Overwrite Spring.#last_value when using .set() with {instant: true} (#​14656)

  • fix: don't emit assignment warnings for bindings (#​14651)

v5.10.0

Compare Source

Minor Changes
  • feat: provide links to documentation for errors/warnings (#​14629)
Patch Changes
  • fix: allow exports with source from script module even if no bind is present (#​14620)

  • fix: deconflict get_name for literal class properties (#​14607)

v5.9.1

Compare Source

Patch Changes
  • fix: mark subtree dynamic for bind with sequence expressions (#​14626)

Configuration

📅 Schedule: Branch creation - "* 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.

Copy link

nx-cloud bot commented Dec 16, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit c381100. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 2 targets

Sent with 💌 from NxCloud.

Copy link

pkg-pr-new bot commented Dec 16, 2024

@tanstack/angular-store

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

@tanstack/react-store

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

@tanstack/store

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

@tanstack/solid-store

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

@tanstack/svelte-store

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

@tanstack/vue-store

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

commit: c381100

@renovate renovate bot merged commit c522b45 into main Dec 16, 2024
5 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch December 16, 2024 03:01
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