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): bump the angular-all-deps group across 1 directory with 13 updates #337

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 28, 2025

Bumps the angular-all-deps group with 13 updates in the /test/angular directory:

Package From To
@angular/animations 19.1.6 19.2.0
@angular/common 19.1.6 19.2.0
@angular/compiler 19.1.6 19.2.0
@angular/core 19.1.6 19.2.0
@angular/forms 19.1.6 19.2.0
@angular/platform-browser 19.1.6 19.2.0
@angular/platform-browser-dynamic 19.1.6 19.2.0
@angular/router 19.1.6 19.2.0
rxjs 7.8.1 7.8.2
@angular-devkit/build-angular 19.1.7 19.2.0
@angular/cli 19.1.7 19.2.0
@angular/compiler-cli 19.1.6 19.2.0
@types/jasmine 5.1.6 5.1.7

Updates @angular/animations from 19.1.6 to 19.2.0

Release notes

Sourced from @​angular/animations's releases.

v19.2.0

19.2.0 (2025-02-26)

common

Commit Description
feat - 3e39da593a introduce experimental httpResource (#59876)

compiler

Commit Description
feat - 5b20bab96d Add Skip Hydration diagnostic. (#59576)
feat - fe8a68329b support untagged template literals in expressions (#59230)

compiler-cli

Commit Description
feat - ed705a856a detect missing structural directive imports (#59443)

core

Commit Description
feat - 2588985f43 pass signal node to throwInvalidWriteToSignalErrorFn (#59600)
feat - 168516462a support default value in resource() (#59655)
feat - bc2ad7bfd3 support streaming resources (#59573)
feat - 146ab9a76e support TypeScript 5.8 (#59830)
fix - 6c92d65349 add hasValue narrowing to ResourceRef (#59708)
fix - 96e602ebe9 cancel in-progress request when same value is assigned (#59280)
fix - 6789c7ef94 Defer afterRender until after first CD (#59455) (#59551)
fix - c87e581dd9 Don't run effects in check no changes pass (#59455) (#59551)
fix - 127fc0dc84 fix resource()'s previous.state (#59708)
fix - b592b1b051 fix race condition in resource() (#59851)
fix - a299e02e91 preserve tracing snapshot until tick finishes (#59796)

forms

Commit Description
feat - fa0c3e3210 support type set in form validators (#45793)

migrations

Commit Description
feat - 1cd3a7db83 add migration to convert templates to use self-closing tags (#57342)

platform-browser

Commit Description
fix - e6cb411e43 automatically disable animations on the server (#59762)

platform-server

Commit Description
fix - fc5d187da5 decouple server from animations module (#59762)

v19.2.0-rc.0

19.2.0-rc.0 (2025-02-19)

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

19.2.0 (2025-02-26)

common

Commit Type Description
3e39da593a feat introduce experimental httpResource (#59876)

compiler

Commit Type Description
5b20bab96d feat Add Skip Hydration diagnostic. (#59576)
fe8a68329b feat support untagged template literals in expressions (#59230)

compiler-cli

Commit Type Description
ed705a856a feat detect missing structural directive imports (#59443)

core

Commit Type Description
2588985f43 feat pass signal node to throwInvalidWriteToSignalErrorFn (#59600)
168516462a feat support default value in resource() (#59655)
bc2ad7bfd3 feat support streaming resources (#59573)
146ab9a76e feat support TypeScript 5.8 (#59830)
6c92d65349 fix add hasValue narrowing to ResourceRef (#59708)
96e602ebe9 fix cancel in-progress request when same value is assigned (#59280)
6789c7ef94 fix Defer afterRender until after first CD (#59455) (#59551)
c87e581dd9 fix Don't run effects in check no changes pass (#59455) (#59551)
127fc0dc84 fix fix resource()'s previous.state (#59708)
b592b1b051 fix fix race condition in resource() (#59851)
a299e02e91 fix preserve tracing snapshot until tick finishes (#59796)

forms

Commit Type Description
fa0c3e3210 feat support type set in form validators (#45793)

migrations

Commit Type Description
1cd3a7db83 feat add migration to convert templates to use self-closing tags (#57342)

platform-browser

Commit Type Description
e6cb411e43 fix automatically disable animations on the server (#59762)

platform-server

Commit Type Description
fc5d187da5 fix decouple server from animations module (#59762)

19.1.8 (2025-02-26)

benchpress

... (truncated)

Commits
  • b76be83 fix(core): animation sometimes renderer not being destroyed during HMR (#59574)
  • 5884153 refactor(animations): drop warning functions in production (#59408)
  • See full diff in compare view

Updates @angular/common from 19.1.6 to 19.2.0

Release notes

Sourced from @​angular/common's releases.

v19.2.0

19.2.0 (2025-02-26)

common

Commit Description
feat - 3e39da593a introduce experimental httpResource (#59876)

compiler

Commit Description
feat - 5b20bab96d Add Skip Hydration diagnostic. (#59576)
feat - fe8a68329b support untagged template literals in expressions (#59230)

compiler-cli

Commit Description
feat - ed705a856a detect missing structural directive imports (#59443)

core

Commit Description
feat - 2588985f43 pass signal node to throwInvalidWriteToSignalErrorFn (#59600)
feat - 168516462a support default value in resource() (#59655)
feat - bc2ad7bfd3 support streaming resources (#59573)
feat - 146ab9a76e support TypeScript 5.8 (#59830)
fix - 6c92d65349 add hasValue narrowing to ResourceRef (#59708)
fix - 96e602ebe9 cancel in-progress request when same value is assigned (#59280)
fix - 6789c7ef94 Defer afterRender until after first CD (#59455) (#59551)
fix - c87e581dd9 Don't run effects in check no changes pass (#59455) (#59551)
fix - 127fc0dc84 fix resource()'s previous.state (#59708)
fix - b592b1b051 fix race condition in resource() (#59851)
fix - a299e02e91 preserve tracing snapshot until tick finishes (#59796)

forms

Commit Description
feat - fa0c3e3210 support type set in form validators (#45793)

migrations

Commit Description
feat - 1cd3a7db83 add migration to convert templates to use self-closing tags (#57342)

platform-browser

Commit Description
fix - e6cb411e43 automatically disable animations on the server (#59762)

platform-server

Commit Description
fix - fc5d187da5 decouple server from animations module (#59762)

v19.2.0-rc.0

19.2.0-rc.0 (2025-02-19)

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

19.2.0 (2025-02-26)

common

Commit Type Description
3e39da593a feat introduce experimental httpResource (#59876)

compiler

Commit Type Description
5b20bab96d feat Add Skip Hydration diagnostic. (#59576)
fe8a68329b feat support untagged template literals in expressions (#59230)

compiler-cli

Commit Type Description
ed705a856a feat detect missing structural directive imports (#59443)

core

Commit Type Description
2588985f43 feat pass signal node to throwInvalidWriteToSignalErrorFn (#59600)
168516462a feat support default value in resource() (#59655)
bc2ad7bfd3 feat support streaming resources (#59573)
146ab9a76e feat support TypeScript 5.8 (#59830)
6c92d65349 fix add hasValue narrowing to ResourceRef (#59708)
96e602ebe9 fix cancel in-progress request when same value is assigned (#59280)
6789c7ef94 fix Defer afterRender until after first CD (#59455) (#59551)
c87e581dd9 fix Don't run effects in check no changes pass (#59455) (#59551)
127fc0dc84 fix fix resource()'s previous.state (#59708)
b592b1b051 fix fix race condition in resource() (#59851)
a299e02e91 fix preserve tracing snapshot until tick finishes (#59796)

forms

Commit Type Description
fa0c3e3210 feat support type set in form validators (#45793)

migrations

Commit Type Description
1cd3a7db83 feat add migration to convert templates to use self-closing tags (#57342)

platform-browser

Commit Type Description
e6cb411e43 fix automatically disable animations on the server (#59762)

platform-server

Commit Type Description
fc5d187da5 fix decouple server from animations module (#59762)

19.1.8 (2025-02-26)

benchpress

... (truncated)

Commits
  • ee2f07f refactor(http): rename map to parse on HttpResourceOptions (#60112)
  • 7d66360 fix(common): make types for HttpClient more readable (#59901)
  • f88ed8e refactor(core): Add fake navigation to primitives for code sharing (#59857)
  • 40dc99d refactor(common): inline supports check in slice pipe (#59684)
  • 9674882 refactor(common): simplify stripTrailingSlash (#59746)
  • 7bd4be0 fix(common): clean up urlChanges subscribers when root scope is destroyed (...
  • 3e39da5 feat(common): introduce experimental httpResource (#59876)
  • f34aeae refactor(common): remove redundant transferCacheInterceptorFn dependencies ...
  • b7dd048 refactor(common): drop error messages in production (#59545)
  • 762e56e refactor(common): drop platform check in PreconnectLinkChecker (#59714)
  • Additional commits viewable in compare view

Updates @angular/compiler from 19.1.6 to 19.2.0

Release notes

Sourced from @​angular/compiler's releases.

v19.2.0

19.2.0 (2025-02-26)

common

Commit Description
feat - 3e39da593a introduce experimental httpResource (#59876)

compiler

Commit Description
feat - 5b20bab96d Add Skip Hydration diagnostic. (#59576)
feat - fe8a68329b support untagged template literals in expressions (#59230)

compiler-cli

Commit Description
feat - ed705a856a detect missing structural directive imports (#59443)

core

Commit Description
feat - 2588985f43 pass signal node to throwInvalidWriteToSignalErrorFn (#59600)
feat - 168516462a support default value in resource() (#59655)
feat - bc2ad7bfd3 support streaming resources (#59573)
feat - 146ab9a76e support TypeScript 5.8 (#59830)
fix - 6c92d65349 add hasValue narrowing to ResourceRef (#59708)
fix - 96e602ebe9 cancel in-progress request when same value is assigned (#59280)
fix - 6789c7ef94 Defer afterRender until after first CD (#59455) (#59551)
fix - c87e581dd9 Don't run effects in check no changes pass (#59455) (#59551)
fix - 127fc0dc84 fix resource()'s previous.state (#59708)
fix - b592b1b051 fix race condition in resource() (#59851)
fix - a299e02e91 preserve tracing snapshot until tick finishes (#59796)

forms

Commit Description
feat - fa0c3e3210 support type set in form validators (#45793)

migrations

Commit Description
feat - 1cd3a7db83 add migration to convert templates to use self-closing tags (#57342)

platform-browser

Commit Description
fix - e6cb411e43 automatically disable animations on the server (#59762)

platform-server

Commit Description
fix - fc5d187da5 decouple server from animations module (#59762)

v19.2.0-rc.0

19.2.0-rc.0 (2025-02-19)

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

19.2.0 (2025-02-26)

common

Commit Type Description
3e39da593a feat introduce experimental httpResource (#59876)

compiler

Commit Type Description
5b20bab96d feat Add Skip Hydration diagnostic. (#59576)
fe8a68329b feat support untagged template literals in expressions (#59230)

compiler-cli

Commit Type Description
ed705a856a feat detect missing structural directive imports (#59443)

core

Commit Type Description
2588985f43 feat pass signal node to throwInvalidWriteToSignalErrorFn (#59600)
168516462a feat support default value in resource() (#59655)
bc2ad7bfd3 feat support streaming resources (#59573)
146ab9a76e feat support TypeScript 5.8 (#59830)
6c92d65349 fix add hasValue narrowing to ResourceRef (#59708)
96e602ebe9 fix cancel in-progress request when same value is assigned (#59280)
6789c7ef94 fix Defer afterRender until after first CD (#59455) (#59551)
c87e581dd9 fix Don't run effects in check no changes pass (#59455) (#59551)
127fc0dc84 fix fix resource()'s previous.state (#59708)
b592b1b051 fix fix race condition in resource() (#59851)
a299e02e91 fix preserve tracing snapshot until tick finishes (#59796)

forms

Commit Type Description
fa0c3e3210 feat support type set in form validators (#45793)

migrations

Commit Type Description
1cd3a7db83 feat add migration to convert templates to use self-closing tags (#57342)

platform-browser

Commit Type Description
e6cb411e43 fix automatically disable animations on the server (#59762)

platform-server

Commit Type Description
fc5d187da5 fix decouple server from animations module (#59762)

19.1.8 (2025-02-26)

benchpress

... (truncated)

Commits
  • db53085 refactor(compiler): remove input transforms feature (#59980)
  • 9e847fc fix(compiler): handle tracking expressions requiring temporary variables (#58...
  • e47c1e5 refactor(compiler): pass more information to HMR replacement function (#59854)
  • bae94b8 fix(compiler-cli): handle const enums used inside HMR data (#59815)
  • fe8a683 feat(compiler): support untagged template literals in expressions (#59230)
  • 4016aa3 refactor(compiler): clean up tagged templates in output AST (#59230)
  • eb7e765 refactor(compiler): produce AST for template literals (#59230)
  • 353005b refactor(compiler): tokenize template literals (#59230)
  • 98998bb refactor(compiler): allow lexer to produce multiple tokens (#59230)
  • 98f8207 fix(compiler): handle :host-context with comma-separated child selector (#59276)
  • Additional commits viewable in compare view

Updates @angular/core from 19.1.6 to 19.2.0

Release notes

Sourced from @​angular/core's releases.

v19.2.0

19.2.0 (2025-02-26)

common

Commit Description
feat - 3e39da593a introduce experimental httpResource (#59876)

compiler

Commit Description
feat - 5b20bab96d Add Skip Hydration diagnostic. (#59576)
feat - fe8a68329b support untagged template literals in expressions (#59230)

compiler-cli

Commit Description
feat - ed705a856a detect missing structural directive imports (#59443)

core

Commit Description
feat - 2588985f43 pass signal node to throwInvalidWriteToSignalErrorFn (#59600)
feat - 168516462a support default value in resource() (#59655)
feat - bc2ad7bfd3 support streaming resources (#59573)
feat - 146ab9a76e support TypeScript 5.8 (#59830)
fix - 6c92d65349 add hasValue narrowing to ResourceRef (#59708)
fix - 96e602ebe9 cancel in-progress request when same value is assigned (#59280)
fix - 6789c7ef94 Defer afterRender until after first CD (#59455) (#59551)
fix - c87e581dd9 Don't run effects in check no changes pass (#59455) (#59551)
fix - 127fc0dc84 fix resource()'s previous.state (#59708)
fix - b592b1b051 fix race condition in resource() (#59851)
fix - a299e02e91 preserve tracing snapshot until tick finishes (#59796)

forms

Commit Description
feat - fa0c3e3210 support type set in form validators (#45793)

migrations

Commit Description
feat - 1cd3a7db83 add migration to convert templates to use self-closing tags (#57342)

platform-browser

Commit Description
fix - e6cb411e43 automatically disable animations on the server (#59762)

platform-server

Commit Description
fix - fc5d187da5 decouple server from animations module (#59762)

v19.2.0-rc.0

19.2.0-rc.0 (2025-02-19)

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

19.2.0 (2025-02-26)

common

Commit Type Description
3e39da593a feat introduce experimental httpResource (#59876)

compiler

Commit Type Description
5b20bab96d feat Add Skip Hydration diagnostic. (#59576)
fe8a68329b feat support untagged template literals in expressions (#59230)

compiler-cli

Commit Type Description
ed705a856a feat detect missing structural directive imports (#59443)

core

Commit Type Description
2588985f43 feat pass signal node to throwInvalidWriteToSignalErrorFn (#59600)
168516462a feat support default value in resource() (#59655)
bc2ad7bfd3 feat support streaming resources (#59573)
146ab9a76e feat support TypeScript 5.8 (#59830)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 28, 2025
Copy link

netlify bot commented Feb 28, 2025

Deploy Preview for iotmapcomponent ready!

Name Link
🔨 Latest commit dba6409
🔍 Latest deploy log https://app.netlify.com/sites/iotmapcomponent/deploys/67c1999648cdc20008fb3989
😎 Deploy Preview https://deploy-preview-337--iotmapcomponent.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@louismaximepiton louismaximepiton force-pushed the dependabot/npm_and_yarn/test/angular/angular-all-deps-d4a9282a93 branch from d391ca3 to dba6409 Compare February 28, 2025 11:10
@louismaximepiton louismaximepiton merged commit 86f00c9 into main Feb 28, 2025
1 check passed
@louismaximepiton louismaximepiton deleted the dependabot/npm_and_yarn/test/angular/angular-all-deps-d4a9282a93 branch February 28, 2025 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant