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 #2374

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 21, 2024

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

Package From To
@angular/common 17.0.8 18.0.4
@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.5
jest-preset-angular 13.1.4 14.1.1
typescript 5.2.2 5.5.2

Updates @angular/common from 17.0.8 to 18.0.4

Release notes

Sourced from @​angular/common's releases.

v18.0.4

18.0.4 (2024-06-20)

compiler-cli

Commit Description
fix - ec0d1bf6f3 insert constant statements after the first group of imports (#56431)

core

Commit Description
fix - 83ffa94783 do not activate event replay when no events are registered (#56509)

router

Commit Description
fix - 5578681da2 Delay the view transition to ensure renders in microtasks complete (#56494)

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

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

18.0.4 (2024-06-20)

compiler-cli

Commit Type Description
ec0d1bf6f3 fix insert constant statements after the first group of imports (#56431)

core

Commit Type Description
83ffa94783 fix do not activate event replay when no events are registered (#56509)

router

Commit Type Description
5578681da2 fix Delay the view transition to ensure renders in microtasks complete (#56494)

18.1.0-next.2 (2024-06-12)

benchpress

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

core

Commit Type Description
ea3c8020565 feat Add a schematic to migrate afterRender phase flag (#55648)
a655e464479 feat Redesign the afterRender & afterNextRender phases API (#55648)
38effcc63ee fix Add back phase flag option as a deprecated API (#55648)
d5c6ee432fc fix async EventEmitter should contribute to app stability (#56308)
4c7d5d8acd8 fix signals should be tracked when embeddedViewRef.detectChanges is called (#55719)

language-service

Commit Type Description
b400e2e4d4c feat autocompletion for the component not imported (#55595)

localize

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

migrations

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

router

Commit Type Description
a13f5da7730 feat Allow UrlTree as an input to routerLink (#56265)

... (truncated)

Commits
  • cc6cd08 refactor(docs-infra): complete removal of aio directory (#56496)
  • 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)
  • 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.5

Release notes

Sourced from @​angular/cli's releases.

v18.0.5

18.0.5 (2024-06-20)

@​schematics/angular

Commit Description
fix - 5c705e800 update schematics to use RouterModule when --routing flag is present

@​angular-devkit/build-angular

Commit Description
fix - 86e031dc7 use istanbul-lib-instrument directly for karma code coverage

@​angular/build

Commit Description
fix - bdd168f37 add CSP nonce to script with src tags
fix - 405c14809 automatically resolve .mjs files when using Vite
fix - 7360a346e use Node.js available parallelism for default worker count

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

... (truncated)

Changelog

Sourced from @​angular/cli's changelog.

18.0.5 (2024-06-20)

@​schematics/angular

Commit Type Description
5c705e800 fix update schematics to use RouterModule when --routing flag is present

@​angular-devkit/build-angular

Commit Type Description
86e031dc7 fix use istanbul-lib-instrument directly for karma code coverage

@​angular/build

Commit Type Description
bdd168f37 fix add CSP nonce to script with src tags
405c14809 fix automatically resolve .mjs files when using Vite
7360a346e fix use Node.js available parallelism for default worker count

18.1.0-next.2 (2024-06-13)

@​angular/cli

Commit Type Description
6d266c146 fix add fallbacks for migration package resolution

@​angular/build

Commit Type Description
4ff914a16 fix allow additional module preloads up to limit
8c379269e fix do not reference sourcemaps in web workers and global stylesheet bundles when hidden setting is enabled
461e78f3e fix generate module preloads next to script elements in index HTML
f102f815e fix Initiate PostCSS only once
fbc6eb322 fix issue warning when auto adding @angular/localize/init

18.0.4 (2024-06-13)

... (truncated)

Commits
  • e6ec5a4 release: cut the v18.0.5 release
  • 7360a34 fix(@​angular/build): use Node.js available parallelism for default worker count
  • 86e031d fix(@​angular-devkit/build-angular): use istanbul-lib-instrument directly for ...

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.4` |
| [@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.5` |
| [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.5.2` |



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

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.5.2
- [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.5.2)

---
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 21, 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