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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 30, 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.0 -> ^19.0.6 age adoption passing confidence
@angular/animations (source) ^19.0.0 -> ^19.0.5 age adoption passing confidence
@angular/cli ^19.0.0 -> ^19.0.6 age adoption passing confidence
@angular/common (source) ^19.0.0 -> ^19.0.5 age adoption passing confidence
@angular/compiler (source) ^19.0.0 -> ^19.0.5 age adoption passing confidence
@angular/compiler-cli (source) ^19.0.0 -> ^19.0.5 age adoption passing confidence
@angular/core (source) ^19.0.0 -> ^19.0.5 age adoption passing confidence
@angular/forms (source) ^19.0.0 -> ^19.0.5 age adoption passing confidence
@angular/platform-browser (source) ^19.0.0 -> ^19.0.5 age adoption passing confidence
@angular/platform-browser-dynamic (source) ^19.0.0 -> ^19.0.5 age adoption passing confidence
@angular/router (source) ^19.0.0 -> ^19.0.5 age adoption passing confidence
@emotion/react (source) 11.13.3 -> 11.14.0 age adoption passing confidence
@emotion/styled (source) 11.13.0 -> 11.14.0 age adoption passing confidence
@eslint-react/eslint-plugin (source) ^1.17.3 -> ^1.22.1 age adoption passing confidence
@mantine/core (source) 7.13.5 -> 7.15.2 age adoption passing confidence
@mantine/hooks (source) 7.13.5 -> 7.15.2 age adoption passing confidence
@mui/material (source) 5.16.7 -> 5.16.13 age adoption passing confidence
@remix-run/dev (source) ^2.15.0 -> ^2.15.2 age adoption passing confidence
@remix-run/node (source) ^2.15.0 -> ^2.15.2 age adoption passing confidence
@remix-run/react (source) ^2.15.0 -> ^2.15.2 age adoption passing confidence
@remix-run/serve (source) ^2.15.0 -> ^2.15.2 age adoption passing confidence
@tanstack/config (source) ^0.14.2 -> ^0.15.0 age adoption passing confidence
@tanstack/react-query (source) ^5.59.20 -> ^5.62.11 age adoption passing confidence
@tanstack/react-router (source) ^1.81.1 -> ^1.92.11 age adoption passing confidence
@tanstack/start (source) ^1.81.1 -> ^1.92.11 age adoption passing confidence
@testing-library/angular ^17.3.2 -> ^17.3.5 age adoption passing confidence
@vitejs/plugin-react (source) ^4.3.3 -> ^4.3.4 age adoption passing confidence
@vitejs/plugin-react-swc ^3.7.1 -> ^3.7.2 age adoption passing confidence
@vitest/coverage-istanbul (source) ^2.1.4 -> ^2.1.8 age adoption passing confidence
arktype (source) 2.0.0-rc.23 -> 2.0.0-rc.30 age adoption passing confidence
babel-plugin-react-compiler (source) ^19.0.0-beta-0dec889-20241115 -> ^19.0.0-beta-b2e8e9c-20241220 age adoption passing confidence
eslint (source) ^9.16.0 -> ^9.17.0 age adoption passing confidence
eslint-plugin-react-compiler (source) ^19.0.0-beta-0dec889-20241115 -> ^19.0.0-beta-b2e8e9c-20241220 age adoption passing confidence
isbot (source) ^5.1.17 -> ^5.1.19 age adoption passing confidence
knip (source) ^5.39.2 -> ^5.41.1 age adoption passing confidence
next (source) 15.0.3 -> 15.1.3 age adoption passing confidence
nx (source) ^20.2.0 -> ^20.3.0 age adoption passing confidence
pnpm (source) 9.14.4 -> 9.15.2 age adoption passing confidence
postcss (source) 8.4.48 -> 8.4.49 age adoption passing confidence
sherif ^1.0.2 -> ^1.1.1 age adoption passing confidence
typescript54 (source) 5.4 -> 5.7.2 age adoption passing confidence
typescript55 (source) 5.5 -> 5.7.2 age adoption passing confidence
vinxi (source) ^0.4.3 -> ^0.5.1 age adoption passing confidence
vite-tsconfig-paths ^5.1.2 -> ^5.1.4 age adoption passing confidence
vitest (source) ^2.1.4 -> ^2.1.8 age adoption passing confidence
yup ^1.5.0 -> ^1.6.1 age adoption passing confidence
zod (source) ^3.24.0 -> ^3.24.1 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

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

v19.0.4

Compare Source

v19.0.3

Compare Source

@​angular/cli
Commit Type Description
4e82ca180 fix correctly select package versions in descending order during ng add
@​schematics/angular
Commit Type Description
28a51cc5e fix add required type to CanDeactivate guard (#​29004)
@​angular/build
Commit Type Description
f26e1b462 fix add timeout to route extraction
ab4e77c75 fix allow .json file replacements with application builds
06690d87e fix apply define option to JavaScript from scripts option
775e6f780 fix avoid deploy URL usage on absolute preload links
21f21eda3 fix ensure correct handling of index.output for SSR
@​angular/ssr
Commit Type Description
75cf47e71 fix apply HTML transformation to CSR responses
5880a0230 fix correctly handle serving of prerendered i18n pages
277b8a378 fix ensure compatibility for Http2ServerResponse type
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)

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)

v19.0.3

Compare Source

v19.0.2

Compare Source

compiler-cli
Commit Type Description
9f99196d23 fix account for multiple generated namespace imports in HMR (#​58924)
core
Commit Type Description
4792db9a6d fix Explicitly manage TracingSnapshot lifecycle and dispose of it once it's been used. (#​58929)
migrations
Commit Type Description
7b5bacc228 fix class content being deleted in some edge cases (#​58959)
d1cbdd6acb fix correctly strip away parameters surrounded by comments in inject migration (#​58959)
e17ff71c31 fix don't migrate classes with parameters that can't be injected (#​58959)
[7c5f99

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

View your CI Pipeline Execution ↗ for commit 3b26b64.

Command Status Duration Result
nx affected --targets=test:sherif,test:knip,tes... ❌ Failed 54s View ↗
nx run-many --target=build --exclude=examples/** ❌ Failed 4s View ↗

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

Copy link
Contributor Author

renovate bot commented Dec 30, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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