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 #152

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@analogjs/vite-plugin-angular ^1.10.1 -> ^1.10.3 age adoption passing confidence
@angular-devkit/build-angular ^19.0.5 -> ^19.0.6 age adoption passing confidence
@angular/animations (source) ^19.0.4 -> ^19.0.5 age adoption passing confidence
@angular/cli ^19.0.5 -> ^19.0.6 age adoption passing confidence
@angular/common (source) ^19.0.4 -> ^19.0.5 age adoption passing confidence
@angular/compiler (source) ^19.0.4 -> ^19.0.5 age adoption passing confidence
@angular/compiler-cli (source) ^19.0.4 -> ^19.0.5 age adoption passing confidence
@angular/core (source) ^19.0.4 -> ^19.0.5 age adoption passing confidence
@angular/platform-browser (source) ^19.0.4 -> ^19.0.5 age adoption passing confidence
@angular/platform-browser-dynamic (source) ^19.0.4 -> ^19.0.5 age adoption passing confidence
@angular/router (source) ^19.0.4 -> ^19.0.5 age adoption passing confidence
@eslint-react/eslint-plugin (source) ^1.19.0 -> ^1.22.0 age adoption passing confidence
@sveltejs/vite-plugin-svelte (source) ^4.0.3 -> ^4.0.4 age adoption passing confidence
knip (source) ^5.40.0 -> ^5.41.1 age adoption passing confidence
nx (source) ^20.2.2 -> ^20.3.0 age adoption passing confidence
pnpm (source) 9.15.0 -> 9.15.1 age adoption passing confidence
svelte (source) ^5.14.0 -> ^5.15.0 age adoption passing confidence

Release Notes

analogjs/analog (@​analogjs/vite-plugin-angular)

v1.10.3

Compare Source

Bug Fixes
  • platform: add front-matter for default optimization (#​1510) (faab0d5)
  • vitest-angular: set watch mode flag when passed from CLI args (#​1508) (f4fbe77)
  • vitest-angular: use vite overrides to pass test watch mode (#​1509) (438571f)

v1.10.2

Compare Source

Bug Fixes
  • create-analog: remove override for @​nx/angular package (#​1487) (cb3d70b)
  • create-analog: set root property to empty on angular.json (#​1481) (d9cdbe2)
  • exclude astro-app from builds (ebabc90)
  • nx-plugin: update Nx preset to 20.x and Angular 19.x (#​1484) (7d8ee23)
  • vite-plugin-angular: fix Angular v18/v19 support for ɵPendingTasks (#​1497) (3215ab4)
  • vite-plugin-angular: only apply sourcemap transform to TS files during testing (#​1500) (0b56d46)
  • vite-plugin-angular: process call expr and property access expr property (#​1498) (cf7db8f)
  • vite-plugin-angular: process destructured objects (#​1499) (cba76da)
  • vite-plugin-angular: properly transform files during testing with watch mode (#​1503) (6d9179f)
  • vite-plugin-angular: resolve JIT external template/style files (#​1493) (54e9488)
  • vite-plugin-angular: return undefined when not resolving id (#​1495) (ac6a854)
  • vite-plugin-angular: skip re-transform in JIT mode (#​1489) (30533c6)
angular/angular-cli (@​angular-devkit/build-angular)

v19.0.6

Compare Source

@​angular-devkit/build-angular
Commit Type Description
db7421231 fix jasmine.clock with app builder
@​angular/build
Commit Type Description
5fbc105ed fix force HTTP/1.1 in dev-server SSR with SSL
@​angular/ssr
Commit Type Description
2f4df6b2b fix correctly resolve pre-transform resources in Vite SSR without AppEngine
0789a9e13 fix ensure correct Location header for redirects behind a proxy
angular/angular (@​angular/animations)

v19.0.5

Compare Source

core
Commit Type Description
3793218e77 fix avoid triggering on timer and on idle on the server (#​59177)
cfc96ed82c fix Fix nested timer serialization (#​59173)
platform-server
Commit Type Description
9085a8fbd8 fix Warn user when transfer state happens more than once (#​58935)
Rel1cx/eslint-react (@​eslint-react/eslint-plugin)

v1.22.0

Compare Source

🪄 Improvements
  • refactor(plugins/x): rename jsx-use-vars to use-jsx-vars.
  • refactor(plugins/x): rename jsx-no-duplicate-props to no-duplicate-jsx-props.
  • refactor(plugins/dom): rename no-children-in-void-dom-elements to no-void-elements-with-children.
📝 Changes you should be aware of

The following rules have been renamed:

  • jsx-uses-vars to use-jsx-vars.
  • jsx-no-duplicate-props to no-duplicate-jsx-props.
  • dom/no-children-in-void-dom-elements to dom/no-void-elements-with-children.

The new rule names are aligned with the same rules in the biomejs/rules-sources/#eslint-plugin-react (if any) to enhance consistency. The old rule names will still be available until the next major update to avoid breaking changes.

v1.21.0

Compare Source

✨ New
  • feat(plugins/hooks-extra): add no-useless-custom-hooks rule by @​Rel1cx
🪄 Improvements
  • refactor(plugins/hooks-extra): deprecate rule no-redundant-custom-hook in favor of no-useless-custom-hooks (the previous rule will still be available until the next major update to avoid breaking changes).
📝 Changes in Rule implementation

no-useless-custom-hooks now detects Hook calls within comments and the following code no longer triggers a warning:

// ✅ Good: A Hook that will likely use some other Hooks later
function useAuth() {
  // TODO: Replace with this line when authentication is implemented:
  // return useContext(Auth);
  return TEST_USER;
}

v1.20.1

Compare Source

🪄 Improvements

v1.20.0

Compare Source

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

v4.0.4

Compare Source

Patch Changes
  • fix errorhandling to work with errors that don't have a code property (1a91581)
webpro-nl/knip (knip)

v5.41.1

Compare Source

v5.41.0

Compare Source

nrwl/nx (nx)

v20.3.0

Compare Source

20.3.0 (2024-12-20)
🚀 Features
  • angular: support ngrx v19 (#​29398)
  • core: support rollup.config.ts (#​28240)
  • core: use custom resolution to resolve from source local plugins with artifacts pointing to the outputs (#​29222)
  • core: add spinners when graph compute takes long time (#​28966)
  • core: not exit when one plugin installation failed (#​28684)
  • core: nx-plugin-checks accounts for outDir and rootDir of projects when checking file existence (#​29391)
  • core: add lib/** glob to workspaces so we support it out of the box (#​29403)
  • core: show progress on ci if graph construction takes longer than expected (#​29392)
  • eslint: rename eslint.config.js to eslint.config.cjs to resolve them as CommonJS (#​29334)
  • expo: upgrade Expo to v52 (#​29142)
  • js: update vue/node app and lib generators to support TS solutions (#​29299)
  • misc: handle artifact generators' path options including file extensions (#​29111)
  • nx-dev: link more customer videos on enterprise page (7498e470fa)
  • nx-plugin: added support for vitest test runner (#​29140)
  • release: allow automated git push from version or changelog step (#​29280)
  • rsbuild: add intial package (#​29147)
  • rsbuild: add inferred targets plugin (#​29192)
  • rsbuild: add rsbuild configuration generator (#​29321)
  • rsbuild: add react and vue support for app generation (#​29349)
  • rsbuild: move plugin export to root of package (#​29415)
  • storybook: use createNodesV2 for init and convert-to-inferred generators (#​28092)
  • testing: allow custom address for local registry (#​29050)
  • vite: add angular option to vitest generator (#​29055)
🩹 Fixes
  • typo in environment-variables.md (#​29294)
  • 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)
  • angular: correctly normalize dev-server options (#​29322)
  • angular: add-localize-polyfill-to-targets fails if polyfills is a string (#​29324)
  • angular: normalize name when forced to build selector (#​29417)
  • angular: set up host and remote ssr apps correctly #​29442 (#​29447, #​29442)
  • bundling: ensure vitest timestamp files are ignored (#​29418)
  • core: add workspaces path if package path is not included (#​28824)
  • core: fix process being prevented from exiting (#​29240)
  • 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)
  • core: ensure rsbuild is part of nx package group (#​29310)
  • core: avoid storing hash details for empty fileset (#​29316)
  • core: resolve imports from linked workspace projects (#​29328)
  • core: collect all logs from forked processes (#​27778)
  • core: Update move/remove workspace generators to work with ts project references (#​29331)
  • core: Adding react apps/libs to workspaces so they can be referenced. (#​29202)
  • core: make packageExports metadata optional field (#​29407)
  • core: graph spinners should update properly (#​29433)
  • core: update yarn-parser to handle yarn v4 syntax (#​29067)
  • gradle: cache gradle report (#​29381)
  • js: switch from fast-glob to tinyglobby (#​29141)
  • js: ensure typescript-sync generator produces formatted references when no prettier is installed (#​29368)
  • js: Configure typescript plugin to handle non-buildable libs (#​29393)
  • js: handle resolution from within node_module in the sync generator (#​29412)
  • misc: ensure tsBuildInfoFile is generated inside outDir (#​29343)
  • misc: fix misc generation issues with the ts solution setup (#​29350)
  • module-federation: ensure @​nx/module-federation package is installed for users (#​29416)
  • module-federation: dynamic federation helpers should normalize remote names (#​29427)
  • nuxt: change tsconfig path on server part (#​28864)
  • nx-dev: update Nx Cloud proj created (#​29272)
  • nx-dev: update hero image on blog post (#​29405)
  • react: add files entry for publishable libraries (#​29277)
  • react: assert test property is defined on webpack rule in nx-react-webpack-plugin (#​27525)
  • react: fix issues with react ts setup (#​29312)
  • react: fix tailwind for react library and component (#​29319)
  • react-native: default template fails when envs are not set (#​28931)
  • react-native: typescript lib schema (#​27955)
  • react-native: fix react native storybook for lib (#​29210)
  • 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)
  • rsbuild: set publish config correctly (#​29282)
  • storybook: only install react deps for storybook 7 #​29213 (#​29231, #​29213)
  • storybook: ensure 'storybook' dep is installed for non-crystal workspaces (#​29235)
  • testing: force node10 module resolution for jest atomized tasks (#​29421)
  • ⚠️ vite: generate config with esm by default (#​29270)
  • vite: resolves files with dot suffixes correctly (#​28518)
  • webpack: Add useTsconfigPaths to app-webpack-plugin (#​29291)
⚠️ Breaking Changes
  • ⚠️ vite: generate config with esm by default (#​29270)
❤️ Thank You
pnpm/pnpm (pnpm)

v9.15.1

Compare Source

sveltejs/svelte (svelte)

v5.15.0

Compare Source

Minor Changes
  • feat: add "worker" exports condition to better support bundling for worker-based environments (#​14779)

v5.14.6

Compare Source

Patch Changes
  • fix: treeshake $inspect.trace code if unused in modules (#​14774)

  • fix: Improve typescript DX for $inspect, $props, $bindable, and $host (#​14777)

v5.14.5

Compare Source

Patch Changes
  • fix: bump esrap dependency (#​14765)

  • fix: ensure svg namespace for <a> elements is correct (#​14756)

  • fix: treeshake $inspect.trace code if unused (#​14770)

v5.14.4

Compare Source

Patch Changes
  • fix: remove implements from class declarations (#​14749)

  • fix: remove unwanted properties from both replaced and unreplaced nodes (#​14744)

v5.14.3

Compare Source

Patch Changes
  • fix: bump esrap, prevent malformed AST (#​14742)

  • fix: compare array contents for equality mismatch detections, not the arrays themselves (#​14738)

v5.14.2

Compare Source

Patch Changes
  • fix: correctly highlight first rerun of $inspect.trace (#​14734)

  • chore: more loose parser improvements (#​14733)

v5.14.1

Compare Source

Patch Changes
  • fix: improve unowned derived performance (#​14724)

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 23, 2024

View your CI Pipeline Execution ↗ for commit 38caabc.

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

☁️ Nx Cloud last updated this comment at 2024-12-23 01:49:54 UTC

Copy link

pkg-pr-new bot commented Dec 23, 2024

@tanstack/angular-store

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

@tanstack/react-store

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

@tanstack/store

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

@tanstack/svelte-store

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

@tanstack/vue-store

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

@tanstack/solid-store

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

commit: 38caabc

@renovate renovate bot merged commit 38ab8d3 into main Dec 23, 2024
5 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch December 23, 2024 05:15
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