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 13 updates #2372

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

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

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

Package From To
@angular/common 17.0.8 18.0.3
@fortawesome/angular-fontawesome 0.14.0 0.15.0
@ng-bootstrap/ng-bootstrap 16.0.0 17.0.0
ngx-cookie-service 17.0.1 18.0.0
ngx-infinite-scroll 17.0.0 18.0.0
zone.js 0.14.2 0.14.7
@angular-architects/module-federation 17.0.1 18.0.2
@angular-architects/module-federation-runtime 17.0.1 18.0.2
@angular-builders/custom-webpack 17.0.0 18.0.0
@angular-builders/jest 17.0.0 18.0.0
@angular/cli 17.0.8 18.0.4
jest-preset-angular 13.1.4 14.1.1
typescript 5.2.2 5.4.5

Updates @angular/common from 17.0.8 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.0 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.

0.14.1

Fixed

  • Removed import from @fortawesome/fontawesome-common-types, which was an undeclared dependency.
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.

0.14.1 - 2023-12-23

Fixed

  • Removed import from @fortawesome/fontawesome-common-types, which was an undeclared dependency.
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 @ng-bootstrap/ng-bootstrap from 16.0.0 to 17.0.0

Release notes

Sourced from @​ng-bootstrap/ng-bootstrap's releases.

17.0.0

This release bumps minimum required versions to Angular 18.0.0.

We do not officially support provideExperimentalZonelessChangeDetection() yet, it will come in a future minor release. Please remember this an experimental API, follow #4709 and open new issues if you find any problems.

Signal support will come later, most likely in the next major release.

Bug Fixes

  • datepicker: track weekdays by $index (#4712) (ca1028d)
  • datepicker: track weekdays by index to avoid clashes (7c693d6)
  • datepicker: type of ngAcceptInputType_weekdays (5ad11bb)
  • pagination: track page by index since -1 can be there twice (1d190a8)
  • timepicker: get period from angular formatDate (56b0368)
  • typeahead track by index in NgbHighlight (#4707) (2085265), closes #4705
  • typeahead: track results by index in NgbTypeahead (#4711) (fa8aba9), closes #4702
Changelog

Sourced from @​ng-bootstrap/ng-bootstrap's changelog.

17.0.0 (2024-06-13)

This release bumps minimum required versions to Angular 18.0.0.

We do not officially support provideExperimentalZonelessChangeDetection() yet, it will come in a future minor release. Please remember this an experimental API, follow #4709 and open new issues if you find any problems.

Signal support will come later, most likely in the next major release.

Bug Fixes

  • datepicker: track weekdays by $index (#4712) (ca1028d)
  • datepicker: track weekdays by index to avoid clashes (7c693d6)
  • datepicker: type of ngAcceptInputType_weekdays (5ad11bb)
  • pagination: track page by index since -1 can be there twice (1d190a8)
  • timepicker: get period from angular formatDate (56b0368)
  • typeahead track by index in NgbHighlight (#4707) (2085265), closes #4705
  • typeahead: track results by index in NgbTypeahead (#4711) (fa8aba9), closes #4702
Commits
  • 07bee97 docs: release 17.0.0
  • b9c3de0 docs: demo site version for 16.x
  • 3e69030 docs(scrollspy): fix overview docs typo (#4671)
  • 42976d2 docs(pagination): fix misspelled word in pagination usage example (#4660)
  • 74a5213 docs(tooltip): rephrased comment in tooltip (#4693)
  • 40851b9 build: more deps alignment
  • acf0fb6 build: bump actions to v4, node to 20
  • a8e58f0 test: issue a warning that was commented out by mistake (#4718)
  • 2fd9727 test(datepicker): ignore warnings that are unavoidable
  • 7c693d6 fix(datepicker): track weekdays by index to avoid clashes
  • Additional commits viewable in compare view

Updates ngx-cookie-service from 17.0.1 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

17.1.0

What's Changed

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

17.1.0-rc.1

What's Changed

Full Changelog: stevermeister/ngx-cookie-service@v17.0.1...v17.1.0-rc.1

Commits
  • 3f0ea14 feat(core): adds angular 18 support (#311) (#316)
  • d63be32 Merge pull request #303 from stevermeister/development
  • 18b0717 release: bump version to 17.1.0
  • 76767d1 Merge branch 'partitioned-support' into development
  • 4f8b6f8 feat(core): bump version to 17.1.0-rc.1
  • 278831c feat(core): adds partitioned flag support
  • 518d0d9 feat(core): adds partitioned flag support
  • ce93c20 Merge remote-tracking branch 'origin/development' into development
  • a4f8de1 Update README.md
  • c6b0dd6 docs: updates README.md (#299)
  • Additional commits viewable in compare view

Updates ngx-infinite-scroll from 17.0.0 to 18.0.0

Commits

Updates zone.js from 0.14.2 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

0.14.4 (2024-02-13)

Bug Fixes

  • zone.js: add __Zone_ignore_on_properties to ZoneGlobalConfigurations (#50737) (f87f058)
  • zone.js: patch fs.realpath.native as macrotask (#54208) (19fae76), closes #45546
  • zone.js: patch Response methods returned by fetch (#50653) (260d3ed), closes #50327
  • zone.js: patch form-associated custom element callbacks (#50686) (1c990cd)

0.14.3 (2023-12-19)

Bug Fixes

... (truncated)

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.1 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.1 to 18.0.2

Updates @angular-builders/custom-webpack from 17.0.0 to 18.0.0

Changelog

Sourced from @​angular-builders/custom-webpack's changelog.

18.0.0 (2024-06-17)

Note: Version bump only for package @​angular-builders/custom-webpack

18.0.0-beta.3 (2024-05-30)

⚠ BREAKING CHANGES

  • update to Angular 18 (#1787)

Miscellaneous Chores

18.0.0-beta.0 (2024-05-30)

⚠ BREAKING CHANGES

  • update to Angular 18 (#1787)

Miscellaneous Chores

17.0.3-beta.1 (2024-04-10)

Note: Version bump only for package @​angular-builders/custom-webpack

17.0.3-beta.0 (2024-04-04)

Note: Version bump only for package @​angular-builders/custom-webpack

17.0.2 (2024-04-02)

Note: Version bump only for package @​angular-builders/custom-webpack

17.0.2-beta.1 (2024-03-21)

Note: Version bump only for package @​angular-builders/custom-webpack

17.0.2-beta.0 (2024-03-14)

Note: Version bump only for package @​angular-builders/custom-webpack

17.0.1 (2024-02-15)

Note: Version bump only for package @​angular-builders/custom-webpack

17.0.1-beta.1 (2024-02-04)

... (truncated)

Commits

Updates @angular-builders/jest from 17.0.0 to 18.0.0

Changelog

Sourced from @​angular-builders/jest's changelog.

18.0.0 (2024-06-17)

Note: Version bump only for package @​angular-builders/jest

18.0.0-beta.3 (2024-05-30)

⚠ BREAKING CHANGES

  • update to Angular 18 (#1787)

Miscellaneous Chores

18.0.0-beta.0 (2024-05-30)

⚠ BREAKING CHANGES

  • update to Angular 18 (#1787)

Miscellaneous Chores

17.0.4-beta.3 (2024-05-22)

Note: Version bump only for package @​angular-builders/jest

17.0.4-beta.2 (2024-05-08)

Note: Version bump only for package @​angular-builders/jest

17.0.4-beta.1 (2024-04-10)

Note: Version bump only for package @​angular-builders/jest

17.0.4-beta.0 (2024-04-04)

Note: Version bump only for package @​angular-builders/jest

17.0.3 (2024-04-02)

Note: Version bump only for package @​angular-builders/jest

17.0.3-beta.1 (2024-03-21)

Note: Version bump only for package @​angular-builders/jest

17.0.3-beta.0 (2024-03-14)

... (truncated)

Commits

Updates @angular/cli from 17.0.8 to 18.0.4

Release notes

Sourced from @​angular/cli's releases.

v18.0.4

18.0.4 (2024-06-13)

@​angular/build

Commit Description
fix - 791ef809d do not reference sourcemaps in web workers and global stylesheet bundles when hidden setting is enabled
fix - 20fc6ca05 generate module preloads next to script elements in index HTML
fix - 3a1bf5c8a Initiate PostCSS only once
fix - 78c611754 issue warning when auto adding @angular/localize/init

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

... (truncated)

Changelog

Sourced from @​angular/cli's changelog.

18.0.4 (2024-06-13)

@​angular/build

Commit Type Description
791ef809d fix do not reference sourcemaps in web workers and global stylesheet bundles when hidden setting is enabled
20fc6ca05 fix generate module preloads next to script elements in index HTML
3a1bf5c8a fix Initiate PostCSS only once
78c611754 fix issue warning when auto adding @angular/localize/init

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

@​angular/cli

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

@​schematics/angular

Commit Type Description
22e05dcb4 fix generate new projects with ECMAScript standard class field behavior

@​angular/build

Commit Type Description
687a6c7ec feat add --inspect option to the dev-server
86a07237e fix disable JS transformer persistent cache on web containers
a5fc020e6 fix watch all related files during a Sass error
dd94a831b perf enable dependency prebundling for server dependencies
3acb77683 perf use direct transpilation with...

Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `17.0.8` | `18.0.3` |
| [@fortawesome/angular-fontawesome](https://github.com/FortAwesome/angular-fontawesome) | `0.14.0` | `0.15.0` |
| [@ng-bootstrap/ng-bootstrap](https://github.com/ng-bootstrap/ng-bootstrap) | `16.0.0` | `17.0.0` |
| [ngx-cookie-service](https://github.com/stevermeister/ngx-cookie-service) | `17.0.1` | `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.2` | `0.14.7` |
| [@angular-architects/module-federation](https://github.com/angular-architects/module-federation-plugin) | `17.0.1` | `18.0.2` |
| @angular-architects/module-federation-runtime | `17.0.1` | `18.0.2` |
| [@angular-builders/custom-webpack](https://github.com/just-jeb/angular-builders/tree/HEAD/packages/custom-webpack) | `17.0.0` | `18.0.0` |
| [@angular-builders/jest](https://github.com/just-jeb/angular-builders/tree/HEAD/packages/jest) | `17.0.0` | `18.0.0` |
| [@angular/cli](https://github.com/angular/angular-cli) | `17.0.8` | `18.0.4` |
| [jest-preset-angular](https://github.com/thymikee/jest-preset-angular) | `13.1.4` | `14.1.1` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.2.2` | `5.4.5` |



Updates `@angular/common` from 17.0.8 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.0 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.0...0.15.0)

Updates `@ng-bootstrap/ng-bootstrap` from 16.0.0 to 17.0.0
- [Release notes](https://github.com/ng-bootstrap/ng-bootstrap/releases)
- [Changelog](https://github.com/ng-bootstrap/ng-bootstrap/blob/master/CHANGELOG.md)
- [Commits](ng-bootstrap/ng-bootstrap@16.0.0...17.0.0)

Updates `ngx-cookie-service` from 17.0.1 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.0.1...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.2 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.1 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.1 to 18.0.2

Updates `@angular-builders/custom-webpack` from 17.0.0 to 18.0.0
- [Release notes](https://github.com/just-jeb/angular-builders/releases)
- [Changelog](https://github.com/just-jeb/angular-builders/blob/master/packages/custom-webpack/CHANGELOG.md)
- [Commits](https://github.com/just-jeb/angular-builders/commits/@angular-builders/[email protected]/packages/custom-webpack)

Updates `@angular-builders/jest` from 17.0.0 to 18.0.0
- [Release notes](https://github.com/just-jeb/angular-builders/releases)
- [Changelog](https://github.com/just-jeb/angular-builders/blob/master/packages/jest/CHANGELOG.md)
- [Commits](https://github.com/just-jeb/angular-builders/commits/@angular-builders/[email protected]/packages/jest)

Updates `@angular/cli` from 17.0.8 to 18.0.4
- [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.0.8...18.0.4)

Updates `jest-preset-angular` from 13.1.4 to 14.1.1
- [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@v13.1.4...v14.1.1)

Updates `typescript` from 5.2.2 to 5.4.5
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.2.2...v5.4.5)

---
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: "@ng-bootstrap/ng-bootstrap"
  dependency-type: direct:production
  update-type: version-update:semver-major
  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-builders/custom-webpack"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular-builders/jest"
  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-major
  dependency-group: angular
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Author

dependabot bot commented on behalf of github Jun 20, 2024

The following labels could not be found: theme: angular, theme: dependencies, skip-changelog.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants