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

build(deps): bump the angular group across 1 directory with 4 updates #4738

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 17, 2024

Bumps the angular group with 4 updates in the /generators/angular/resources directory: @angular/common, zone.js, @angular/cli and jest-preset-angular.

Updates @angular/common from 17.3.4 to 17.3.9

Release notes

Sourced from @​angular/common's releases.

v17.3.9

17.3.9 (2024-05-15)

v17.3.8

17.3.8 (2024-05-08)

compiler

Commit Description
fix - c21b459ba6 add math elements to schema (#55631) (#55645)

core

Commit Description
fix - 3818436ebc don't schedule timer triggers on the server (#55605)

v17.3.7

17.3.7 (2024-05-01)

compiler-cli

Commit Description
fix - 51ac883167 don't type check the bodies of control flow nodes in basic mode (#55558)

core

Commit Description
fix - af0eb846a5 render hooks should not specifically run outside the Angular zone (#55399)

router

Commit Description
fix - 3eea50da64 Scroller should scroll as soon as change detection completes (#55105)

v17.3.6

17.3.6 (2024-04-25)

core

Commit Description
fix - 826861b1fa DeferBlockFixture.render should not wait for stability (#55271)
fix - 5cf14da35c make ActivatedRoute inject correct instance inside @defer blocks (#55374)
fix - 8979fba2c5 skip defer timers on the server (#55480)

v17.3.5

17.3.5 (2024-04-17)

Changelog

Sourced from @​angular/common's changelog.

17.3.9 (2024-05-15)

18.0.0-rc.1 (2024-05-08)

compiler

Commit Type Description
91b007e58f fix add math elements to schema (#55631)
a040fb720a fix maintain multiline CSS selectors during CSS scoping (#55509)

core

Commit Type Description
d5edfde6ee fix afterRender hooks registered outside change detection can mark views dirty (#55623)
36130b2e72 fix don't schedule timer triggers on the server (#55605)
0510930a25 fix TestBed should not override NgZone from initTestEnvironment (#55226)

http

Commit Type Description
d9b339fdbc fix resolve withRequestsMadeViaParent behavior with withFetch (#55652)

migrations

Commit Type Description
8459ee46cb fix handle more cases in HttpClientModule migration (#55640)

platform-browser

Commit Type Description
23f914f101 fix Use the right namespace for mathML. (#55622)

platform-server

Commit Type Description
e71e869112 fix remove event dispatch script from HTML when hydration is disabled (#55681)

17.3.8 (2024-05-08)

compiler

Commit Type Description
c21b459ba6 fix add math elements to schema (#55631) (#55645)

core

Commit Type Description
3818436ebc fix don't schedule timer triggers on the server (#55605)

... (truncated)

Commits
  • 75db462 refactor(common): increment test coverage (#55532)
  • 051c140 build(http): Mark the http tests as flaky because of one particular transfe...
  • See full diff in compare view

Updates zone.js from 0.14.4 to 0.14.6

Changelog

Sourced from zone.js's changelog.

0.14.6 (2024-05-16)

Bug Fixes

0.14.5 (2024-04-30)

Bug Fixes

  • zone.js: Add 'declare' to each interface to prevent renaming (#54966) (b3d045b)
  • zone.js: make sure fakeasync use the same id pool with native (#54600) (ddbf6bb), closes #54323
  • zone.js: should not clear onhandler when remove capture listener (#54602) (e44b077), closes #54581
Commits
  • 1360110 release: cut the zone.js-0.14.6 release (#55845)
  • 20a530a fix(zone.js): correctly bundle zone-patch-rxjs (#55826)
  • f3b0e2f refactor(zone.js): remove tslib from dependencies (#55827)
  • 0eade1c docs: add a note about development status of zone.js (#55746)
  • aa8df1d refactor(core): clean up clang comments and workarounds (#55750)
  • a9460d0 fix(zone.js): remove abort listener on a signal when actual event is remove...
  • 7898957 build: lock file maintenance (#55680)
  • 9e07b62 fix(zone.js): add missing APIs to Node.js fs patch (#54396)
  • 3312727 refactor(zone.js): use Object.prototype.toString directly for improved tree...
  • 2ac54f8 build: lock file maintenance (#55575)
  • Additional commits viewable in compare view

Updates @angular/cli from 17.3.4 to 17.3.7

Release notes

Sourced from @​angular/cli's releases.

v17.3.7

17.3.7 (2024-05-08)

@​angular-devkit/build-angular

Commit Description
fix - 998c72036 decode URL pathname decoding during SSG fetch

@​angular-devkit/schematics

Commit Description
fix - 1ab1c6c9e use web standard error check for Deno support

v17.3.6

17.3.6 (2024-04-25)

@​angular-devkit/build-angular

Commit Description
fix - dcec59799 properly configure headers for media resources and HTML page

v17.3.5

17.3.5 (2024-04-17)

@​angular-devkit/build-angular

Commit Description
fix - 6191d06ca address Unable to deserialize cloned data issue with Yarn PnP
fix - 0335d6a5d remove type="text/css" from style tag
Changelog

Sourced from @​angular/cli's changelog.

17.3.7 (2024-05-08)

@​angular-devkit/build-angular

Commit Type Description
998c72036 fix decode URL pathname decoding during SSG fetch

@​angular-devkit/schematics

Commit Type Description
1ab1c6c9e fix use web standard error check for Deno support

18.0.0-rc.1 (2024-05-02)

@​schematics/angular

Commit Type Description
c46aa084f fix add postcss dependency in application migration if needed

@​angular-devkit/architect

Commit Type Description
ddd08efef fix resolve builder aliases from containing package

@​angular-devkit/schematics

Commit Type Description
80fa03069 fix use web standard error check for Deno support

@​angular/build

Commit Type Description
b7a0792b3 fix add a maximum rendering timeout for SSG
2085365e0 fix only generate shallow preload links for initial files

18.0.0-rc.0 (2024-05-01)

... (truncated)

Commits
  • 4e05c4d release: cut the v17.3.7 release
  • cd43c1f refactor(@​schematics/angular): link for ignoring files
  • 998c720 fix(@​angular-devkit/build-angular): decode URL pathname decoding during SSG f...
  • 1ab1c6c fix(@​angular-devkit/schematics): use web standard error check for Deno support
  • c6b82f6 release: cut the v17.3.6 release
  • 6f1906f docs: add explanation of how to set up a new NPM package in Wombat
  • dcec597 fix(@​angular-devkit/build-angular): properly configure headers for media reso...
  • c5f20a3 release: cut the v17.3.5 release
  • 6191d06 fix(@​angular-devkit/build-angular): address `Unable to deserialize cloned dat...
  • 0335d6a fix(@​angular-devkit/build-angular): remove type="text/css" from style tag
  • See full diff in compare view

Updates jest-preset-angular from 14.0.3 to 14.0.4

Release notes

Sourced from jest-preset-angular's releases.

v14.0.4

Please refer to CHANGELOG.md for details.

Changelog

Sourced from jest-preset-angular's changelog.

14.0.4 (2024-05-07)

Features

  • Support generic type for signal queries, closes #2392
  • Support outputFromObservable, closes #2374
  • Support input.required, closes #2370
Commits
  • fde2e72 chore(release): 14.0.4
  • 0136b05 build(deps): Update dependency @​types/node to ^20.12.10
  • 4980353 build(deps): Update docusaurus monorepo to ^3.3.2
  • 2a7aaa6 build(deps): Update commitlint monorepo to ^19.3.0
  • a992df9 test: add example of using signal content queries
  • b501628 test: add example of using input.required
  • 9344fee build(deps): Update Yarn to v4.2.1
  • 9c536af infra: improve caching deps between GH steps in a workflow
  • c2f7324 build(deps): Update ESLint packages to ^7.8.0
  • 16d0048 build(deps): Update dependency zone.js to ~0.14.5
  • Additional commits viewable 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 angular group with 4 updates in the /generators/angular/resources directory: [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common), [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js), [@angular/cli](https://github.com/angular/angular-cli) and [jest-preset-angular](https://github.com/thymikee/jest-preset-angular).


Updates `@angular/common` from 17.3.4 to 17.3.9
- [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/17.3.9/packages/common)

Updates `zone.js` from 0.14.4 to 0.14.6
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/packages/zone.js/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/zone.js-0.14.6/packages/zone.js)

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

Updates `jest-preset-angular` from 14.0.3 to 14.0.4
- [Release notes](https://github.com/thymikee/jest-preset-angular/releases)
- [Changelog](https://github.com/thymikee/jest-preset-angular/blob/main/CHANGELOG.md)
- [Commits](thymikee/jest-preset-angular@v14.0.3...v14.0.4)

---
updated-dependencies:
- dependency-name: "@angular/common"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: zone.js
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: jest-preset-angular
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Author

dependabot bot commented on behalf of github May 17, 2024

The following labels could not be found: skip-changelog.

Copy link
Author

dependabot bot commented on behalf of github May 22, 2024

Superseded by #4746.

@dependabot dependabot bot closed this May 22, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/generators/angular/resources/angular-8c024877d8 branch May 22, 2024 03:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
0 participants