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 npm-small-upgrades group across 1 directory with 14 updates #1015

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the npm-small-upgrades group with 14 updates in the / directory:

Package From To
@angular/common 19.0.4 19.0.5
@angular/compiler 19.0.4 19.0.5
@angular/core 19.0.4 19.0.5
@angular/forms 19.0.4 19.0.5
@angular/platform-browser 19.0.4 19.0.5
@angular/platform-browser-dynamic 19.0.4 19.0.5
@angular-devkit/build-angular 19.0.5 19.0.6
@angular/cli 19.0.5 19.0.6
@angular/compiler-cli 19.0.4 19.0.5
@typescript-eslint/eslint-plugin 8.18.0 8.18.1
@typescript-eslint/parser 8.18.0 8.18.1
eslint 9.16.0 9.17.0
puppeteer 23.10.4 23.11.1
typescript 5.6.3 5.7.2

Updates @angular/common from 19.0.4 to 19.0.5

Release notes

Sourced from @​angular/common's releases.

v19.0.5

19.0.5 (2024-12-18)

core

Commit Description
fix - 3793218e77 avoid triggering on timer and on idle on the server (#59177)
fix - cfc96ed82c Fix nested timer serialization (#59173)

platform-server

Commit Description
fix - 9085a8fbd8 Warn user when transfer state happens more than once (#58935)
Changelog

Sourced from @​angular/common's changelog.

19.0.5 (2024-12-18)

core

Commit Type Description
3793218e77 fix avoid triggering on timer and on idle on the server (#59177)
cfc96ed82c fix Fix nested timer serialization (#59173)

platform-server

Commit Type Description
9085a8fbd8 fix Warn user when transfer state happens more than once (#58935)

19.1.0-next.3 (2024-12-12)

compiler-cli

Commit Type Description
c5c20e9d86 fix check event side of two-way bindings (#59002)
0dee2681f7 fix consider pre-release versions when detecting feature support (#59061)
1b9492edf8 fix error in unused standalone imports diagnostic (#59064)

core

Commit Type Description
d010e11b73 feat add event listener options to renderer (#59092)
30e676098d fix Fix a bug where snapshotted functions are being run twice if they return a nullish/falsey value. (#59073)

platform-browser

Commit Type Description
52be35118f fix collect external component styles from server rendering (#59031)

Commits
  • e3bb6a0 refactor(common): update the NgOptimizedImage message to use @if instead of...
  • See full diff in compare view

Updates @angular/compiler from 19.0.4 to 19.0.5

Release notes

Sourced from @​angular/compiler's releases.

v19.0.5

19.0.5 (2024-12-18)

core

Commit Description
fix - 3793218e77 avoid triggering on timer and on idle on the server (#59177)
fix - cfc96ed82c Fix nested timer serialization (#59173)

platform-server

Commit Description
fix - 9085a8fbd8 Warn user when transfer state happens more than once (#58935)
Changelog

Sourced from @​angular/compiler's changelog.

19.0.5 (2024-12-18)

core

Commit Type Description
3793218e77 fix avoid triggering on timer and on idle on the server (#59177)
cfc96ed82c fix Fix nested timer serialization (#59173)

platform-server

Commit Type Description
9085a8fbd8 fix Warn user when transfer state happens more than once (#58935)

19.1.0-next.3 (2024-12-12)

compiler-cli

Commit Type Description
c5c20e9d86 fix check event side of two-way bindings (#59002)
0dee2681f7 fix consider pre-release versions when detecting feature support (#59061)
1b9492edf8 fix error in unused standalone imports diagnostic (#59064)

core

Commit Type Description
d010e11b73 feat add event listener options to renderer (#59092)
30e676098d fix Fix a bug where snapshotted functions are being run twice if they return a nullish/falsey value. (#59073)

platform-browser

Commit Type Description
52be35118f fix collect external component styles from server rendering (#59031)

Commits

Updates @angular/core from 19.0.4 to 19.0.5

Release notes

Sourced from @​angular/core's releases.

v19.0.5

19.0.5 (2024-12-18)

core

Commit Description
fix - 3793218e77 avoid triggering on timer and on idle on the server (#59177)
fix - cfc96ed82c Fix nested timer serialization (#59173)

platform-server

Commit Description
fix - 9085a8fbd8 Warn user when transfer state happens more than once (#58935)
Changelog

Sourced from @​angular/core's changelog.

19.0.5 (2024-12-18)

core

Commit Type Description
3793218e77 fix avoid triggering on timer and on idle on the server (#59177)
cfc96ed82c fix Fix nested timer serialization (#59173)

platform-server

Commit Type Description
9085a8fbd8 fix Warn user when transfer state happens more than once (#58935)

19.1.0-next.3 (2024-12-12)

compiler-cli

Commit Type Description
c5c20e9d86 fix check event side of two-way bindings (#59002)
0dee2681f7 fix consider pre-release versions when detecting feature support (#59061)
1b9492edf8 fix error in unused standalone imports diagnostic (#59064)

core

Commit Type Description
d010e11b73 feat add event listener options to renderer (#59092)
30e676098d fix Fix a bug where snapshotted functions are being run twice if they return a nullish/falsey value. (#59073)

platform-browser

Commit Type Description
52be35118f fix collect external component styles from server rendering (#59031)

Commits
  • fd968e8 refactor(core): reduce generated code (#59220)
  • ba9bbd0 refactor(core): add ENABLE_ROOT_COMPONENT_BOOTSTRAP token (#59205)
  • 4d74f86 refactor(core): add skipped defer blocks count to ngDevMode (#59188)
  • 3793218 fix(core): avoid triggering on timer and on idle on the server (#59177)
  • 515a1fb docs: correct typo in description of runTask method (#59119)
  • c8b1926 docs(core): remove redundant reference-manifests handwritten entries (#59169)
  • cfc96ed fix(core): Fix nested timer serialization (#59173)
  • 456fe22 refactor(core): replace regexp in incremental hydration (#59158)
  • c61ad65 refactor(core): incremental hydration TODO cleanup (#59032)
  • See full diff in compare view

Updates @angular/forms from 19.0.4 to 19.0.5

Release notes

Sourced from @​angular/forms's releases.

v19.0.5

19.0.5 (2024-12-18)

core

Commit Description
fix - 3793218e77 avoid triggering on timer and on idle on the server (#59177)
fix - cfc96ed82c Fix nested timer serialization (#59173)

platform-server

Commit Description
fix - 9085a8fbd8 Warn user when transfer state happens more than once (#58935)
Changelog

Sourced from @​angular/forms's changelog.

19.0.5 (2024-12-18)

core

Commit Type Description
3793218e77 fix avoid triggering on timer and on idle on the server (#59177)
cfc96ed82c fix Fix nested timer serialization (#59173)

platform-server

Commit Type Description
9085a8fbd8 fix Warn user when transfer state happens more than once (#58935)

19.1.0-next.3 (2024-12-12)

compiler-cli

Commit Type Description
c5c20e9d86 fix check event side of two-way bindings (#59002)
0dee2681f7 fix consider pre-release versions when detecting feature support (#59061)
1b9492edf8 fix error in unused standalone imports diagnostic (#59064)

core

Commit Type Description
d010e11b73 feat add event listener options to renderer (#59092)
30e676098d fix Fix a bug where snapshotted functions are being run twice if they return a nullish/falsey value. (#59073)

platform-browser

Commit Type Description
52be35118f fix collect external component styles from server rendering (#59031)

Commits

Updates @angular/platform-browser from 19.0.4 to 19.0.5

Release notes

Sourced from @​angular/platform-browser's releases.

v19.0.5

19.0.5 (2024-12-18)

core

Commit Description
fix - 3793218e77 avoid triggering on timer and on idle on the server (#59177)
fix - cfc96ed82c Fix nested timer serialization (#59173)

platform-server

Commit Description
fix - 9085a8fbd8 Warn user when transfer state happens more than once (#58935)
Changelog

Sourced from @​angular/platform-browser's changelog.

19.0.5 (2024-12-18)

core

Commit Type Description
3793218e77 fix avoid triggering on timer and on idle on the server (#59177)
cfc96ed82c fix Fix nested timer serialization (#59173)

platform-server

Commit Type Description
9085a8fbd8 fix Warn user when transfer state happens more than once (#58935)

19.1.0-next.3 (2024-12-12)

compiler-cli

Commit Type Description
c5c20e9d86 fix check event side of two-way bindings (#59002)
0dee2681f7 fix consider pre-release versions when detecting feature support (#59061)
1b9492edf8 fix error in unused standalone imports diagnostic (#59064)

core

Commit Type Description
d010e11b73 feat add event listener options to renderer (#59092)
30e676098d fix Fix a bug where snapshotted functions are being run twice if they return a nullish/falsey value. (#59073)

platform-browser

Commit Type Description
52be35118f fix collect external component styles from server rendering (#59031)

Commits

Updates @angular/platform-browser-dynamic from 19.0.4 to 19.0.5

Release notes

Sourced from @​angular/platform-browser-dynamic's releases.

v19.0.5

19.0.5 (2024-12-18)

core

Commit Description
fix - 3793218e77 avoid triggering on timer and on idle on the server (#59177)
fix - cfc96ed82c Fix nested timer serialization (#59173)

platform-server

Commit Description
fix - 9085a8fbd8 Warn user when transfer state happens more than once (#58935)
Changelog

Sourced from @​angular/platform-browser-dynamic's changelog.

19.0.5 (2024-12-18)

core

Commit Type Description
3793218e77 fix avoid triggering on timer and on idle on the server (#59177)
cfc96ed82c fix Fix nested timer serialization (#59173)

platform-server

Commit Type Description
9085a8fbd8 fix Warn user when transfer state happens more than once (#58935)

19.1.0-next.3 (2024-12-12)

compiler-cli

Commit Type Description
c5c20e9d86 fix check event side of two-way bindings (#59002)
0dee2681f7 fix consider pre-release versions when detecting feature support (#59061)
1b9492edf8 fix error in unused standalone imports diagnostic (#59064)

core

Commit Type Description
d010e11b73 feat add event listener options to renderer (#59092)
30e676098d fix Fix a bug where snapshotted functions are being run twice if they return a nullish/falsey value. (#59073)

platform-browser

Commit Type Description
52be35118f fix collect external component styles from server rendering (#59031)

Commits

Updates @angular-devkit/build-angular from 19.0.5 to 19.0.6

Release notes

Sourced from @​angular-devkit/build-angular's releases.

v19.0.6

19.0.6 (2024-12-18)

@​angular-devkit/build-angular

Commit Description
fix - db7421231 jasmine.clock with app builder

@​angular/build

Commit Description
fix - 5fbc105ed force HTTP/1.1 in dev-server SSR with SSL

@​angular/ssr

Commit Description
fix - 2f4df6b2b correctly resolve pre-transform resources in Vite SSR without AppEngine
fix - 0789a9e13 ensure correct Location header for redirects behind a proxy
Changelog

Sourced from @​angular-devkit/build-angular's changelog.

19.0.6 (2024-12-18)

@​angular-devkit/build-angular

Commit Type Description
db7421231 fix jasmine.clock with app builder

@​angular/build

Commit Type Description
5fbc105ed fix force HTTP/1.1 in dev-server SSR with SSL

@​angular/ssr

Commit Type Description
2f4df6b2b fix correctly resolve pre-transform resources in Vite SSR without AppEngine
0789a9e13 fix ensure correct Location header for redirects behind a proxy

19.1.0-next.1 (2024-12-12)

Deprecations

@​angular/build

  • The baseHref option under i18n.locales and i18n.sourceLocale in angular.json is deprecated in favor of subPath.

    The subPath defines the URL segment for the locale, serving as both the HTML base HREF and the directory name for output. By default, if not specified, subPath will use the locale code.

@​angular-devkit/architect

Commit Type Description
2b8a02bac feat require build schemas from modules

@​angular-devkit/build-angular

Commit Type Description
fb41d182e fix fix webpack config transform for karma
9e2d3fbd1 fix handle windows spec collisions

@​angular/build

... (truncated)

Commits
  • 622a693 release: cut the v19.0.6 release
  • 0789a9e fix(@​angular/ssr): ensure correct Location header for redirects behind a proxy
  • 5ebeb37 refactor(@​angular/ssr): mark LINK_LOAD_SCRIPT_CONTENT as @PURE
  • df36a86 build: migrate angular-devkit/architect-cli to ts_project
  • b78f297 build: migrate remaining angular-devkit/architect to ts_project
  • 5fbc105 fix(@​angular/build): force HTTP/1.1 in dev-server SSR with SSL
  • 8907541 build: update npm_translate_lock
  • 15c743c build: use worker for ts_project to enable fast DX and avoid no-sandbox issues
  • 6835c81 build: add missing path mapping for build-webpack import causing lint error
  • d6766ba refactor: remove unnecessary type conversion failing lint
  • Additional commits viewable in compare view

Updates @angular/cli from 19.0.5 to 19.0.6

Release notes

Sourced from @​angular/cli's releases.

v19.0.6

19.0.6 (2024-12-18)

@​angular-devkit/build-angular

Commit Description
fix - db7421231 jasmine.clock with app builder

@​angular/build

Commit Description
fix - 5fbc105ed force HTTP/1.1 in dev-server SSR with SSL

@​angular/ssr

Commit Description
fix - 2f4df6b2b correctly resolve pre-transform resources in Vite SSR without AppEngine
fix - 0789a9e13 ensure correct Location header for redirects behind a proxy
Changelog

Sourced from @​angular/cli's changelog.

19.0.6 (2024-12-18)

@​angular-devkit/build-angular

Commit Type Description
db7421231 fix jasmine.clock with app builder

@​angular/build

Commit Type Description
5fbc105ed fix force HTTP/1.1 in dev-server SSR with SSL

@​angular/ssr

Commit Type Description
2f4df6b2b fix correctly resolve pre-transform resources in Vite SSR without AppEngine
0789a9e13 fix ensure correct Location header for redirects behind a proxy

19.1.0-next.1 (2024-12-12)

Deprecations

@​angular/build

  • The baseHref option under i18n.locales and i18n.sourceLocale in angular.json is deprecated in favor of subPath.

    The subPath defines the URL segment for the locale, serving as both the HTML base HREF and the directory name for output. By default, if not specified, subPath will use the locale code.

@​angular-devkit/architect

Commit Type Description
2b8a02bac feat require build schemas from modules

@​angular-devkit/build-angular

Commit Type Description
fb41d182e fix fix webpack config transform for karma
9e2d3fbd1 fix handle windows spec collisions

@​angular/build

... (truncated)

Commits
  • 622a693 release: cut the v19.0.6 release
  • 0789a9e fix(@​angular/ssr): ensure correct Location header for redirects behind a proxy
  • 5ebeb37 refactor(@​angular/ssr): mark LINK_LOAD_SCRIPT_CONTENT as @PURE
  • df36a86 build: migrate angular-devkit/architect-cli to ts_project
  • b78f297 build: migrate remaining angular-devkit/architect to ts_project
  • 5fbc105 fix(@​angular/build): force HTTP/1.1 in dev-server SSR with SSL
  • 8907541 build: update npm_translate_lock
  • 15c743c build: use worker for ts_project to enable fast DX and avoid no-sandbox issues
  • 6835c81 build: add missing path mapping for build-webpack import causing lint error
  • d6766ba refactor: remove unnecessary type conversion failing lint
  • Additional commits viewable in compare view

Updates @angular/compiler-cli from 19.0.4 to 19.0.5

Release notes

Sourced from @​angular/compiler-cli's releases.

v19.0.5

19.0.5 (2024-12-18)

core

Commit Description
fix - 3793218e77 avoid triggering on timer and on idle on the server (#59177)
fix - cfc96ed82c Fix nested timer serialization (#59173)

platform-server

Commit Description
fix - 9085a8fbd8 Warn user when transfer state happens more than once (#58935)
Changelog

Sourced from @​angular/compiler-cli's changelog.

19.0.5 (2024-12-18)

core

Commit Type Description
3793218e77 fix avoid triggering on timer and on idle on the server (#59177)
cfc96ed82c fix Fix nested timer serialization (#59173)

platform-server

Commit Type Description
9085a8fbd8 fix Warn user when transfer state happens more than once (#58935)

19.1.0-next.3 (2024-12-12)

compiler-cli

Commit Type Description
c5c20e9d86 fix check event side of two-way bindings (#59002)
0dee2681f7 fix consider pre-release versions when detecting feature support (#59061)
1b9492edf8 fix error in unused standalone imports diagnostic (#59064)

core

Commit Type Description
d010e11b73 feat add event listener options to renderer (#59092)
30e676098d fix Fix a bug where snapshotted functions are being run twice if they return a nullish/falsey value. (#59073)

platform-browser

Commit Type Description
52be35118f fix collect external component styles from server rendering (#59031)

Commits

Updates @typescript-eslint/eslint-plugin from 8.18.0 to 8.18.1

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.18.1

8.18.1 (2024-12-16)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-template-expression] don't report when an expression includes comment (#10444)
  • eslint-plugin: handle string like index type (#10460)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] flag values of a type parameter with boolean type constraints (#10474)
  • eslint-plugin: use consistent naming for asserting types and casting values (#10472)
  • eslint-plugin: [no-unnecessary-condition] better message when comparing between literal types (#10454)
  • scope-manager: visit params decorator before nest scope (#10475)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

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

8.18.1 (2024-12-16)

🩹 Fixes

  • scope-manager: visit params decorator before nest scope (#10475)
  • eslint-plugin: [no-unnecessary-condition] better message when comparing between literal types (#10454)
  • eslint-plugin: use consistent naming for asserting types and casting values (#10472)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] flag values of a type parameter with boolean type constraints (#10474)
  • eslint-plugin: handle string like index type (#10460)
  • eslint-plugin: [no-unnecessary-template-expression] don't report when an expression includes comment (#10444)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Commits
  • b2ce158 chore(release): publish 8.18.1
  • 5a9788c fix(scope-manager): visit params decorator before nest scope (#10475)
  • 334d025 fix(eslint-plugin): [no-unnecessary-condition] better message when comparing ...
  • 984f177 fix(eslint-plugin): use consistent naming for asserting types and casting val...
  • eaae68c fix(eslint-plugin): [no-unnecessary-boolean-literal-compare] flag values of a...
  • bddb35b fix(eslint-plugin): handle string like index type (#10460)
  • d5415e2 fix(eslint-plugin): [no-unnecessary-template-expression] don't report when an...
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.18.0 to 8.18.1

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.18.1

8.18.1 (2024-12-16)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-template-expression] don't report when an expression includes comment (#10444)
  • eslint-plugin: handle string like index type (#10460)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] flag values of a type parameter with boolean type constraints (#10474)
  • eslint-plugin: use consistent naming for asserting types and casting values (

Bumps the npm-small-upgrades group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `19.0.4` | `19.0.5` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `19.0.4` | `19.0.5` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `19.0.4` | `19.0.5` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `19.0.4` | `19.0.5` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `19.0.4` | `19.0.5` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `19.0.4` | `19.0.5` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `19.0.5` | `19.0.6` |
| [@angular/cli](https://github.com/angular/angular-cli) | `19.0.5` | `19.0.6` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `19.0.4` | `19.0.5` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.18.0` | `8.18.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.18.0` | `8.18.1` |
| [eslint](https://github.com/eslint/eslint) | `9.16.0` | `9.17.0` |
| [puppeteer](https://github.com/puppeteer/puppeteer) | `23.10.4` | `23.11.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.3` | `5.7.2` |



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

Updates `@angular/compiler` from 19.0.4 to 19.0.5
- [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/19.0.5/packages/compiler)

Updates `@angular/core` from 19.0.4 to 19.0.5
- [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/19.0.5/packages/core)

Updates `@angular/forms` from 19.0.4 to 19.0.5
- [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/19.0.5/packages/forms)

Updates `@angular/platform-browser` from 19.0.4 to 19.0.5
- [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/19.0.5/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 19.0.4 to 19.0.5
- [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/19.0.5/packages/platform-browser-dynamic)

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

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

Updates `@angular/compiler-cli` from 19.0.4 to 19.0.5
- [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/19.0.5/packages/compiler-cli)

Updates `@typescript-eslint/eslint-plugin` from 8.18.0 to 8.18.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.18.0 to 8.18.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.1/packages/parser)

Updates `eslint` from 9.16.0 to 9.17.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.16.0...v9.17.0)

Updates `puppeteer` from 23.10.4 to 23.11.1
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](puppeteer/puppeteer@puppeteer-v23.10.4...puppeteer-v23.11.1)

Updates `typescript` from 5.6.3 to 5.7.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.6.3...v5.7.2)

---
updated-dependencies:
- dependency-name: "@angular/common"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-small-upgrades
- dependency-name: "@angular/compiler"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-small-upgrades
- dependency-name: "@angular/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-small-upgrades
- dependency-name: "@angular/forms"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-small-upgrades
- dependency-name: "@angular/platform-browser"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-small-upgrades
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-small-upgrades
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-small-upgrades
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-small-upgrades
- dependency-name: "@angular/compiler-cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-small-upgrades
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-small-upgrades
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-small-upgrades
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-small-upgrades
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-small-upgrades
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-small-upgrades
...

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

coderabbitai bot commented Dec 20, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@wiiitek
Copy link
Owner

wiiitek commented Dec 23, 2024

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 23, 2024

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

@dependabot dependabot bot closed this Dec 23, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-small-upgrades-7cf7fb144c branch December 23, 2024 18:01
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.

1 participant