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 group with 14 updates #64

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 20, 2023

Bumps the npm group with 14 updates:

Package From To
@angular-devkit/build-angular 16.2.2 16.2.3
@angular/animations 16.2.5 16.2.6
@angular/cli 16.2.2 16.2.3
@angular/common 16.2.5 16.2.6
@angular/compiler 16.2.5 16.2.6
@angular/compiler-cli 16.2.5 16.2.6
@angular/core 16.2.5 16.2.6
@angular/forms 16.2.5 16.2.6
@angular/language-service 16.2.5 16.2.6
@angular/platform-browser 16.2.5 16.2.6
@angular/platform-browser-dynamic 16.2.5 16.2.6
@angular/router 16.2.5 16.2.6
eslint-plugin-jsdoc 46.8.1 46.8.2
typescript 5.1.3 5.2.2

Updates @angular-devkit/build-angular from 16.2.2 to 16.2.3

Release notes

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

v16.2.3

16.2.3 (2023-09-20)

@​angular-devkit/build-angular

Commit Description
fix - 39643bee1 correctly re-point RXJS to ESM on Windows
fix - d8d116b31 several windows fixes to application builder prerendering

@​ngtools/webpack

Commit Description
fix - f1195d035 fix recursion in webpack resolve
Changelog

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

16.2.3 (2023-09-20)

@​angular-devkit/build-angular

Commit Type Description
39643bee1 fix correctly re-point RXJS to ESM on Windows
d8d116b31 fix several windows fixes to application builder prerendering

@​ngtools/webpack

Commit Type Description
f1195d035 fix fix recursion in webpack resolve

17.0.0-next.4 (2023-09-13)

Breaking Changes

@​schematics/angular

  • Routing is enabled by default for new applications when using ng generate application and ng new. The --no-routing command line option can be used to disable this behaviour.
  • rootModuleClassName, rootModuleFileName and main options have been removed from the public pwa and app-shell schematics.

@​schematics/angular

Commit Type Description
1a6a139aa feat enable routing by default for new applications
3f8aa9d8c feat update ng new to use the esbuild application builder based builder

@​angular-devkit/build-angular

Commit Type Description
2f299fc7b fix account for styles specified as string literals and styleUrl
e41e2015b fix avoid spawning workers when there are no routes to prerender
c11a0f0d3 fix support custom index option paths in Vite-based dev server
7d3fd226c fix support dev server proxy pathRewrite field in Vite-based server
4b67d2afd perf use single JS transformer instance during dev-server prebundling

@​ngtools/webpack

Commit Type Description
f43754570 feat add automated preconnects for image domains

... (truncated)

Commits
  • 64b3586 release: cut the v16.2.3 release
  • f1195d0 fix(@​ngtools/webpack): fix recursion in webpack resolve
  • 1f9caa9 refactor(@​schematics/angular): remove empty space in app.config.ts.template
  • 7d61494 Revert "ci: use head_ref for concurrency group"
  • 7801185 ci: use head_ref for concurrency group
  • d8d116b fix(@​angular-devkit/build-angular): several windows fixes to application buil...
  • 39643be fix(@​angular-devkit/build-angular): correctly re-point RXJS to ESM on Windows
  • See full diff in compare view

Updates @angular/animations from 16.2.5 to 16.2.6

Release notes

Sourced from @​angular/animations's releases.

v16.2.6

16.2.6 (2023-09-20)

core

Commit Description
fix - 82712f80df ensure a consumer drops all its stale producers (#51722) (#51772)
Changelog

Sourced from @​angular/animations's changelog.

16.2.6 (2023-09-20)

core

Commit Type Description
82712f80df fix ensure a consumer drops all its stale producers (#51722) (#51772)

17.0.0-next.4 (2023-09-13)

core

Commit Type Description
59387ee476 feat support styles and styleUrl as strings (#51715)

router

Commit Type Description
73e4bf2ed2 feat Add feature to support the View Transitions API (#51314)

Commits

Updates @angular/cli from 16.2.2 to 16.2.3

Release notes

Sourced from @​angular/cli's releases.

v16.2.3

16.2.3 (2023-09-20)

@​angular-devkit/build-angular

Commit Description
fix - 39643bee1 correctly re-point RXJS to ESM on Windows
fix - d8d116b31 several windows fixes to application builder prerendering

@​ngtools/webpack

Commit Description
fix - f1195d035 fix recursion in webpack resolve
Changelog

Sourced from @​angular/cli's changelog.

16.2.3 (2023-09-20)

@​angular-devkit/build-angular

Commit Type Description
39643bee1 fix correctly re-point RXJS to ESM on Windows
d8d116b31 fix several windows fixes to application builder prerendering

@​ngtools/webpack

Commit Type Description
f1195d035 fix fix recursion in webpack resolve

17.0.0-next.4 (2023-09-13)

Breaking Changes

@​schematics/angular

  • Routing is enabled by default for new applications when using ng generate application and ng new. The --no-routing command line option can be used to disable this behaviour.
  • rootModuleClassName, rootModuleFileName and main options have been removed from the public pwa and app-shell schematics.

@​schematics/angular

Commit Type Description
1a6a139aa feat enable routing by default for new applications
3f8aa9d8c feat update ng new to use the esbuild application builder based builder

@​angular-devkit/build-angular

Commit Type Description
2f299fc7b fix account for styles specified as string literals and styleUrl
e41e2015b fix avoid spawning workers when there are no routes to prerender
c11a0f0d3 fix support custom index option paths in Vite-based dev server
7d3fd226c fix support dev server proxy pathRewrite field in Vite-based server
4b67d2afd perf use single JS transformer instance during dev-server prebundling

@​ngtools/webpack

Commit Type Description
f43754570 feat add automated preconnects for image domains

... (truncated)

Commits
  • 64b3586 release: cut the v16.2.3 release
  • f1195d0 fix(@​ngtools/webpack): fix recursion in webpack resolve
  • 1f9caa9 refactor(@​schematics/angular): remove empty space in app.config.ts.template
  • 7d61494 Revert "ci: use head_ref for concurrency group"
  • 7801185 ci: use head_ref for concurrency group
  • d8d116b fix(@​angular-devkit/build-angular): several windows fixes to application buil...
  • 39643be fix(@​angular-devkit/build-angular): correctly re-point RXJS to ESM on Windows
  • See full diff in compare view

Updates @angular/common from 16.2.5 to 16.2.6

Release notes

Sourced from @​angular/common's releases.

v16.2.6

16.2.6 (2023-09-20)

core

Commit Description
fix - 82712f80df ensure a consumer drops all its stale producers (#51722) (#51772)
Changelog

Sourced from @​angular/common's changelog.

16.2.6 (2023-09-20)

core

Commit Type Description
82712f80df fix ensure a consumer drops all its stale producers (#51722) (#51772)

17.0.0-next.4 (2023-09-13)

core

Commit Type Description
59387ee476 feat support styles and styleUrl as strings (#51715)

router

Commit Type Description
73e4bf2ed2 feat Add feature to support the View Transitions API (#51314)

Commits

Updates @angular/compiler from 16.2.5 to 16.2.6

Release notes

Sourced from @​angular/compiler's releases.

v16.2.6

16.2.6 (2023-09-20)

core

Commit Description
fix - 82712f80df ensure a consumer drops all its stale producers (#51722) (#51772)
Changelog

Sourced from @​angular/compiler's changelog.

16.2.6 (2023-09-20)

core

Commit Type Description
82712f80df fix ensure a consumer drops all its stale producers (#51722) (#51772)

17.0.0-next.4 (2023-09-13)

core

Commit Type Description
59387ee476 feat support styles and styleUrl as strings (#51715)

router

Commit Type Description
73e4bf2ed2 feat Add feature to support the View Transitions API (#51314)

Commits

Updates @angular/compiler-cli from 16.2.5 to 16.2.6

Release notes

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

v16.2.6

16.2.6 (2023-09-20)

core

Commit Description
fix - 82712f80df ensure a consumer drops all its stale producers (#51722) (#51772)
Changelog

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

16.2.6 (2023-09-20)

core

Commit Type Description
82712f80df fix ensure a consumer drops all its stale producers (#51722) (#51772)

17.0.0-next.4 (2023-09-13)

core

Commit Type Description
59387ee476 feat support styles and styleUrl as strings (#51715)

router

Commit Type Description
73e4bf2ed2 feat Add feature to support the View Transitions API (#51314)

Commits

Updates @angular/core from 16.2.5 to 16.2.6

Release notes

Sourced from @​angular/core's releases.

v16.2.6

16.2.6 (2023-09-20)

core

Commit Description
fix - 82712f80df ensure a consumer drops all its stale producers (#51722) (#51772)
Changelog

Sourced from @​angular/core's changelog.

16.2.6 (2023-09-20)

core

Commit Type Description
82712f80df fix ensure a consumer drops all its stale producers (#51722) (#51772)

17.0.0-next.4 (2023-09-13)

core

Commit Type Description
59387ee476 feat support styles and styleUrl as strings (#51715)

router

Commit Type Description
73e4bf2ed2 feat Add feature to support the View Transitions API (#51314)

Commits
  • 03127fc refactor(core): ensure reactive node constants are considered pure (#51809) (...
  • 3b46066 refactor: ensure top-level symbols are marked as side-effect free (#51776)
  • 7b40d74 refactor(core): let reactive node prototypes conform to their type (#51722) (...
  • 82712f8 fix(core): ensure a consumer drops all its stale producers (#51722) (#51772)
  • See full diff in compare view

Updates @angular/forms from 16.2.5 to 16.2.6

Release notes

Sourced from @​angular/forms's releases.

v16.2.6

16.2.6 (2023-09-20)

core

Commit Description
fix - 82712f80df ensure a consumer drops all its stale producers (#51722) (#51772)
Changelog

Sourced from @​angular/forms's changelog.

16.2.6 (2023-09-20)

core

Commit Type Description
82712f80df fix ensure a consumer drops all its stale producers (#51722) (#51772)

17.0.0-next.4 (2023-09-13)

core

Commit Type Description
59387ee476 feat support styles and styleUrl as strings (#51715)

router

Commit Type Description
73e4bf2ed2 feat Add feature to support the View Transitions API (#51314)

Commits

Updates @angular/language-service from 16.2.5 to 16.2.6

Release notes

Sourced from @​angular/language-service's releases.

v16.2.6

16.2.6 (2023-09-20)

core

Commit Description
fix - 82712f80df ensure a consumer drops all its stale producers (#51722) (#51772)
Changelog

Sourced from @​angular/language-service's changelog.

16.2.6 (2023-09-20)

core

Commit Type Description
82712f80df fix ensure a consumer drops all its stale producers (#51722) (#51772)

17.0.0-next.4 (2023-09-13)

core

Commit Type Description
59387ee476 feat support styles and styleUrl as strings (#51715)

router

Commit Type Description
73e4bf2ed2 feat Add feature to support the View Transitions API (#51314)

Commits

Updates @angular/platform-browser from 16.2.5 to 16.2.6

Release notes

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

v16.2.6

16.2.6 (2023-09-20)

core

Commit Description
fix - 82712f80df ensure a consumer drops all its stale producers (#51722) (#51772)
Changelog

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

16.2.6 (2023-09-20)

core

Commit Type Description
82712f80df fix ensure a consumer drops all its stale producers (#51722) (#51772)

17.0.0-next.4 (2023-09-13)

core

Commit Type Description
59387ee476 feat support styles and styleUrl as strings (#51715)

router

Commit Type Description
73e4bf2ed2 feat Add feature to support the View Transitions API (#51314)

Commits

Updates @angular/platform-browser-dynamic from 16.2.5 to 16.2.6

Release notes

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

v16.2.6

16.2.6 (2023-09-20)

core

Commit Description
fix - 82712f80df ensure a consumer drops all its stale producers (#51722) (#51772)
Changelog

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

16.2.6 (2023-09-20)

core

Commit Type Description
82712f80df fix ensure a consumer drops all its stale producers (#51722) (#51772)

17.0.0-next.4 (2023-09-13)

core

Commit Type Description
59387ee476 feat support styles and styleUrl as strings (#51715)

router

Commit Type Description
73e4bf2ed2 feat Add feature to support the View Transitions API (#51314)

Commits

Updates @angular/router from 16.2.5 to 16.2.6

Release notes

Sourced from @​angular/router's releases.

v16.2.6

16.2.6 (2023-09-20)

core

Commit Description
fix - 82712f80df ensure a consumer drops all its stale producers (#51722) (#51772)
Changelog

Sourced from @​angular/router's changelog.

16.2.6 (2023-09-20)

core

Commit Type Description
82712f80df fix ensure a consumer drops all its stale producers (#51722) (#51772)

17.0.0-next.4 (2023-09-13)

core

Commit Type Description
59387ee476 feat support styles and styleUrl as strings (#51715)

router

Commit Type Description
73e4bf2ed2 feat Add feature to support the View Transitions API (#51314)

Commits
  • 4ccd845 refactor(router): Refactor loadChildren callback execution and privately expo...
  • 3b46066 refactor: ensure top-level symbols are marked as side-effect free (#51776)
  • See full diff in compare view

Updates eslint-plugin-jsdoc from 46.8.1 to 46.8.2

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v46.8.2

46.8.2 (2023-09-20)

Bug Fixes

  • fall back to deprecated getSourceCode(); fixes #1159 (8374349)
Commits

Updates typescript from 5.1.3 to 5.2.2

Release notes

Sourced from typescript's releases.

TypeScript 5.2

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.2 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.2 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on npm.

TypeScript 5.1.6

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on npm

TypeScript 5.1.5

... (truncated)

Commits
  • 9684ba6 Cherry-pick fix for cross-file inlay hints (#55476) to release-5.2 and LKG ...
  • 555ef99 Bump version to 5.2.2 and LKG
  • 6074b9d Update LKG for 5.2.1 RC.
  • b778ed1 Merge commit 'e936eb13d2900f21d79553c32a704307c7ad03dd' into release-5.2
  • 10b9962 Bump version to 5.2.1-rc and LKG
  • e936eb1 Update package-lock.json
  • e36cd57 Update package-lock.json
  • 581fba1 Update package-lock.json
  • 8fc8c95 Decorators normative updates (#55276)
  • b1c4dc4 Fix class name references (#55262)
  • Additional commits viewable in compare view

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 20, 2023
@ayushmanchhabra
Copy link
Contributor

@dependabot rebase

Bumps the npm group with 14 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `16.2.2` | `16.2.3` |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `16.2.5` | `16.2.6` |
| [@angular/cli](https://github.com/angular/angular-cli) | `16.2.2` | `16.2.3` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `16.2.5` | `16.2.6` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `16.2.5` | `16.2.6` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `16.2.5` | `16.2.6` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `16.2.5` | `16.2.6` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `16.2.5` | `16.2.6` |
| [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) | `16.2.5` | `16.2.6` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `16.2.5` | `16.2.6` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `16.2.5` | `16.2.6` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `16.2.5` | `16.2.6` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `46.8.1` | `46.8.2` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.1.3` | `5.2.2` |


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

Updates `@angular/animations` from 16.2.5 to 16.2.6
- [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/16.2.6/packages/animations)

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

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

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

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

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

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

Updates `@angular/language-service` from 16.2.5 to 16.2.6
- [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/16.2.6/packages/language-service)

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

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

Updates `@angular/router` from 16.2.5 to 16.2.6
- [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/16.2.6/packages/router)

Updates `eslint-plugin-jsdoc` from 46.8.1 to 46.8.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@v46.8.1...v46.8.2)

Updates `typescript` from 5.1.3 to 5.2.2
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.1.3...v5.2.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm-251ea07711 branch from 161a8dd to e818dea Compare September 21, 2023 00:54
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 23, 2023

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

@dependabot dependabot bot closed this Sep 23, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-251ea07711 branch September 23, 2023 05: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