angular / dev-infra

Angular Development Infrastructure
MIT License
62 stars 52 forks source link

build: update all non-major dependencies #2198

Closed angular-robot closed 1 month ago

angular-robot commented 1 month ago

This PR contains the following updates:

Package Type Update Change
@babel/core (source) dependencies patch 7.24.8 -> 7.24.9
@codemirror/view devDependencies minor 6.28.5 -> 6.29.0
@inquirer/prompts (source) devDependencies minor 5.2.0 -> 5.3.2
@microsoft/api-extractor (source) dependencies patch 7.47.2 -> 7.47.3
@types/dom-view-transitions (source) devDependencies patch 1.0.4 -> 1.0.5
firebase-admin (source) devDependencies minor 12.2.0 -> 12.3.0
firebase-tools devDependencies minor 13.13.3 -> 13.14.1
github/codeql-action action patch v3.25.13 -> v3.25.15
husky devDependencies patch 9.1.1 -> 9.1.2
jsdom devDependencies patch 24.1.0 -> 24.1.1
playwright-core (source) devDependencies patch 1.45.2 -> 1.45.3
preact (source) dependencies minor 10.22.1 -> 10.23.1
preact-render-to-string dependencies patch 6.5.6 -> 6.5.7
requirejs devDependencies patch 2.3.6 -> 2.3.7
selenium-webdriver (source) dependencies minor 4.22.0 -> 4.23.0
semver devDependencies patch 7.6.2 -> 7.6.3
shiki (source) dependencies minor 1.11.0 -> 1.12.0
typescript (source) dependencies patch 5.5.3 -> 5.5.4
yaml (source) devDependencies minor 2.4.5 -> 2.5.0
yaml (source) dependencies minor 2.4.5 -> 2.5.0

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

babel/babel (@​babel/core) ### [`v7.24.9`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7249-2024-07-15) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.8...v7.24.9) ##### :bug: Bug Fix - `babel-core`, `babel-standalone` - [#​16639](https://togithub.com/babel/babel/pull/16639) Avoid `require()` call in `@babel/standalone` bundle ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-types` - [#​16638](https://togithub.com/babel/babel/pull/16638) fix: provide legacy typings for TS < 4.1 ([@​JLHwung](https://togithub.com/JLHwung)) ##### :nail_care: Polish - `babel-generator`, `babel-plugin-transform-optional-chaining` - [#​16617](https://togithub.com/babel/babel/pull/16617) Avoid extra parens in TS `as`/`satisfies` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - `babel-helper-module-transforms` - [#​16629](https://togithub.com/babel/babel/pull/16629) Lazy top-level initializations for module transforms ([@​guybedford](https://togithub.com/guybedford))
codemirror/view (@​codemirror/view) ### [`v6.29.0`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#6290-2024-07-25) [Compare Source](https://togithub.com/codemirror/view/compare/6.28.6...6.29.0) ##### Bug fixes Fix an issue that caused typing into an editor marked read-only to cause document changes when using `EditContext`. Associate a cursor created by clicking above the end of the text on a wrap point with the line before it. ##### New features The package now exports the type of hover tooltip sources as `HoverTooltipSource`. ### [`v6.28.6`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#6286-2024-07-19) [Compare Source](https://togithub.com/codemirror/view/compare/6.28.5...6.28.6) ##### Bug fixes Fix an issue where the editor got confused about the position of inserted text when using Chrome's `EditContext` and canceling transactions for typed text.
SBoudrias/Inquirer.js (@​inquirer/prompts) ### [`v5.3.2`](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@5.3.1...@inquirer/prompts@5.3.2) [Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@5.3.1...@inquirer/prompts@5.3.2) ### [`v5.3.1`](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@5.3.0...@inquirer/prompts@5.3.1) [Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@5.3.0...@inquirer/prompts@5.3.1) ### [`v5.3.0`](https://togithub.com/SBoudrias/Inquirer.js/releases/tag/%40inquirer/prompts%405.3.0) [Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@5.2.1...@inquirer/prompts@5.3.0) - Now includes a `search` prompt. `import { search } from @​inquirer/prompts` ### [`v5.2.1`](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@5.2.0...@inquirer/prompts@5.2.1) [Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@5.2.0...@inquirer/prompts@5.2.1)
microsoft/rushstack (@​microsoft/api-extractor) ### [`v7.47.3`](https://togithub.com/microsoft/rushstack/blob/HEAD/apps/api-extractor/CHANGELOG.md#7473) [Compare Source](https://togithub.com/microsoft/rushstack/compare/8b64754c308cc1b10607cead2d54cbcb29d6a931...22e59e4f57f6730e3304a47591fed1bb6926cef9) Wed, 24 Jul 2024 00:12:14 GMT ##### Patches - Fix an edge case when discarding the file extension from the "reportFileName" setting and improve its documentation
firebase/firebase-admin-node (firebase-admin) ### [`v12.3.0`](https://togithub.com/firebase/firebase-admin-node/releases/tag/v12.3.0): Firebase Admin Node.js SDK v12.3.0 [Compare Source](https://togithub.com/firebase/firebase-admin-node/compare/v12.2.0...v12.3.0) ##### New Features - feat(fcm): Add HTTP2 support for `sendEach()` and `sendEachForMulticast()` ([#​2550](https://togithub.com/firebase/firebase-admin-node/issues/2550)) ##### Miscellaneous - \[chore] Release 12.3.0 ([#​2644](https://togithub.com/firebase/firebase-admin-node/issues/2644)) - build(deps): bump [@​types/node](https://togithub.com/types/node) from 20.14.8 to 20.14.11 ([#​2641](https://togithub.com/firebase/firebase-admin-node/issues/2641)) - build(deps-dev): bump [@​microsoft/api-extractor](https://togithub.com/microsoft/api-extractor) from 7.47.0 to 7.47.2 ([#​2642](https://togithub.com/firebase/firebase-admin-node/issues/2642)) - build(deps): bump [@​google-cloud/storage](https://togithub.com/google-cloud/storage) from 7.11.2 to 7.12.0 ([#​2643](https://togithub.com/firebase/firebase-admin-node/issues/2643)) - build(deps-dev): bump mocha and [@​types/mocha](https://togithub.com/types/mocha) ([#​2640](https://togithub.com/firebase/firebase-admin-node/issues/2640)) - build(deps): bump [@​fastify/busboy](https://togithub.com/fastify/busboy) from 2.1.1 to 3.0.0 ([#​2632](https://togithub.com/firebase/firebase-admin-node/issues/2632)) - build(deps-dev): bump [@​types/lodash](https://togithub.com/types/lodash) from 4.17.5 to 4.17.7 ([#​2636](https://togithub.com/firebase/firebase-admin-node/issues/2636)) - Remove Remote Config dependency on Long JS ([#​2614](https://togithub.com/firebase/firebase-admin-node/issues/2614)) - build(deps): bump [@​google-cloud/firestore](https://togithub.com/google-cloud/firestore) from 7.8.0 to 7.9.0 ([#​2618](https://togithub.com/firebase/firebase-admin-node/issues/2618)) - build(deps-dev): bump nyc from 15.1.0 to 17.0.0 ([#​2616](https://togithub.com/firebase/firebase-admin-node/issues/2616)) - chore: update integration test resources ([#​2615](https://togithub.com/firebase/firebase-admin-node/issues/2615)) - build(deps-dev): bump [@​types/uuid](https://togithub.com/types/uuid) from 9.0.8 to 10.0.0 ([#​2612](https://togithub.com/firebase/firebase-admin-node/issues/2612)) - build(deps): bump [@​types/node](https://togithub.com/types/node) from 20.14.2 to 20.14.8 ([#​2613](https://togithub.com/firebase/firebase-admin-node/issues/2613))
firebase/firebase-tools (firebase-tools) ### [`v13.14.1`](https://togithub.com/firebase/firebase-tools/releases/tag/v13.14.1) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v13.14.0...v13.14.1) - Bump Firebase Data Connect local toolkit to v1.3.1, which contains fixes for Swift SDK code generation ([#​7491](https://togithub.com/firebase/firebase-tools/issues/7491)) ### [`v13.14.0`](https://togithub.com/firebase/firebase-tools/releases/tag/v13.14.0) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v13.13.3...v13.14.0) - Cleans up App Hosting's GitHub integration UX. "Add an account" flow now goes directly to GitHub instead of using Developer Connect. ([#​7405](https://togithub.com/firebase/firebase-tools/issues/7405)) - Fix an issue where refresh_tokens would be used before checking whether they were expired. ([#​7442](https://togithub.com/firebase/firebase-tools/issues/7442)) - `firebase init dataconnect` now can pull down deployed GQL files. - Improved detection of 'dataconnect.yaml' when not in project root. - GitHub Action fixes for web frameworks ([#​6883](https://togithub.com/firebase/firebase-tools/issues/6883)) - Fixes issue where PubSub message `publishTime` is set to 1970-01-01T00:00:00 ([#​7441](https://togithub.com/firebase/firebase-tools/issues/7441)) - Display meaningful error message when cannot determine target. ([#​6594](https://togithub.com/firebase/firebase-tools/issues/6594)) - Adds support for firealerts events in Eventarc emulator. ([#​7355](https://togithub.com/firebase/firebase-tools/issues/7355)) - Released version firebase-tools-ui@1.13.0, which adds Emulator UI support for firealerts events. - Improved errors when an incorrect service ID is passed to `firebase deploy --only dataconnect:serviceId`. - Fixed display of errors in Firestore commands when using JSON or noninteractive modes. ([#​7482](https://togithub.com/firebase/firebase-tools/issues/7482)) - Fixed an issue where Firestore backup schedule commands had invalid short option names. ([#​7481](https://togithub.com/firebase/firebase-tools/issues/7481)) - Bumps the Firebase Data Connect local toolkit to v1.3.0, which adds Swift SDK, [@​index](https://togithub.com/index), [@​unique](https://togithub.com/unique), and batch insert support. ([#​7486](https://togithub.com/firebase/firebase-tools/issues/7486))
github/codeql-action (github/codeql-action) ### [`v3.25.15`](https://togithub.com/github/codeql-action/compare/v3.25.14...v3.25.15) [Compare Source](https://togithub.com/github/codeql-action/compare/v3.25.14...v3.25.15) ### [`v3.25.14`](https://togithub.com/github/codeql-action/compare/v3.25.13...v3.25.14) [Compare Source](https://togithub.com/github/codeql-action/compare/v3.25.13...v3.25.14)
typicode/husky (husky) ### [`v9.1.2`](https://togithub.com/typicode/husky/releases/tag/v9.1.2) [Compare Source](https://togithub.com/typicode/husky/compare/v9.1.1...v9.1.2) Show a message instead of automatically removing deprecated code. This only concerns projects that still have the following code in their hooks: ```diff - #!/usr/bin/env sh # <- This is deprecated, remove it - . "$(dirname -- "$0")/_/husky.sh" # <- This is deprecated, remove it ### Rest of your hook code ``` **Hooks with these lines will fail in `v10.0.0`**
jsdom/jsdom (jsdom) ### [`v24.1.1`](https://togithub.com/jsdom/jsdom/blob/HEAD/Changelog.md#2411) [Compare Source](https://togithub.com/jsdom/jsdom/compare/24.1.0...24.1.1) - Fixed selection methods to trigger the `selectionchange` event on the `Document` object. (piotr-oles)
microsoft/playwright (playwright-core) ### [`v1.45.3`](https://togithub.com/microsoft/playwright/releases/tag/v1.45.3) [Compare Source](https://togithub.com/microsoft/playwright/compare/v1.45.2...v1.45.3) ##### Highlights [https://github.com/microsoft/playwright/issues/31764](https://togithub.com/microsoft/playwright/issues/31764) - \[Bug]: some actions do not appear in the trace file[https://github.com/microsoft/playwright-java/issues/1617](https://togithub.com/microsoft/playwright-java/issues/1617)7 - \[Bug]: Traceviewer not reporting all actions #### Browser Versions - Chromium 127.0.6533.5 - Mozilla Firefox 127.0 - WebKit 17.4 This version was also tested against the following stable channels: - Google Chrome 126 - Microsoft Edge 126
preactjs/preact (preact) ### [`v10.23.1`](https://togithub.com/preactjs/preact/releases/tag/10.23.1) [Compare Source](https://togithub.com/preactjs/preact/compare/10.23.0...10.23.1) #### Fixes - Fix debug-issue in testing libraries where there might not be a DOM node ([#​4454](https://togithub.com/preactjs/preact/issues/4454), thanks [@​JoviDeCroock](https://togithub.com/JoviDeCroock)) ### [`v10.23.0`](https://togithub.com/preactjs/preact/releases/tag/10.23.0) [Compare Source](https://togithub.com/preactjs/preact/compare/10.22.1...10.23.0) #### Features - Support ref cleanup functions ([#​4436](https://togithub.com/preactjs/preact/issues/4436), thanks [@​marvinhagemeister](https://togithub.com/marvinhagemeister)) This adds support for returning a function in functional refs, example ```jsx { // Assign ref, do something with it return () => { // ref cleanup, when the element unmounts // we run the cleanup }; }} /> ``` #### Fixes - Child-diffing should shift keyed fragmented lists ([#​4448](https://togithub.com/preactjs/preact/issues/4448), thanks [@​JoviDeCroock](https://togithub.com/JoviDeCroock)) - Invalid DOM check not firing when p/a/button have a parent ([#​4449](https://togithub.com/preactjs/preact/issues/4449), thanks [@​JoviDeCroock](https://togithub.com/JoviDeCroock)) - Support comments for streaming renders ([#​4446](https://togithub.com/preactjs/preact/issues/4446), thanks [@​JoviDeCroock](https://togithub.com/JoviDeCroock)) - Import renderToPipeableStream in server.mjs for re-exporting ([#​4440](https://togithub.com/preactjs/preact/issues/4440), thanks [@​3846masa](https://togithub.com/3846masa)) #### Types - Add missing types ElementType and ComponentPropsWithoutRef ([#​4433](https://togithub.com/preactjs/preact/issues/4433), thanks [@​hamza0867](https://togithub.com/hamza0867)) - Add html attributes types [#​4099](https://togithub.com/preactjs/preact/issues/4099) ([#​4100](https://togithub.com/preactjs/preact/issues/4100), thanks [@​samsam-ahmadi](https://togithub.com/samsam-ahmadi)) #### Maintenance - Dependency maintenance ([#​4431](https://togithub.com/preactjs/preact/issues/4431), thanks [@​JoviDeCroock](https://togithub.com/JoviDeCroock)) - Fix coveralls reporting on PRs ([#​4430](https://togithub.com/preactjs/preact/issues/4430), thanks [@​JoviDeCroock](https://togithub.com/JoviDeCroock))
preactjs/preact-render-to-string (preact-render-to-string) ### [`v6.5.7`](https://togithub.com/preactjs/preact-render-to-string/blob/HEAD/CHANGELOG.md#657) [Compare Source](https://togithub.com/preactjs/preact-render-to-string/compare/v6.5.6...v6.5.7) ##### Patch Changes - [#​381](https://togithub.com/preactjs/preact-render-to-string/pull/381) [`481b4f3`](https://togithub.com/preactjs/preact-render-to-string/commit/481b4f3c6602d9cdab1f8c3c884edb938099c603) Thanks [@​rschristian](https://togithub.com/rschristian)! - Support `dangerouslySetInnerHTML={undefined}` with `renderToStringAsync`
jrburke/r.js (requirejs) ### [`v2.3.7`](https://togithub.com/jrburke/r.js/compare/2.3.6...2.3.7) [Compare Source](https://togithub.com/jrburke/r.js/compare/2.3.6...2.3.7)
SeleniumHQ/selenium (selenium-webdriver) ### [`v4.23.0`](https://togithub.com/SeleniumHQ/selenium/compare/c5f314670396b04e92b32500bd6e0dfac31e841f...4df0a231af83908edb1a4304028b508f245d26a8) [Compare Source](https://togithub.com/SeleniumHQ/selenium/compare/c5f314670396b04e92b32500bd6e0dfac31e841f...4df0a231af83908edb1a4304028b508f245d26a8)
npm/node-semver (semver) ### [`v7.6.3`](https://togithub.com/npm/node-semver/blob/HEAD/CHANGELOG.md#763-2024-07-16) [Compare Source](https://togithub.com/npm/node-semver/compare/v7.6.2...v7.6.3) ##### Bug Fixes - [`73a3d79`](https://togithub.com/npm/node-semver/commit/73a3d79c4ec32d5dd62c9d5f64e5af7fbdad9ec0) [#​726](https://togithub.com/npm/node-semver/pull/726) optimize Range parsing and formatting ([#​726](https://togithub.com/npm/node-semver/issues/726)) ([@​jviide](https://togithub.com/jviide)) ##### Documentation - [`2975ece`](https://togithub.com/npm/node-semver/commit/2975ece120e17660c9f1ef517de45c09ff821064) [#​719](https://togithub.com/npm/node-semver/pull/719) fix extra backtick typo ([#​719](https://togithub.com/npm/node-semver/issues/719)) ([@​stdavis](https://togithub.com/stdavis))
shikijs/shiki (shiki) ### [`v1.12.0`](https://togithub.com/shikijs/shiki/releases/tag/v1.12.0) [Compare Source](https://togithub.com/shikijs/shiki/compare/v1.11.2...v1.12.0) #####    🚀 Features - Add static `initial` method for `GrammarState`, [#​715](https://togithub.com/shikijs/shiki/issues/715)  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/shikijs/shiki/issues/715](https://togithub.com/shikijs/shiki/issues/715) [(be07d)](https://togithub.com/shikijs/shiki/commit/be07da89) - New `ts-tags` grammar, lit support, close [#​725](https://togithub.com/shikijs/shiki/issues/725)  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/shikijs/shiki/issues/725](https://togithub.com/shikijs/shiki/issues/725) [(3107a)](https://togithub.com/shikijs/shiki/commit/3107a2d0) #####    🐞 Bug Fixes - **core**: Fix decoration offset edge cases  -  by [@​timothycohen](https://togithub.com/timothycohen) in [https://github.com/shikijs/shiki/issues/728](https://togithub.com/shikijs/shiki/issues/728) [(1349b)](https://togithub.com/shikijs/shiki/commit/1349bb4d) #####     [View changes on GitHub](https://togithub.com/shikijs/shiki/compare/v1.11.2...v1.12.0) ### [`v1.11.2`](https://togithub.com/shikijs/shiki/releases/tag/v1.11.2) [Compare Source](https://togithub.com/shikijs/shiki/compare/v1.11.1...v1.11.2) #####    🐞 Bug Fixes - **core**: Fix the incorrect parameter when using a single theme  -  by [@​il-1337](https://togithub.com/il-1337) in [https://github.com/shikijs/shiki/issues/723](https://togithub.com/shikijs/shiki/issues/723) [(5e2a6)](https://togithub.com/shikijs/shiki/commit/5e2a69e2) - **rehype**: Add the misssing `CodeToHastOptionsCommon` to `RehypeShikiCoreOptions` for `rehype` plugin  -  by [@​fwqaaq](https://togithub.com/fwqaaq) in [https://github.com/shikijs/shiki/issues/726](https://togithub.com/shikijs/shiki/issues/726) [(c8c14)](https://togithub.com/shikijs/shiki/commit/c8c1468d) #####     [View changes on GitHub](https://togithub.com/shikijs/shiki/compare/v1.11.1...v1.11.2) ### [`v1.11.1`](https://togithub.com/shikijs/shiki/releases/tag/v1.11.1) [Compare Source](https://togithub.com/shikijs/shiki/compare/v1.11.0...v1.11.1) #####    🐞 Bug Fixes - CodeToTokens's includeExplanation option  -  by [@​uxiew](https://togithub.com/uxiew) in [https://github.com/shikijs/shiki/issues/718](https://togithub.com/shikijs/shiki/issues/718) [(55e85)](https://togithub.com/shikijs/shiki/commit/55e857b8) - **vitepress-twoslash**: Correct client types  -  by [@​sxzz](https://togithub.com/sxzz) in [https://github.com/shikijs/shiki/issues/720](https://togithub.com/shikijs/shiki/issues/720) [(c8f30)](https://togithub.com/shikijs/shiki/commit/c8f301c9) #####     [View changes on GitHub](https://togithub.com/shikijs/shiki/compare/v1.11.0...v1.11.1)
Microsoft/TypeScript (typescript) ### [`v5.5.4`](https://togithub.com/microsoft/TypeScript/releases/tag/v5.5.4): TypeScript 5.5.4 [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.5.3...v5.5.4) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/). For the complete list of fixed issues, check out the - [fixed issues query for TypeScript v5.5.4 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.4%22+is%3Aclosed+). - [fixed issues query for TypeScript v5.5.3 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.3%22+is%3Aclosed+). - [fixed issues query for TypeScript v5.5.2 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.2%22+is%3Aclosed+). - [fixed issues query for TypeScript v5.5.1 (RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.1%22+is%3Aclosed+). - [fixed issues query for TypeScript v5.5.0 (Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.0%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) (soon!)
eemeli/yaml (yaml) ### [`v2.5.0`](https://togithub.com/eemeli/yaml/releases/tag/v2.5.0) [Compare Source](https://togithub.com/eemeli/yaml/compare/v2.4.5...v2.5.0) - Add `--indent` option to CLI tool ([#​559](https://togithub.com/eemeli/yaml/issues/559), with thanks to [@​danielbayley](https://togithub.com/danielbayley)) - Require newline in all cases for props on block sequence ([#​557](https://togithub.com/eemeli/yaml/issues/557)) - Always reset indentation in lexer on `...` ([#​558](https://togithub.com/eemeli/yaml/issues/558)) - Ignore `minContentWidth` if greater than `lineWidth` ([#​562](https://togithub.com/eemeli/yaml/issues/562)) - Drop unused `Collection.maxFlowStringSingleLineLength` ([#​522](https://togithub.com/eemeli/yaml/issues/522), [#​421](https://togithub.com/eemeli/yaml/issues/421))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Renovate Bot.

angular-automatic-lock-bot[bot] commented 1 week ago

This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.