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 9 updates #2351

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 13, 2024

Bumps the angular group with 9 updates in the /generators/angular/resources directory:

Package From To
@angular/common 17.3.4 18.0.3
@fortawesome/angular-fontawesome 0.14.1 0.15.0
ngx-cookie-service 17.1.0 18.0.0
ngx-infinite-scroll 17.0.0 18.0.0
zone.js 0.14.4 0.14.7
@angular-architects/module-federation 17.0.8 18.0.2
@angular-architects/module-federation-runtime 17.0.8 18.0.2
@angular/cli 17.3.4 18.0.3
jest-preset-angular 14.0.3 14.1.0

Updates @angular/common from 17.3.4 to 18.0.3

Release notes

Sourced from @​angular/common's releases.

v18.0.3

18.0.3 (2024-06-12)

benchpress

Commit Description
fix - ebf00aa0659 adjust supported browser names for headless chrome (#56360)

core

Commit Description
fix - dbd0fa00f8c async EventEmitter should contribute to app stability (#56308)
fix - 625ca3e2b3f signals should be tracked when embeddedViewRef.detectChanges is called (#55719)

localize

Commit Description
fix - d6dd3dbdb09 add @angular/localize/init as polyfill in angular.json (#56300)

migrations

Commit Description
fix - c07e1b33569 resolve error in standalone migration (#56302)

v18.0.2

18.0.2 (2024-06-05)

core

Commit Description
fix - 78cf9bfc0e Do not migrate HttpClientModule imports on components. (#56067)
fix - 616cdef474 don't coerce all producers to consumers on liveness change (#56140)
fix - 2a440e1064 Fix shouldPreventDefaultBeforeDispatching bug (#56188)
fix - 290a47d842 handle missing withI18nSupport() call for components that use i18n blocks (#56175)

migrations

Commit Description
fix - b70b80ba55 do not generate aliased variables with the same name (#56154)

v18.0.1

18.0.1 (2024-05-29)

compiler

Commit Description
fix - 419ffa2026 optimize track function that only passes $index (#55872)

compiler-cli

Commit Description
fix - 4c7efc005a interpolatedSignalNotInvoked diagnostic for class, style, attribute and animation bindings (#55969)

core

Commit Description

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

18.0.3 (2024-06-12)

benchpress

Commit Type Description
ebf00aa0659 fix adjust supported browser names for headless chrome (#56360)

core

Commit Type Description
dbd0fa00f8c fix async EventEmitter should contribute to app stability (#56308)
625ca3e2b3f fix signals should be tracked when embeddedViewRef.detectChanges is called (#55719)

localize

Commit Type Description
d6dd3dbdb09 fix add @angular/localize/init as polyfill in angular.json (#56300)

migrations

Commit Type Description
c07e1b33569 fix resolve error in standalone migration (#56302)

18.1.0-next.1 (2024-06-05)

compiler-cli

Commit Type Description
9e21582456 fix Show template syntax errors in local compilation modified (#55855)

core

Commit Type Description
8d75627ddd fix Do not migrate HttpClientModule imports on components. (#56067)
1081c8d623 fix don't coerce all producers to consumers on liveness change (#56140)
b6fb53cdc7 fix Fix shouldPreventDefaultBeforeDispatching bug (#56188)
31f3975e4b fix handle missing withI18nSupport() call for components that use i18n blocks (#56175)

migrations

Commit Type Description
75e811c18b fix do not generate aliased variables with the same name (#56154)

18.0.2 (2024-06-05)

core

Commit Type Description
78cf9bfc0e fix Do not migrate HttpClientModule imports on components. (#56067)
616cdef474 fix don't coerce all producers to consumers on liveness change (#56140)
2a440e1064 fix Fix shouldPreventDefaultBeforeDispatching bug (#56188)
290a47d842 fix handle missing withI18nSupport() call for components that use i18n blocks (#56175)

... (truncated)

Commits
  • a33d85d build: update Node.js to match Angular CLI engines (#56187)
  • 0b6018b build: update to latest dev infra code (#56128)
  • d73a017 fix(core): link errors to ADEV (#55554)
  • 5052d4c docs(common): fix FormatWidth.Short description (#55821)
  • 6906ff0 refactor(core): clean up clang comments and workarounds (#55750)
  • d9b339f fix(http): resolve withRequestsMadeViaParent behavior with withFetch (#55...
  • 516e5b5 refactor(common): increment test coverage (#55532)
  • d34c033 refactor(common): Deprecate Local Data API functions (#54483)
  • f914f6a feat(migrations): Migration schematics for HttpClientModule (#54020)
  • ef665a4 refactor(http): Deprecate HttpClientModule & related modules (#54020)
  • Additional commits viewable in compare view

Updates @fortawesome/angular-fontawesome from 0.14.1 to 0.15.0

Release notes

Sourced from @​fortawesome/angular-fontawesome's releases.

0.15.0

Make sure to check upgrade instructions.

Added

  • Support for Angular 18.
  • Documentation on how to use NPM Kit packages.
  • Documentation on how to correctly use fa-stack in standalone components.
  • Documentation on how to use custom icons.
  • FAQ page with considerations on whether to use this library.
  • Configuration option for the FontAwesomeTestingModule to not throw errors when adding icons.
  • Documentation on how to add global styles to the page.

Fixed

  • Documentation for the rotate input.
  • Global styles are now correctly added to the page in SSR context.

Changed

  • icon input type is now more permissive.
  • @fortawesome/fontawesome-svg-core became a regular dependency.

Removed

  • Angular 17.x is no longer supported. If you are using this version, please, stick with version 0.14.1.
  • Deprecated inputs spin and pulse. Use animation input instead.
  • Deprecated inputs styles and classes.
Changelog

Sourced from @​fortawesome/angular-fontawesome's changelog.

0.15.0 - 2024-05-23

Make sure to check upgrade instructions.

Added

  • Support for Angular 18.
  • Documentation on how to use NPM Kit packages.
  • Documentation on how to correctly use fa-stack in standalone components.
  • Documentation on how to use custom icons.
  • FAQ page with considerations on whether to use this library.
  • Configuration option for the FontAwesomeTestingModule to not throw errors when adding icons.
  • Documentation on how to add global styles to the page.

Fixed

  • Documentation for the rotate input.
  • Global styles are now correctly added to the page in SSR context.

Changed

  • icon input type is now more permissive.
  • @fortawesome/fontawesome-svg-core became a regular dependency.

Removed

  • Angular 17.x is no longer supported. If you are using this version, please, stick with version 0.14.1.
  • Deprecated inputs spin and pulse. Use animation input instead.
  • Deprecated inputs styles and classes.
Commits
  • 6e462b5 Release 0.15.0
  • 2a3a9e7 Update to Angular 18
  • 9342b5b Make @​fortawesome/fontawesome-svg-core a regular dependency
  • 5d26d6d Add global styles properly in the SSR context
  • 551ccb2 Remove unused property
  • 629da3f Add SSR to the demo project
  • 31ba979 Simplify testing configuration implementation
  • 14c4812 Feat: Allow Configuring the testing module to not throw errors when adding icons
  • dc9dcca Fix: Expose MockFaIconLibrary on the testing API
  • 6b8238a Test: Fix project setup to include tests in testing/ subdirectory
  • Additional commits viewable in compare view

Updates ngx-cookie-service from 17.1.0 to 18.0.0

Release notes

Sourced from ngx-cookie-service's releases.

18.0.0

What's Changed

Full Changelog: stevermeister/ngx-cookie-service@v17.1.0...v18.0.0

Commits

Updates ngx-infinite-scroll from 17.0.0 to 18.0.0

Commits

Updates zone.js from 0.14.4 to 0.14.7

Changelog

Sourced from zone.js's changelog.

0.14.7 (2024-06-06)

Bug Fixes

  • zone.js: do not mutate event listener options (may be readonly) (#55796) (85c1719), closes #54142
  • zone.js: store remove abort listener on the scheduled task (#56160) (4a3800a), closes #56148

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
  • 181ed2a release: cut the zone.js-0.14.7 release (#56306)
  • 117a26b docs(zone.js): update release guide for zone.js (#55846)
  • 4a3800a fix(zone.js): store remove abort listener on the scheduled task (#56160)
  • 85c1719 fix(zone.js): do not mutate event listener options (may be readonly) (#55796)
  • 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...
  • Additional commits viewable in compare view

Updates @angular-architects/module-federation from 17.0.8 to 18.0.2

Release notes

Sourced from @​angular-architects/module-federation's releases.

Native Federation 17.1.

CLI-Integration

Since 17.1, Native Federation for Angular uses the Angular CLI's esbuild-based Application Builder and the CLI's Dev Server to keep track with all the innovations and performance-improvements in that space.

Commits

Updates @angular-architects/module-federation-runtime from 17.0.8 to 18.0.2

Updates @angular/cli from 17.3.4 to 18.0.3

Release notes

Sourced from @​angular/cli's releases.

v18.0.3

18.0.3 (2024-06-05)

@​angular/cli

Commit Description
fix - b709d2a24 add schema.json options to parsed command, also when a version is passed to ng add <package>@<version>

@​angular/build

Commit Description
fix - 43a2a7d13 avoid escaping rebased Sass URL values
fix - 9acb5c7ca disable JS transformer persistent cache on web containers
fix - 346df4909 improve Sass rebaser ident token detection
fix - 6526a5f59 watch all related files during a Sass error

v18.0.2

18.0.2 (2024-05-29)

@​schematics/angular

Commit Description
fix - 9967c04b8 check both application builder packages in SSR schematic
fix - 92b48ab14 set builders assets option correctly for new applications

@​angular/build

Commit Description
fix - 3bb06c37d disable Worker wait loop for Sass compilations in web containers
fix - c4cf35923 print Sass @warn location
fix - 352879804 support valid self-closing MathML tags in HTML index file
fix - 476f3084a support valid self-closing SVG tags in HTML index file

@​angular/pwa

Commit Description
fix - acbffd236 set manifest icons location to match assets builder option

v18.0.1

18.0.1 (2024-05-23)

@​schematics/angular

Commit Description
fix - 01842f515 use angular.dev in readme

@​angular/build

Commit Description
fix - 7d253e9cd avoid rebasing URLs with function calls
fix - 6b6a76a99 disable persistent disk caching inside webcontainers by default
fix - ba70a50b6 handle esbuild-browser polyfills option as string during ng serve
fix - 706423aca only import persistent cache store with active caching

... (truncated)

Changelog

Sourced from @​angular/cli's changelog.

18.0.3 (2024-06-05)

@​angular/cli

Commit Type Description
b709d2a24 fix add schema.json options to parsed command, also when a version is passed to ng add <package>@<version>

@​angular/build

Commit Type Description
43a2a7d13 fix avoid escaping rebased Sass URL values
9acb5c7ca fix disable JS transformer persistent cache on web containers
346df4909 fix improve Sass rebaser ident token detection
6526a5f59 fix watch all related files during a Sass error

18.1.0-next.0 (2024-05-29)

@​angular/build

Commit Type Description
721d50bae fix avoid escaping rebased Sass URL values
f17b78de7 fix improve Sass rebaser ident token detection

18.0.2 (2024-05-29)

@​schematics/angular

Commit Type Description
9967c04b8 fix check both application builder packages in SSR schematic
92b48ab14 fix set builders assets option correctly for new applications

@​angular/build

Commit Type Description
3bb06c37d fix disable Worker wait loop for Sass compilations in web containers
c4cf35923 fix print Sass @warn location
352879804 fix support valid self-closing MathML tags in HTML index file

... (truncated)

Commits
  • 04077e3 release: cut the v18.0.3 release
  • 97eff83 refactor(@​schematics/angular): remove unnecessary whitespace in spec template
  • 04e2497 docs: update tsconfig template link aio->adev
  • b709d2a fix(@​angular/cli): add schema.json options to parsed command, also when a v...
  • 6526a5f fix(@​angular/build): watch all related files during a Sass error
  • 9acb5c7 fix(@​angular/build): disable JS transformer persistent cache on web containers
  • 25624af test: remove E2E tests that are covered by integration tests
  • 43a2a7d fix(@​angular/build): avoid escaping rebased Sass URL values
  • 346df49 fix(@​angular/build): improve Sass rebaser ident token detection
  • a6a3c6e release: cut the v18.0.2 release
  • Additional commits viewable in compare view

Updates jest-preset-angular from 14.0.3 to 14.1.0

Release notes

Sourced from jest-preset-angular's releases.

v14.1.0

Please refer to CHANGELOG.md for details.

v14.0.4

Please refer to CHANGELOG.md for details.

Changelog

Sourced from jest-preset-angular's changelog.

14.1.0 (2024-05-21)

Features

  • extend version support range to Angular 18 (24e097d)
  • remove ivy flag for snapshot serializer (3433cd8)

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
  • 49ced99 chore(release): 14.1.0
  • 2fede83 build(deps): Update ESLint packages to ^7.10.0
  • 24e097d feat: extend version support range to Angular 18
  • 98cb366 build(deps): Update JamesIves/github-pages-deploy-action action to v4.6.1
  • e5518ad build(deps): Update dependency zone.js to ~0.14.6
  • d3b00ce build(deps): Update Angular packages to ^17.3.9
  • d1694db build(deps): Update dependency eslint-plugin-jsdoc to ^48.2.5
  • 3096fcf test(e2e): upgrade example-app-v15 to latest version of angular cli
  • 8615ac2 test(e2e): remove karma config for example-app-yarn-workspace
  • 9584ae0 test(e2e): remove karma config for example-app-v17
  • 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 9 updates in the /generators/angular/resources directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `17.3.4` | `18.0.3` |
| [@fortawesome/angular-fontawesome](https://github.com/FortAwesome/angular-fontawesome) | `0.14.1` | `0.15.0` |
| [ngx-cookie-service](https://github.com/stevermeister/ngx-cookie-service) | `17.1.0` | `18.0.0` |
| [ngx-infinite-scroll](https://github.com/orizens/ngx-infinite-scroll) | `17.0.0` | `18.0.0` |
| [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) | `0.14.4` | `0.14.7` |
| [@angular-architects/module-federation](https://github.com/angular-architects/module-federation-plugin) | `17.0.8` | `18.0.2` |
| @angular-architects/module-federation-runtime | `17.0.8` | `18.0.2` |
| [@angular/cli](https://github.com/angular/angular-cli) | `17.3.4` | `18.0.3` |
| [jest-preset-angular](https://github.com/thymikee/jest-preset-angular) | `14.0.3` | `14.1.0` |



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

Updates `@fortawesome/angular-fontawesome` from 0.14.1 to 0.15.0
- [Release notes](https://github.com/FortAwesome/angular-fontawesome/releases)
- [Changelog](https://github.com/FortAwesome/angular-fontawesome/blob/main/CHANGELOG.md)
- [Commits](FortAwesome/angular-fontawesome@0.14.1...0.15.0)

Updates `ngx-cookie-service` from 17.1.0 to 18.0.0
- [Release notes](https://github.com/stevermeister/ngx-cookie-service/releases)
- [Changelog](https://github.com/stevermeister/ngx-cookie-service/blob/master/CHANGELOG.md)
- [Commits](stevermeister/ngx-cookie-service@v17.1.0...v18.0.0)

Updates `ngx-infinite-scroll` from 17.0.0 to 18.0.0
- [Release notes](https://github.com/orizens/ngx-infinite-scroll/releases)
- [Commits](https://github.com/orizens/ngx-infinite-scroll/commits)

Updates `zone.js` from 0.14.4 to 0.14.7
- [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.7/packages/zone.js)

Updates `@angular-architects/module-federation` from 17.0.8 to 18.0.2
- [Release notes](https://github.com/angular-architects/module-federation-plugin/releases)
- [Changelog](https://github.com/angular-architects/module-federation-plugin/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular-architects/module-federation-plugin/commits)

Updates `@angular-architects/module-federation-runtime` from 17.0.8 to 18.0.2

Updates `@angular/cli` from 17.3.4 to 18.0.3
- [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...18.0.3)

Updates `jest-preset-angular` from 14.0.3 to 14.1.0
- [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.1.0)

---
updated-dependencies:
- dependency-name: "@angular/common"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@fortawesome/angular-fontawesome"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: ngx-cookie-service
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: ngx-infinite-scroll
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: zone.js
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular-architects/module-federation"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular-architects/module-federation-runtime"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: jest-preset-angular
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular
...

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

dependabot bot commented on behalf of github Jun 13, 2024

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

Copy link
Author

dependabot bot commented on behalf of github Jun 14, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jun 14, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/generators/angular/resources/angular-1219ee0280 branch June 14, 2024 03:51
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