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 16 updates #1058

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 27, 2025

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

Package From To
@angular/common 19.1.7 19.2.0
@angular/compiler 19.1.7 19.2.0
@angular/core 19.1.7 19.2.0
@angular/forms 19.1.7 19.2.0
@angular/platform-browser 19.1.7 19.2.0
@angular/platform-browser-dynamic 19.1.7 19.2.0
rxjs 7.8.1 7.8.2
@angular-devkit/build-angular 19.1.8 19.2.0
@angular/cli 19.1.8 19.2.0
@angular/compiler-cli 19.1.7 19.2.0
@types/jasmine 5.1.6 5.1.7
@types/node 22.13.4 22.13.5
@typescript-eslint/eslint-plugin 8.24.1 8.25.0
@typescript-eslint/parser 8.24.1 8.25.0
eslint 9.20.1 9.21.0
puppeteer 24.2.1 24.3.0

Updates @angular/common from 19.1.7 to 19.2.0

Release notes

Sourced from @​angular/common's releases.

v19.2.0

19.2.0 (2025-02-26)

common

Commit Description
feat - 3e39da593a introduce experimental httpResource (#59876)

compiler

Commit Description
feat - 5b20bab96d Add Skip Hydration diagnostic. (#59576)
feat - fe8a68329b support untagged template literals in expressions (#59230)

compiler-cli

Commit Description
feat - ed705a856a detect missing structural directive imports (#59443)

core

Commit Description
feat - 2588985f43 pass signal node to throwInvalidWriteToSignalErrorFn (#59600)
feat - 168516462a support default value in resource() (#59655)
feat - bc2ad7bfd3 support streaming resources (#59573)
feat - 146ab9a76e support TypeScript 5.8 (#59830)
fix - 6c92d65349 add hasValue narrowing to ResourceRef (#59708)
fix - 96e602ebe9 cancel in-progress request when same value is assigned (#59280)
fix - 6789c7ef94 Defer afterRender until after first CD (#59455) (#59551)
fix - c87e581dd9 Don't run effects in check no changes pass (#59455) (#59551)
fix - 127fc0dc84 fix resource()'s previous.state (#59708)
fix - b592b1b051 fix race condition in resource() (#59851)
fix - a299e02e91 preserve tracing snapshot until tick finishes (#59796)

forms

Commit Description
feat - fa0c3e3210 support type set in form validators (#45793)

migrations

Commit Description
feat - 1cd3a7db83 add migration to convert templates to use self-closing tags (#57342)

platform-browser

Commit Description
fix - e6cb411e43 automatically disable animations on the server (#59762)

platform-server

Commit Description
fix - fc5d187da5 decouple server from animations module (#59762)

v19.2.0-rc.0

19.2.0-rc.0 (2025-02-19)

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

19.2.0 (2025-02-26)

common

Commit Type Description
3e39da593a feat introduce experimental httpResource (#59876)

compiler

Commit Type Description
5b20bab96d feat Add Skip Hydration diagnostic. (#59576)
fe8a68329b feat support untagged template literals in expressions (#59230)

compiler-cli

Commit Type Description
ed705a856a feat detect missing structural directive imports (#59443)

core

Commit Type Description
2588985f43 feat pass signal node to throwInvalidWriteToSignalErrorFn (#59600)
168516462a feat support default value in resource() (#59655)
bc2ad7bfd3 feat support streaming resources (#59573)
146ab9a76e feat support TypeScript 5.8 (#59830)
6c92d65349 fix add hasValue narrowing to ResourceRef (#59708)
96e602ebe9 fix cancel in-progress request when same value is assigned (#59280)
6789c7ef94 fix Defer afterRender until after first CD (#59455) (#59551)
c87e581dd9 fix Don't run effects in check no changes pass (#59455) (#59551)
127fc0dc84 fix fix resource()'s previous.state (#59708)
b592b1b051 fix fix race condition in resource() (#59851)
a299e02e91 fix preserve tracing snapshot until tick finishes (#59796)

forms

Commit Type Description
fa0c3e3210 feat support type set in form validators (#45793)

migrations

Commit Type Description
1cd3a7db83 feat add migration to convert templates to use self-closing tags (#57342)

platform-browser

Commit Type Description
e6cb411e43 fix automatically disable animations on the server (#59762)

platform-server

Commit Type Description
fc5d187da5 fix decouple server from animations module (#59762)

19.1.8 (2025-02-26)

benchpress

... (truncated)

Commits
  • ee2f07f refactor(http): rename map to parse on HttpResourceOptions (#60112)
  • 7d66360 fix(common): make types for HttpClient more readable (#59901)
  • f88ed8e refactor(core): Add fake navigation to primitives for code sharing (#59857)
  • 40dc99d refactor(common): inline supports check in slice pipe (#59684)
  • 9674882 refactor(common): simplify stripTrailingSlash (#59746)
  • 7bd4be0 fix(common): clean up urlChanges subscribers when root scope is destroyed (...
  • 3e39da5 feat(common): introduce experimental httpResource (#59876)
  • f34aeae refactor(common): remove redundant transferCacheInterceptorFn dependencies ...
  • b7dd048 refactor(common): drop error messages in production (#59545)
  • 762e56e refactor(common): drop platform check in PreconnectLinkChecker (#59714)
  • Additional commits viewable in compare view

Updates @angular/compiler from 19.1.7 to 19.2.0

Release notes

Sourced from @​angular/compiler's releases.

v19.2.0

19.2.0 (2025-02-26)

common

Commit Description
feat - 3e39da593a introduce experimental httpResource (#59876)

compiler

Commit Description
feat - 5b20bab96d Add Skip Hydration diagnostic. (#59576)
feat - fe8a68329b support untagged template literals in expressions (#59230)

compiler-cli

Commit Description
feat - ed705a856a detect missing structural directive imports (#59443)

core

Commit Description
feat - 2588985f43 pass signal node to throwInvalidWriteToSignalErrorFn (#59600)
feat - 168516462a support default value in resource() (#59655)
feat - bc2ad7bfd3 support streaming resources (#59573)
feat - 146ab9a76e support TypeScript 5.8 (#59830)
fix - 6c92d65349 add hasValue narrowing to ResourceRef (#59708)
fix - 96e602ebe9 cancel in-progress request when same value is assigned (#59280)
fix - 6789c7ef94 Defer afterRender until after first CD (#59455) (#59551)
fix - c87e581dd9 Don't run effects in check no changes pass (#59455) (#59551)
fix - 127fc0dc84 fix resource()'s previous.state (#59708)
fix - b592b1b051 fix race condition in resource() (#59851)
fix - a299e02e91 preserve tracing snapshot until tick finishes (#59796)

forms

Commit Description
feat - fa0c3e3210 support type set in form validators (#45793)

migrations

Commit Description
feat - 1cd3a7db83 add migration to convert templates to use self-closing tags (#57342)

platform-browser

Commit Description
fix - e6cb411e43 automatically disable animations on the server (#59762)

platform-server

Commit Description
fix - fc5d187da5 decouple server from animations module (#59762)

v19.2.0-rc.0

19.2.0-rc.0 (2025-02-19)

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

19.2.0 (2025-02-26)

common

Commit Type Description
3e39da593a feat introduce experimental httpResource (#59876)

compiler

Commit Type Description
5b20bab96d feat Add Skip Hydration diagnostic. (#59576)
fe8a68329b feat support untagged template literals in expressions (#59230)

compiler-cli

Commit Type Description
ed705a856a feat detect missing structural directive imports (#59443)

core

Commit Type Description
2588985f43 feat pass signal node to throwInvalidWriteToSignalErrorFn (#59600)
168516462a feat support default value in resource() (#59655)
bc2ad7bfd3 feat support streaming resources (#59573)
146ab9a76e feat support TypeScript 5.8 (#59830)
6c92d65349 fix add hasValue narrowing to ResourceRef (#59708)
96e602ebe9 fix cancel in-progress request when same value is assigned (#59280)
6789c7ef94 fix Defer afterRender until after first CD (#59455) (#59551)
c87e581dd9 fix Don't run effects in check no changes pass (#59455) (#59551)
127fc0dc84 fix fix resource()'s previous.state (#59708)
b592b1b051 fix fix race condition in resource() (#59851)
a299e02e91 fix preserve tracing snapshot until tick finishes (#59796)

forms

Commit Type Description
fa0c3e3210 feat support type set in form validators (#45793)

migrations

Commit Type Description
1cd3a7db83 feat add migration to convert templates to use self-closing tags (#57342)

platform-browser

Commit Type Description
e6cb411e43 fix automatically disable animations on the server (#59762)

platform-server

Commit Type Description
fc5d187da5 fix decouple server from animations module (#59762)

19.1.8 (2025-02-26)

benchpress

... (truncated)

Commits
  • db53085 refactor(compiler): remove input transforms feature (#59980)
  • 9e847fc fix(compiler): handle tracking expressions requiring temporary variables (#58...
  • e47c1e5 refactor(compiler): pass more information to HMR replacement function (#59854)
  • bae94b8 fix(compiler-cli): handle const enums used inside HMR data (#59815)
  • fe8a683 feat(compiler): support untagged template literals in expressions (#59230)
  • 4016aa3 refactor(compiler): clean up tagged templates in output AST (#59230)
  • eb7e765 refactor(compiler): produce AST for template literals (#59230)
  • 353005b refactor(compiler): tokenize template literals (#59230)
  • 98998bb refactor(compiler): allow lexer to produce multiple tokens (#59230)
  • 98f8207 fix(compiler): handle :host-context with comma-separated child selector (#59276)
  • Additional commits viewable in compare view

Updates @angular/core from 19.1.7 to 19.2.0

Release notes

Sourced from @​angular/core's releases.

v19.2.0

19.2.0 (2025-02-26)

common

Commit Description
feat - 3e39da593a introduce experimental httpResource (#59876)

compiler

Commit Description
feat - 5b20bab96d Add Skip Hydration diagnostic. (#59576)
feat - fe8a68329b support untagged template literals in expressions (#59230)

compiler-cli

Commit Description
feat - ed705a856a detect missing structural directive imports (#59443)

core

Commit Description
feat - 2588985f43 pass signal node to throwInvalidWriteToSignalErrorFn (#59600)
feat - 168516462a support default value in resource() (#59655)
feat - bc2ad7bfd3 support streaming resources (#59573)
feat - 146ab9a76e support TypeScript 5.8 (#59830)
fix - 6c92d65349 add hasValue narrowing to ResourceRef (#59708)
fix - 96e602ebe9 cancel in-progress request when same value is assigned (#59280)
fix - 6789c7ef94 Defer afterRender until after first CD (#59455) (#59551)
fix - c87e581dd9 Don't run effects in check no changes pass (#59455) (#59551)
fix - 127fc0dc84 fix resource()'s previous.state (#59708)
fix - b592b1b051 fix race condition in resource() (#59851)
fix - a299e02e91 preserve tracing snapshot until tick finishes (#59796)

forms

Commit Description
feat - fa0c3e3210 support type set in form validators (#45793)

migrations

Commit Description
feat - 1cd3a7db83 add migration to convert templates to use self-closing tags (#57342)

platform-browser

Commit Description
fix - e6cb411e43 automatically disable animations on the server (#59762)

platform-server

Commit Description
fix - fc5d187da5 decouple server from animations module (#59762)

v19.2.0-rc.0

19.2.0-rc.0 (2025-02-19)

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

19.2.0 (2025-02-26)

common

Commit Type Description
3e39da593a feat introduce experimental httpResource (#59876)

compiler

Commit Type Description
5b20bab96d feat Add Skip Hydration diagnostic. (#59576)
fe8a68329b feat support untagged template literals in expressions (#59230)

compiler-cli

Commit Type Description
ed705a856a feat detect missing structural directive imports (#59443)

core

Commit Type Description
2588985f43 feat pass signal node to throwInvalidWriteToSignalErrorFn (#59600)
168516462a feat support default value in resource() (#59655)
bc2ad7bfd3 feat support streaming resources (#59573)
146ab9a76e feat support TypeScript 5.8 (#59830)
6c92d65349 fix add hasValue narrowing to ResourceRef (#59708)
96e602ebe9 fix cancel in-progress request when same value is assigned (#59280)
6789c7ef94 fix Defer afterRender until after first CD (#59455) (#59551)
c87e581dd9 fix Don't run effects in check no changes pass (#59455) (#59551)
127fc0dc84 fix fix resource()'s previous.state (#59708)
b592b1b051 fix fix race condition in resource() (#59851)
a299e02e91 fix preserve tracing snapshot until tick finishes (#59796)

forms

Commit Type Description
fa0c3e3210 feat support type set in form validators (#45793)

migrations

Commit Type Description
1cd3a7db83 feat add migration to convert templates to use self-closing tags (#57342)

platform-browser

Commit Type Description
e6cb411e43 fix automatically disable animations on the server (#59762)

platform-server

Commit Type Description
fc5d187da5 fix decouple server from animations module (#59762)

19.1.8 (2025-02-26)

benchpress

... (truncated)

Commits
  • f76fd48 refactor(core): tree-shake REF_EXTRACTOR_REGEXP (#60081)
  • 5de4b0c refactor(core): inline depPath in throwCyclicDependencyError to be droppe...
  • c4126c7 refactor(forms): tree-shake _checkParentType in production (#60041)
  • ce3a9a2 refactor(core): remove performance mark feature for signals (#59991)
  • ef17371 refactor(core): add infrastructure for setting inputs on specific directives ...
  • 6473214 refactor(core): avoid memory allocations if there are no host directives (#60...
  • f23946a refactor(core): move component logic out of host directives resolution (#60075)
  • fa6d9c2 refactor(core): track match index of directives (#60075)
  • ebfbaeb fix(core): capture stack for HMR errors (#60067)
  • 35d20cb refactor(core): do not store input/output public names (#60036)
  • Additional commits viewable in compare view

Updates @angular/forms from 19.1.7 to 19.2.0

Release notes

Sourced from @​angular/forms's releases.

v19.2.0

19.2.0 (2025-02-26)

common

Commit Description
feat - 3e39da593a introduce experimental httpResource (#59876)

compiler

Commit Description
feat - 5b20bab96d Add Skip Hydration diagnostic. (#59576)
feat - fe8a68329b support untagged template literals in expressions (#59230)

compiler-cli

Commit Description
feat - ed705a856a detect missing structural directive imports (#59443)

core

Commit Description
feat - 2588985f43 pass signal node to throwInvalidWriteToSignalErrorFn (#59600)
feat - 168516462a support default value in resource() (#59655)
feat - bc2ad7bfd3 support streaming resources (#59573)
feat - 146ab9a76e support TypeScript 5.8 (#59830)
fix - 6c92d65349 add hasValue narrowing to ResourceRef (#59708)
fix - 96e602ebe9 cancel in-progress request when same value is assigned (#59280)
fix - 6789c7ef94 Defer afterRender until after first CD (#59455) (#59551)
fix - c87e581dd9 Don't run effects in check no changes pass (#59455) (#59551)
fix - 127fc0dc84 fix resource()'s previous.state (#59708)
fix - b592b1b051 fix race condition in resource() (#59851)
fix - a299e02e91 preserve tracing snapshot until tick finishes (#59796)

forms

Commit Description
feat - fa0c3e3210 support type set in form validators (#45793)

migrations

Commit Description
feat - 1cd3a7db83 add migration to convert templates to use self-closing tags (#57342)

platform-browser

Commit Description
fix - e6cb411e43 automatically disable animations on the server (#59762)

platform-server

Commit Description
fix - fc5d187da5 decouple server from animations module (#59762)

v19.2.0-rc.0

19.2.0-rc.0 (2025-02-19)

... (truncated)

Changelog

Sourced from @​angular/forms's changelog.

19.2.0 (2025-02-26)

common

Commit Type Description
3e39da593a feat introduce experimental httpResource (#5987...

Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `19.1.7` | `19.2.0` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `19.1.7` | `19.2.0` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `19.1.7` | `19.2.0` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `19.1.7` | `19.2.0` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `19.1.7` | `19.2.0` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `19.1.7` | `19.2.0` |
| [rxjs](https://github.com/reactivex/rxjs) | `7.8.1` | `7.8.2` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `19.1.8` | `19.2.0` |
| [@angular/cli](https://github.com/angular/angular-cli) | `19.1.8` | `19.2.0` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `19.1.7` | `19.2.0` |
| [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) | `5.1.6` | `5.1.7` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.4` | `22.13.5` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.24.1` | `8.25.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.24.1` | `8.25.0` |
| [eslint](https://github.com/eslint/eslint) | `9.20.1` | `9.21.0` |
| [puppeteer](https://github.com/puppeteer/puppeteer) | `24.2.1` | `24.3.0` |



Updates `@angular/common` from 19.1.7 to 19.2.0
- [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.2.0/packages/common)

Updates `@angular/compiler` from 19.1.7 to 19.2.0
- [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.2.0/packages/compiler)

Updates `@angular/core` from 19.1.7 to 19.2.0
- [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.2.0/packages/core)

Updates `@angular/forms` from 19.1.7 to 19.2.0
- [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.2.0/packages/forms)

Updates `@angular/platform-browser` from 19.1.7 to 19.2.0
- [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.2.0/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 19.1.7 to 19.2.0
- [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.2.0/packages/platform-browser-dynamic)

Updates `rxjs` from 7.8.1 to 7.8.2
- [Release notes](https://github.com/reactivex/rxjs/releases)
- [Changelog](https://github.com/ReactiveX/rxjs/blob/7.8.2/CHANGELOG.md)
- [Commits](ReactiveX/rxjs@7.8.1...7.8.2)

Updates `@angular-devkit/build-angular` from 19.1.8 to 19.2.0
- [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.1.8...19.2.0)

Updates `@angular/cli` from 19.1.8 to 19.2.0
- [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.1.8...19.2.0)

Updates `@angular/compiler-cli` from 19.1.7 to 19.2.0
- [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.2.0/packages/compiler-cli)

Updates `@types/jasmine` from 5.1.6 to 5.1.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jasmine)

Updates `@types/node` from 22.13.4 to 22.13.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/eslint-plugin` from 8.24.1 to 8.25.0
- [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.25.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.24.1 to 8.25.0
- [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.25.0/packages/parser)

Updates `eslint` from 9.20.1 to 9.21.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.20.1...v9.21.0)

Updates `puppeteer` from 24.2.1 to 24.3.0
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@puppeteer-v24.2.1...puppeteer-v24.3.0)

---
updated-dependencies:
- dependency-name: "@angular/common"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-small-upgrades
- dependency-name: "@angular/compiler"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-small-upgrades
- dependency-name: "@angular/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-small-upgrades
- dependency-name: "@angular/forms"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-small-upgrades
- dependency-name: "@angular/platform-browser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-small-upgrades
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-small-upgrades
- dependency-name: rxjs
  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-minor
  dependency-group: npm-small-upgrades
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-small-upgrades
- dependency-name: "@angular/compiler-cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-small-upgrades
- dependency-name: "@types/jasmine"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-small-upgrades
- dependency-name: "@types/node"
  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-minor
  dependency-group: npm-small-upgrades
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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
...

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

coderabbitai bot commented Feb 27, 2025

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.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 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.
  • @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.

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 3, 2025

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

@dependabot dependabot bot closed this Mar 3, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-small-upgrades-7dabea0fbd branch March 3, 2025 01:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants