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

Bump the minor-and-patch-version-updates group with 5 updates #119

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2025

Bumps the minor-and-patch-version-updates group with 5 updates:

Package From To
@angular/cli 19.1.5 19.2.0
@angular/language-service 19.1.4 19.2.0
@types/node 22.13.0 22.13.8
semver 7.7.0 7.7.1
zx 8.3.1 8.3.2

Updates @angular/cli from 19.1.5 to 19.2.0

Release notes

Sourced from @​angular/cli's releases.

v19.2.0

19.2.0 (2025-02-26)

@​schematics/angular

Commit Description
fix - fe8d83a1f add additional checks for application builder usage
fix - adf4ea5d4 remove animations module from ng new app

@​angular-devkit/build-angular

Commit Description
feat - ef7ea536f add aot option to jest
feat - 523d539c6 add aot option to karma
feat - a00a49a65 add aot to WTR schema
fix - 2bae1a9c0 support aot option for karma browser builder

@​angular/build

Commit Description
feat - 11fab9c7d add application builder karma testing to package
fix - a5fcf8044 provide karma stack trace sourcemap support
fix - 964fb778b support per component updates of multi-component files
fix - f836be9e6 support Vite allowedHosts option for development server
fix - 0ddf6aafa utilize bazel stamp instead of resolving peer dependency versions

@​angular/ssr

Commit Description
feat - 9726cd084 Add support for route matchers with fine-grained render mode control

v19.2.0-rc.0

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

@​schematics/angular

Commit Description
fix - adf4ea5d4 remove animations module from ng new app

@​angular/cli

Commit Description
fix - 8c7c7ac69 correctly parse and resolve relative schematic collection names on Windows
fix - 09f5006b5 prefer installed package as fallback when listing package groups

@​angular-devkit/build-angular

Commit Description
feat - a00a49a65 add aot to WTR schema
fix - c0c1670a6 pass missing options to Karma esbuild builder
fix - 2bae1a9c0 support aot option for karma browser builder

@​angular/build

Commit Description
feat - 11fab9c7d add application builder karma testing to package

... (truncated)

Changelog

Sourced from @​angular/cli's changelog.

19.2.0 (2025-02-26)

@​schematics/angular

Commit Type Description
fe8d83a1f fix add additional checks for application builder usage
adf4ea5d4 fix remove animations module from ng new app

@​angular-devkit/build-angular

Commit Type Description
ef7ea536f feat add aot option to jest
523d539c6 feat add aot option to karma
a00a49a65 feat add aot to WTR schema
2bae1a9c0 fix support aot option for karma browser builder

@​angular/build

Commit Type Description
11fab9c7d feat add application builder karma testing to package
a5fcf8044 fix provide karma stack trace sourcemap support
964fb778b fix support per component updates of multi-component files
f836be9e6 fix support Vite allowedHosts option for development server
0ddf6aafa fix utilize bazel stamp instead of resolving peer dependency versions

@​angular/ssr

Commit Type Description
9726cd084 feat Add support for route matchers with fine-grained render mode control

19.1.9 (2025-02-26)

@​angular/build

Commit Type Description
2d361e9b0 fix always disable JSON stats with dev-server

... (truncated)

Commits
  • aaa1acc release: cut the v19.2.0 release
  • 39ebd25 build: update fw and packagr to 19.2.0
  • 239a404 fix(@​angular/build): always disable JSON stats with dev-server
  • fe8d83a fix(@​schematics/angular): add additional checks for application builder usage
  • 1f715d2 release: cut the v19.2.0-rc.0 release
  • 8f73dad build: update angular
  • b2e2e68 build: temporarily ignore renovate updates for @​angular/build-tooling
  • ca1e86b build: disable failing strict_deps targets
  • 68ef24d build: add strict_deps requirement for ts_project
  • fbef9a4 docs: release notes for the v19.1.8 release
  • Additional commits viewable in compare view

Updates @angular/language-service from 19.1.4 to 19.2.0

Release notes

Sourced from @​angular/language-service'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/language-service'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
  • 176475f fix(language-service): provide correct rename info for elements (#60088)
  • fe8a683 feat(compiler): support untagged template literals in expressions (#59230)
  • See full diff in compare view

Updates @types/node from 22.13.0 to 22.13.8

Commits

Updates semver from 7.7.0 to 7.7.1

Release notes

Sourced from semver's releases.

v7.7.1

7.7.1 (2025-02-03)

Bug Fixes

Changelog

Sourced from semver's changelog.

7.7.1 (2025-02-03)

Bug Fixes

Commits

Updates zx from 8.3.1 to 8.3.2

Release notes

Sourced from zx's releases.

8.3.2 – Clogged Drain

Restrics unsafe vals usage on dotenv.stringify #1093 #1094

Commits
  • 5ba714d fix: check user input on dotenv.stringify (#1094)
  • 2772b44 ci: update gh pages actions (#1092)
  • 81a3940 docs: describe $.defaults and shell setup helpers, mention asyncIterator, a...
  • a94559d ci: update osv scanner action (#1090)
  • 8b01a81 chore: bump version to 8.4.0, update deps zurk, ps, envapi (#1089)
  • 5f40814 test: enable jsr and integration test suites (#1087)
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-and-patch-version-updates group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/cli](https://github.com/angular/angular-cli) | `19.1.5` | `19.2.0` |
| [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) | `19.1.4` | `19.2.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.0` | `22.13.8` |
| [semver](https://github.com/npm/node-semver) | `7.7.0` | `7.7.1` |
| [zx](https://github.com/google/zx) | `8.3.1` | `8.3.2` |


Updates `@angular/cli` from 19.1.5 to 19.2.0
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@19.1.5...19.2.0)

Updates `@angular/language-service` from 19.1.4 to 19.2.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/19.2.0/packages/language-service)

Updates `@types/node` from 22.13.0 to 22.13.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `semver` from 7.7.0 to 7.7.1
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v7.7.0...v7.7.1)

Updates `zx` from 8.3.1 to 8.3.2
- [Release notes](https://github.com/google/zx/releases)
- [Commits](google/zx@8.3.1...8.3.2)

---
updated-dependencies:
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-version-updates
- dependency-name: "@angular/language-service"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-version-updates
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-version-updates
- dependency-name: semver
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-version-updates
- dependency-name: zx
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-version-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 1, 2025
@mroloux mroloux merged commit 1839d31 into master Mar 3, 2025
1 check passed
@mroloux mroloux deleted the dependabot/npm_and_yarn/minor-and-patch-version-updates-65eb45eaba branch March 3, 2025 09:34
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 javascript Pull requests that update Javascript code
Development

Successfully merging this pull request may close these issues.

1 participant