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

chore(deps-dev): bump the npm group across 1 directory with 14 updates #130

Merged
merged 1 commit into from
Aug 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 15, 2024

Bumps the npm group with 14 updates in the / directory:

Package From To
@angular-devkit/build-angular 18.1.4 18.2.0
@angular/animations 18.1.4 18.2.0
@angular/cli 18.1.4 18.2.0
@angular/common 18.1.4 18.2.0
@angular/compiler 18.1.4 18.2.0
@angular/compiler-cli 18.1.4 18.2.0
@angular/core 18.1.4 18.2.0
@angular/forms 18.1.4 18.2.0
@angular/language-service 18.1.4 18.2.0
@angular/platform-browser 18.1.4 18.2.0
@angular/platform-browser-dynamic 18.1.4 18.2.0
@angular/router 18.1.4 18.2.0
@types/node 22.2.0 22.3.0
eslint-plugin-jsdoc 50.2.1 50.2.2

Updates @angular-devkit/build-angular from 18.1.4 to 18.2.0

Release notes

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

v18.2.0

18.2.0 (2024-08-14)

@​schematics/angular

Commit Description
feat - 4da922e4f use isolatedModules in generated project

@​angular/build

Commit Description
feat - 24aaf1e37 support import attribute based loader configuration

v18.2.0-rc.0

18.2.0-rc.0 (2024-08-07)

@​angular/build

Commit Description
fix - 182ecbd18 allow explicitly disabling TypeScript incremental mode
fix - 34908a3fc lazy load Node.js inspector for dev server

v18.2.0-next.3

18.2.0-next.3 (2024-07-31)

@​angular/build

Commit Description
fix - 636cb6932 add CSP nonce attribute to script tags when inline critical CSS is disabled
fix - 7d52941a2 prevent build failures with remote CSS imports when Tailwind is configured
fix - 0466fb74a resolve error with extract-i18n builder for libraries

v18.2.0-next.2

18.2.0-next.2 (2024-07-24)

@​angular/build

Commit Description
fix - 37a2138cb account for HTML base HREF for dev-server externals
fix - 8ff687d03 correctly detect comma in Sass URL lexer
fix - 6d6937587 prevent redirection loop
fix - 11a140bab serve HTML files directly

v18.2.0-next.1

18.2.0-next.1 (2024-07-17)

@​angular-devkit/build-angular

Commit Description
fix - 9baae6e22 skip undefined files when generating budget stats

@​angular/build

... (truncated)

Changelog

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

18.2.0 (2024-08-14)

@​schematics/angular

Commit Type Description
4da922e4f feat use isolatedModules in generated project

@​angular/build

Commit Type Description
24aaf1e37 feat support import attribute based loader configuration

Commits
  • ff5a0fe release: cut the v18.2.0 release
  • 1a876a3 build: update Angular versions to 18.2 stable
  • eb9c7fe build: remove unnecessary excludes from tsconfig.json
  • 0c2ca9a build: remove Bazel typings workaround
  • 4528be1 build: add missing pkg_deps for @angular/create
  • d14c9ab refactor(@​angular-devkit/build-angular): reduce custom code in browser-esbuil...
  • 5eef87c build: update all non-major dependencies
  • 62c040a build: update all non-major dependencies
  • 6351c44 release: cut the v18.2.0-rc.0 release
  • 6419c2a build: update angular
  • Additional commits viewable in compare view

Updates @angular/animations from 18.1.4 to 18.2.0

Release notes

Sourced from @​angular/animations's releases.

v18.2.0

18.2.0 (2024-08-14)

compiler

Commit Description
feat - c8e2885136 Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295) (#56295)

compiler-cli

Commit Description
feat - 98ed5b609e run JIT transform on classes with jit: true opt-out (#56892)
fix - c76b440ac0 add warning for unused let declarations (#57033)
fix - 0f0a1f2836 emitting references to ngtypecheck files (#57138)
fix - 6c2fbda694 extended diagnostic visitor not visiting template attributes (#57033)
fix - e11c0c42d2 run JIT transforms on @NgModule classes with jit: true (#57212)

core

Commit Description
feat - f7918f5272 Add 'flush' parameter option to fakeAsync to flush after the test (#57239)
feat - fab673a1dd add ng generate schematic to convert to inject (#57056)
feat - 7919982063 Add whenStable helper on ApplicationRef (#57190)
feat - 3459289ef0 bootstrapModule can configure NgZone in providers (#57060)
fix - 296216cbe1 Allow hybrid CD scheduling to support multiple "Angular zones" (#57267)
fix - 8718abce90 Deprecate ignoreChangesOutsideZone option (#57029)
fix - 827070e331 Do not run image performance warning checks on server (#57234)
fix - ca89ef9141 handle shorthand assignment in the inject migration (#57134)
fix - 5dcdbfcba9 rename the equality function option in toSignal (#56769)
fix - 2a4f488a6c warnings for oversized images and lazy-lcp present with bootstrapModule (#57060)

language-service

Commit Description
feat - 4bb558ab0c support writing code refactorings (#56895)
perf - 7663debce1 quick exit if no code fixes can exist (#57000)

migrations

Commit Description
feat - 147eee4253 add migration to convert standalone component routes to be lazy loaded (#56428)
fix - cb442a0ce7 account for parameters with union types (#57127)
fix - 166166d79e add alias to inject migration (#57127)
fix - b1a9d0f4de avoid duplicating comments when generating properties (#57367)
fix - 5d76401ff5 preserve optional parameters (#57367)
fix - 1cf616f671 remove generic arguments from the injected type reference (#57127)
fix - ba0df30ef6 remove unused imports in inject migration (#57179)
fix - aae9646a1b unwrap injected forwardRef (#57127)
perf - 604270619a speed up signal input migration by combining two analyze phases (#57318)

router

Commit Description
feat - 6c76c91e15 Add defaultQueryParamsHandling to router configuration (#57198)

Breaking Changes

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

18.2.0 (2024-08-14)

Breaking Changes

zone.js

  • fakeAsync will now flush pending timers at the end of the given function by default. To opt-out of this, you can use {flush: false} in options parameter of fakeAsync

compiler

Commit Type Description
c8e2885136 feat Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295) (#56295)

compiler-cli

Commit Type Description
98ed5b609e feat run JIT transform on classes with jit: true opt-out (#56892)
c76b440ac0 fix add warning for unused let declarations (#57033)
0f0a1f2836 fix emitting references to ngtypecheck files (#57138)
6c2fbda694 fix extended diagnostic visitor not visiting template attributes (#57033)
e11c0c42d2 fix run JIT transforms on @NgModule classes with jit: true (#57212)

core

Commit Type Description
f7918f5272 feat Add 'flush' parameter option to fakeAsync to flush after the test (#57239)
fab673a1dd feat add ng generate schematic to convert to inject (#57056)
7919982063 feat Add whenStable helper on ApplicationRef (#57190)
3459289ef0 feat bootstrapModule can configure NgZone in providers (#57060)
296216cbe1 fix Allow hybrid CD scheduling to support multiple "Angular zones" (#57267)
8718abce90 fix Deprecate ignoreChangesOutsideZone option (#57029)
827070e331 fix Do not run image performance warning checks on server (#57234)
ca89ef9141 fix handle shorthand assignment in the inject migration (#57134)
5dcdbfcba9 fix rename the equality function option in toSignal (#56769)
2a4f488a6c fix warnings for oversized images and lazy-lcp present with bootstrapModule (#57060)

language-service

Commit Type Description
4bb558ab0c feat support writing code refactorings (#56895)
7663debce1 perf quick exit if no code fixes can exist (#57000)

migrations

Commit Type Description
147eee4253 feat add migration to convert standalone component routes to be lazy loaded (#56428)
cb442a0ce7 fix account for parameters with union types (#57127)
166166d79e fix add alias to inject migration (#57127)
b1a9d0f4de fix avoid duplicating comments when generating properties (#57367)
5d76401ff5 fix preserve optional parameters (#57367)
1cf616f671 fix remove generic arguments from the injected type reference (#57127)
ba0df30ef6 fix remove unused imports in inject migration (#57179)
aae9646a1b fix unwrap injected forwardRef (#57127)
604270619a perf speed up signal input migration by combining two analyze phases (#57318)

router

| Commit | Type | Description |

... (truncated)

Commits

Updates @angular/cli from 18.1.4 to 18.2.0

Release notes

Sourced from @​angular/cli's releases.

v18.2.0

18.2.0 (2024-08-14)

@​schematics/angular

Commit Description
feat - 4da922e4f use isolatedModules in generated project

@​angular/build

Commit Description
feat - 24aaf1e37 support import attribute based loader configuration

v18.2.0-rc.0

18.2.0-rc.0 (2024-08-07)

@​angular/build

Commit Description
fix - 182ecbd18 allow explicitly disabling TypeScript incremental mode
fix - 34908a3fc lazy load Node.js inspector for dev server

v18.2.0-next.3

18.2.0-next.3 (2024-07-31)

@​angular/build

Commit Description
fix - 636cb6932 add CSP nonce attribute to script tags when inline critical CSS is disabled
fix - 7d52941a2 prevent build failures with remote CSS imports when Tailwind is configured
fix - 0466fb74a resolve error with extract-i18n builder for libraries

v18.2.0-next.2

18.2.0-next.2 (2024-07-24)

@​angular/build

Commit Description
fix - 37a2138cb account for HTML base HREF for dev-server externals
fix - 8ff687d03 correctly detect comma in Sass URL lexer
fix - 6d6937587 prevent redirection loop
fix - 11a140bab serve HTML files directly

v18.2.0-next.1

18.2.0-next.1 (2024-07-17)

@​angular-devkit/build-angular

Commit Description
fix - 9baae6e22 skip undefined files when generating budget stats

@​angular/build

... (truncated)

Changelog

Sourced from @​angular/cli's changelog.

18.2.0 (2024-08-14)

@​schematics/angular

Commit Type Description
4da922e4f feat use isolatedModules in generated project

@​angular/build

Commit Type Description
24aaf1e37 feat support import attribute based loader configuration

Commits
  • ff5a0fe release: cut the v18.2.0 release
  • 1a876a3 build: update Angular versions to 18.2 stable
  • eb9c7fe build: remove unnecessary excludes from tsconfig.json
  • 0c2ca9a build: remove Bazel typings workaround
  • 4528be1 build: add missing pkg_deps for @angular/create
  • d14c9ab refactor(@​angular-devkit/build-angular): reduce custom code in browser-esbuil...
  • 5eef87c build: update all non-major dependencies
  • 62c040a build: update all non-major dependencies
  • 6351c44 release: cut the v18.2.0-rc.0 release
  • 6419c2a build: update angular
  • Additional commits viewable in compare view

Updates @angular/common from 18.1.4 to 18.2.0

Release notes

Sourced from @​angular/common's releases.

v18.2.0

18.2.0 (2024-08-14)

compiler

Commit Description
feat - c8e2885136 Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295) (#56295)

compiler-cli

Commit Description
feat - 98ed5b609e run JIT transform on classes with jit: true opt-out (#56892)
fix - c76b440ac0 add warning for unused let declarations (#57033)
fix - 0f0a1f2836 emitting references to ngtypecheck files (#57138)
fix - 6c2fbda694 extended diagnostic visitor not visiting template attributes (#57033)
fix - e11c0c42d2 run JIT transforms on @NgModule classes with jit: true (#57212)

core

Commit Description
feat - f7918f5272 Add 'flush' parameter option to fakeAsync to flush after the test (#57239)
feat - fab673a1dd add ng generate schematic to convert to inject (#57056)
feat - 7919982063 Add whenStable helper on ApplicationRef (#57190)
feat - 3459289ef0 bootstrapModule can configure NgZone in providers (#57060)
fix - 296216cbe1 Allow hybrid CD scheduling to support multiple "Angular zones" (#57267)
fix - 8718abce90 Deprecate ignoreChangesOutsideZone option (#57029)
fix - 827070e331 Do not run image performance warning checks on server (#57234)
fix - ca89ef9141 handle shorthand assignment in the inject migration (#57134)
fix - 5dcdbfcba9 rename the equality function option in toSignal (#56769)
fix - 2a4f488a6c warnings for oversized images and lazy-lcp present with bootstrapModule (#57060)

language-service

Commit Description
feat - 4bb558ab0c support writing code refactorings (#56895)
perf - 7663debce1 quick exit if no code fixes can exist (#57000)

migrations

Commit Description
feat - 147eee4253 add migration to convert standalone component routes to be lazy loaded (#56428)
fix - cb442a0ce7 account for parameters with union types (#57127)
fix - 166166d79e add alias to inject migration (#57127)
fix - b1a9d0f4de avoid duplicating comments when generating properties (#57367)
fix - 5d76401ff5 preserve optional parameters (#57367)
fix - 1cf616f671 remove generic arguments from the injected type reference (#57127)
fix - ba0df30ef6 remove unused imports in inject migration (#57179)
fix - aae9646a1b unwrap injected forwardRef (#57127)
perf - 604270619a speed up signal input migration by combining two analyze phases (#57318)

router

Commit Description
feat - 6c76c91e15 Add defaultQueryParamsHandling to router configuration (#57198)

Breaking Changes

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

18.2.0 (2024-08-14)

Breaking Changes

zone.js

  • fakeAsync will now flush pending timers at the end of the given function by default. To opt-out of this, you can use {flush: false} in options parameter of fakeAsync

compiler

Commit Type Description
c8e2885136 feat Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295) (#56295)

compiler-cli

Commit Type Description
98ed5b609e feat run JIT transform on classes with jit: true opt-out (#56892)
c76b440ac0 fix add warning for unused let declarations (#57033)
0f0a1f2836 fix emitting references to ngtypecheck files (#57138)
6c2fbda694 fix extended diagnostic visitor not visiting template attributes (#57033)
e11c0c42d2 fix run JIT transforms on @NgModule classes with jit: true (#57212)

core

Commit Type Description
f7918f5272 feat Add 'flush' parameter option to fakeAsync to flush after the test (#57239)
fab673a1dd feat add ng generate schematic to convert to inject (#57056)
7919982063 feat Add whenStable helper on ApplicationRef (#57190)
3459289ef0 feat bootstrapModule can configure NgZone in providers (#57060)
296216cbe1 fix Allow hybrid CD scheduling to support multiple "Angular zones" (#57267)
8718abce90 fix Deprecate ignoreChangesOutsideZone option (#57029)
827070e331 fix Do not run image performance warning checks on server (#57234)
ca89ef9141 fix handle shorthand assignment in the inject migration (#57134)
5dcdbfcba9 fix rename the equality function option in toSignal (#56769)
2a4f488a6c fix warnings for oversized images and lazy-lcp present with bootstrapModule (#57060)

language-service

Commit Type Description
4bb558ab0c feat support writing code refactorings (#56895)
7663debce1 perf quick exit if no code fixes can exist (#57000)

migrations

Commit Type Description
147eee4253 feat add migration to convert standalone component routes to be lazy loaded (#56428)
cb442a0ce7 fix account for parameters with union types (#57127)
166166d79e fix add alias to inject migration (#57127)
b1a9d0f4de fix avoid duplicating comments when generating properties (#57367)
5d76401ff5 fix preserve optional parameters (#57367)
1cf616f671 fix remove generic arguments from the injected type reference (#57127)
ba0df30ef6 fix remove unused imports in inject migration (#57179)
aae9646a1b fix unwrap injected forwardRef (#57127)
604270619a perf speed up signal input migration by combining two analyze phases (#57318)

router

| Commit | Type | Description |

... (truncated)

Commits
  • 513a4fe refactor(core): replace usages of removeChild (#57203)
  • 3bdead1 refactor(docs-infra): migrate api-gen from dev-infra into the repo (#57241)
  • 2d8635d refactor(docs-infra): migrate @​angular/docs from dev-infra into adev director...
  • 2c4613a fix(common): Don't run preconnect assertion on the server. (#56213)
  • 229dd83 fix(common): typo in warning for NgOptimizedDirective (#56817)
  • 6e1f78f perf(http): execute fetch outside of Angular zone (#56820)
  • d9fe17a refactor(common): Fire priority check on stable. (#56776)
  • b5c2e91 refactor(common): remove remaining code for NgSwitch equality patch (#56806)
  • See full diff in compare view

Updates @angular/compiler from 18.1.4 to 18.2.0

Release notes

Sourced from @​angular/compiler's releases.

v18.2.0

18.2.0 (2024-08-14)

compiler

Commit Description
feat - c8e2885136 Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295) (#56295)

compiler-cli

Commit Description
feat - 98ed5b609e run JIT transform on classes with jit: true opt-out (#56892)
fix - c76b440ac0 add warning for unused let declarations (#57033)
fix - 0f0a1f2836 emitting references to ngtypecheck files (#57138)
fix - 6c2fbda694 extended diagnostic visitor not visiting template attributes (#57033)
fix - e11c0c42d2 run JIT transforms on @NgModule classes with jit: true (#57212)

core

Commit Description
feat - f7918f5272 Add 'flush' parameter option to fakeAsync to flush after the test (#57239)
feat - fab673a1dd add ng generate schematic to convert to inject ...

Description has been truncated

Bumps the npm group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `18.1.4` | `18.2.0` |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `18.1.4` | `18.2.0` |
| [@angular/cli](https://github.com/angular/angular-cli) | `18.1.4` | `18.2.0` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `18.1.4` | `18.2.0` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `18.1.4` | `18.2.0` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `18.1.4` | `18.2.0` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `18.1.4` | `18.2.0` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `18.1.4` | `18.2.0` |
| [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) | `18.1.4` | `18.2.0` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `18.1.4` | `18.2.0` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `18.1.4` | `18.2.0` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `18.1.4` | `18.2.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.2.0` | `22.3.0` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `50.2.1` | `50.2.2` |



Updates `@angular-devkit/build-angular` from 18.1.4 to 18.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@18.1.4...18.2.0)

Updates `@angular/animations` from 18.1.4 to 18.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/18.2.0/packages/animations)

Updates `@angular/cli` from 18.1.4 to 18.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@18.1.4...18.2.0)

Updates `@angular/common` from 18.1.4 to 18.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/18.2.0/packages/common)

Updates `@angular/compiler` from 18.1.4 to 18.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/18.2.0/packages/compiler)

Updates `@angular/compiler-cli` from 18.1.4 to 18.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/18.2.0/packages/compiler-cli)

Updates `@angular/core` from 18.1.4 to 18.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/18.2.0/packages/core)

Updates `@angular/forms` from 18.1.4 to 18.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/18.2.0/packages/forms)

Updates `@angular/language-service` from 18.1.4 to 18.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/18.2.0/packages/language-service)

Updates `@angular/platform-browser` from 18.1.4 to 18.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/18.2.0/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 18.1.4 to 18.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/18.2.0/packages/platform-browser-dynamic)

Updates `@angular/router` from 18.1.4 to 18.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/18.2.0/packages/router)

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

Updates `eslint-plugin-jsdoc` from 50.2.1 to 50.2.2
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](gajus/eslint-plugin-jsdoc@v50.2.1...v50.2.2)

---
updated-dependencies:
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@angular/animations"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@angular/common"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@angular/compiler"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@angular/compiler-cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@angular/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@angular/forms"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@angular/language-service"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@angular/platform-browser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@angular/router"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 15, 2024
@ayushmanchhabra
Copy link
Contributor

@dependabot squash and merge

@dependabot dependabot bot merged commit ec85d79 into main Aug 16, 2024
1 check passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-17eb08218d branch August 16, 2024 02:42
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant