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 angular group in /frontend with 7 updates #697

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 5, 2024

Bumps the angular group in /frontend with 7 updates:

Package From To
@angular/cli 17.3.8 17.3.9
@ng-bootstrap/ng-bootstrap 16.0.0 17.0.1
@angular-eslint/builder 17.5.2 17.5.3
@angular-eslint/eslint-plugin 17.5.2 17.5.3
@angular-eslint/eslint-plugin-template 17.5.2 17.5.3
@angular-eslint/schematics 17.5.2 17.5.3
@angular-eslint/template-parser 17.5.2 17.5.3

Updates @angular/cli from 17.3.8 to 17.3.9

Release notes

Sourced from @​angular/cli's releases.

v17.3.9

17.3.9 (2024-08-29)

@​angular-devkit/build-angular

Commit Description
fix - e2c5c034d clear context in Karma by default for single run executions
fix - 88501f3d5 upgrade webpack to 5.94.0
Changelog

Sourced from @​angular/cli's changelog.

17.3.9 (2024-08-29)

@​angular-devkit/build-angular

Commit Type Description
e2c5c034d fix clear context in Karma by default for single run executions
88501f3d5 fix upgrade webpack to 5.94.0

16.2.15 (2024-08-29)

@​angular-devkit/build-angular

Commit Type Description
f596a3d5d fix clear context in Karma by default for single run executions
56fa051bd fix upgrade webpack to 5.94.0

19.0.0-next.1 (2024-08-22)

Breaking Changes

@​angular-devkit/build-angular

  • The browserTarget option has been removed from the DevServer and ExtractI18n builders. buildTarget is to be used instead.

@​angular-devkit/core

  • The deprecated fileBuffer function is no longer available. Update your code to use stringToFileBuffer instead to maintain compatibility.

    Note: that this change does not affect application developers.

@​angular/build

  • The @angular/localize/init polyfill will no longer be added automatically to projects. To prevent runtime issues, ensure that this polyfill is manually included in the "polyfills" section of your "angular.json" file if your application relies on Angular localization features.

@​schematics/angular

Commit Type Description
7992218a9 fix remove declaration and sourceMap from default tsconfig

... (truncated)

Commits
  • e56adb0 release: cut the v17.3.9 release
  • e2c5c03 fix(@​angular-devkit/build-angular): clear context in Karma by default for sin...
  • 88501f3 fix(@​angular-devkit/build-angular): upgrade webpack to 5.94.0
  • See full diff in compare view

Updates @ng-bootstrap/ng-bootstrap from 16.0.0 to 17.0.1

Release notes

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

17.0.1

Hopefully fixes that one datepicker bug with weekday labels.

Also replacing NgZone.onStable() with afterRender()/afterNextRender() internally and using esbuild with zoneless CD for the demo site.

Bug Fixes

  • datepicker: generate weekday labels in correct order (04010d6)
  • datepicker: config not inherited from datepicker-input (db14075), closes #3848
  • datepicker: global config not applied (18919c9), closes #4697

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.1 (2024-08-28)

Hopefully fixes that one datepicker bug with weekday labels.

Also replacing NgZone.onStable() with afterRender()/afterNextRender() internally and using esbuild with zoneless CD for the demo site.

Bug Fixes

  • datepicker: generate weekday labels in correct order (04010d6)
  • datepicker: config not inherited from datepicker-input (db14075), closes #3848
  • datepicker: global config not applied (18919c9), closes #4697

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
  • e2fe7d6 docs: release 17.0.1
  • 0d75f90 refactor(datepicker): rebase #4698
  • 1e59dc8 refactor(datepicker): cleanup/simplify Intl.DateTimeFormat usage
  • db14075 fix(datepicker): config not inherited from datepicker-input
  • 18919c9 fix(datepicker): global config not applied
  • cc396ac refactor(datepicker): always pass timeZone to Intl.DateTimeFormat
  • 04010d6 fix(datepicker): generate weekday labels in correct order
  • b463013 demo: google analytics v4
  • ff74fdf demo: fix stackblitzes generation
  • 89efb02 demo: enable zoneless CD on the demo site (#4728)
  • Additional commits viewable in compare view

Updates @angular-eslint/builder from 17.5.2 to 17.5.3

Changelog

Sourced from @​angular-eslint/builder's changelog.

18.3.0 (2024-08-13)

🩹 Fixes

  • ensure consistent nx dependency versions

❤️ Thank You

  • James Henry

18.2.0 (2024-07-31)

This was a version bump only for builder to align it with other projects, there were no code changes.

18.1.0 (2024-07-01)

This was a version bump only for builder to align it with other projects, there were no code changes.

18.0.1 (2024-05-30)

🩹 Fixes

  • move typescript-eslint packages to peerDeps, consistently allow v7 and v8

❤️ Thank You

  • James Henry

18.0.0 (2024-05-29)

🚀 Features

  • ⚠️ angular-eslint v18

⚠️ Breaking Changes

  • ⚠️ angular-eslint v18

❤️ Thank You

  • James Henry
Commits

Updates @angular-eslint/eslint-plugin from 17.5.2 to 17.5.3

Changelog

Sourced from @​angular-eslint/eslint-plugin's changelog.

18.3.0 (2024-08-13)

🚀 Features

  • eslint-plugin: new rule runtime-localize

❤️ Thank You

  • m-akinc

18.2.0 (2024-07-31)

🚀 Features

  • update typescript-eslint to v8 stable, eslint v9.8.0

🩹 Fixes

  • eslint-plugin: [prefer-standalone] ignore empty Directive decorators

❤️ Thank You

  • James Henry
  • Paweł Maniecki

18.1.0 (2024-07-01)

🚀 Features

  • eslint-plugin: [prefer-output-readonly] support output() function

🩹 Fixes

  • update typescript-eslint packages to v8.0.0-alpha.37

❤️ Thank You

  • Christian Svensson
  • Daniel Kimmich
  • Dave
  • Martijn van der Meij
  • Maximilian Main

18.0.1 (2024-05-30)

🩹 Fixes

  • move typescript-eslint packages to peerDeps, consistently allow v7 and v8

❤️ Thank You

... (truncated)

Commits

Updates @angular-eslint/eslint-plugin-template from 17.5.2 to 17.5.3

Changelog

Sourced from @​angular-eslint/eslint-plugin-template's changelog.

18.3.0 (2024-08-13)

🩹 Fixes

  • eslint-plugin-template: [interactive-supports-focus] allowList with form as default option to support event bubbling

  • eslint-plugin-template: [prefer-self-closing-tags] fix ng-content with rich default content

  • prefer-self-closing-tags: handle both forward and backward slash

❤️ Thank You

  • Daniel Kimmich
  • Sandi Barr
  • Simon

18.2.0 (2024-07-31)

🚀 Features

  • update typescript-eslint to v8 stable, eslint v9.8.0

🩹 Fixes

  • update dependency axobject-query to v4.1.0

  • eslint-plugin-template: add meta to preprocessor to resolve eslint cache error

❤️ Thank You

  • James Henry
  • kwiateusz

18.1.0 (2024-07-01)

🚀 Features

  • eslint-plugin: [no-call-expression] add allowPrefix and allowSuffix

🩹 Fixes

  • update typescript-eslint packages to v8.0.0-alpha.37

  • eslint-plugin-template: [prefer-self-closing-tags] always ignore index.html files

  • eslint-plugin-template: [prefer-self-closing-tags] support ng-content with fallback content

❤️ Thank You

  • Christian Svensson

... (truncated)

Commits

Updates @angular-eslint/schematics from 17.5.2 to 17.5.3

Changelog

Sourced from @​angular-eslint/schematics's changelog.

18.3.0 (2024-08-13)

🩹 Fixes

  • ensure consistent nx dependency versions

  • update dependency eslint to v9.9.0

  • update dependency ignore to v5.3.2

  • update typescript-eslint packages to v8.0.1

  • update typescript-eslint packages to v8.1.0

❤️ Thank You

  • James Henry

18.2.0 (2024-07-31)

🚀 Features

  • update typescript-eslint to v8 stable, eslint v9.8.0

🩹 Fixes

  • update dependency semver to v7.6.3

❤️ Thank You

  • James Henry

18.1.0 (2024-07-01)

🩹 Fixes

  • update dependency eslint to v9.4.0

  • update dependency eslint to v9.5.0

  • update dependency eslint to v9.6.0

  • update typescript-eslint packages to v8.0.0-alpha.37

  • update typescript-eslint packages to v8.0.0-alpha.38

❤️ Thank You

  • Christian Svensson
  • Daniel Kimmich

... (truncated)

Commits

Updates @angular-eslint/template-parser from 17.5.2 to 17.5.3

Changelog

Sourced from @​angular-eslint/template-parser's changelog.

18.3.0 (2024-08-13)

This was a version bump only for template-parser to align it with other projects, there were no code changes.

18.2.0 (2024-07-31)

🚀 Features

  • update typescript-eslint to v8 stable, eslint v9.8.0

❤️ Thank You

  • James Henry

18.1.0 (2024-07-01)

This was a version bump only for template-parser to align it with other projects, there were no code changes.

18.0.1 (2024-05-30)

This was a version bump only for template-parser to align it with other projects, there were no code changes.

18.0.0 (2024-05-29)

🚀 Features

  • ⚠️ angular-eslint v18

⚠️ Breaking Changes

  • ⚠️ angular-eslint v18

❤️ Thank You

  • James Henry
Commits

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 in /frontend with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/cli](https://github.com/angular/angular-cli) | `17.3.8` | `17.3.9` |
| [@ng-bootstrap/ng-bootstrap](https://github.com/ng-bootstrap/ng-bootstrap) | `16.0.0` | `17.0.1` |
| [@angular-eslint/builder](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/builder) | `17.5.2` | `17.5.3` |
| [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin) | `17.5.2` | `17.5.3` |
| [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin-template) | `17.5.2` | `17.5.3` |
| [@angular-eslint/schematics](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics) | `17.5.2` | `17.5.3` |
| [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) | `17.5.2` | `17.5.3` |


Updates `@angular/cli` from 17.3.8 to 17.3.9
- [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.8...17.3.9)

Updates `@ng-bootstrap/ng-bootstrap` from 16.0.0 to 17.0.1
- [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.1)

Updates `@angular-eslint/builder` from 17.5.2 to 17.5.3
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/builder/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/HEAD/packages/builder)

Updates `@angular-eslint/eslint-plugin` from 17.5.2 to 17.5.3
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/HEAD/packages/eslint-plugin)

Updates `@angular-eslint/eslint-plugin-template` from 17.5.2 to 17.5.3
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin-template/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/HEAD/packages/eslint-plugin-template)

Updates `@angular-eslint/schematics` from 17.5.2 to 17.5.3
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/schematics/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/HEAD/packages/schematics)

Updates `@angular-eslint/template-parser` from 17.5.2 to 17.5.3
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/template-parser/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/HEAD/packages/template-parser)

---
updated-dependencies:
- dependency-name: "@angular/cli"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@ng-bootstrap/ng-bootstrap"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular-eslint/builder"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular-eslint/eslint-plugin-template"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular-eslint/schematics"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular-eslint/template-parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 5, 2024
Copy link

sonarqubecloud bot commented Sep 5, 2024

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 8, 2024

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

@dependabot dependabot bot closed this Sep 8, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend/dev/angular-fcac6f0922 branch September 8, 2024 21:40
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants