audio-tag-analyzer
audio-tag-analyzer copied to clipboard
Bump the typescript-eslint group with 3 updates
Bumps the typescript-eslint group with 3 updates: @angular/cli, @angular/compiler-cli and @angular/language-service.
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 use isolatedModules in generated project
@angular/build
Commit Description support import attribute based loader configuration v18.2.0-rc.0
18.2.0-rc.0 (2024-08-07)
@angular/build
Commit Description allow explicitly disabling TypeScript incremental mode lazy load Node.js inspector for dev server v18.2.0-next.3
18.2.0-next.3 (2024-07-31)
@angular/buildv18.2.0-next.2
18.2.0-next.2 (2024-07-24)
@angular/build
Commit Description account for HTML base HREF for dev-server externals correctly detect comma in Sass URL lexer prevent redirection loop serve HTML files directly v18.2.0-next.1
18.2.0-next.1 (2024-07-17)
@angular-devkit/build-angular
Commit Description 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
ff5a0ferelease: cut the v18.2.0 release1a876a3build: update Angular versions to 18.2 stableeb9c7febuild: remove unnecessary excludes from tsconfig.json0c2ca9abuild: remove Bazel typings workaround4528be1build: add missingpkg_depsfor@angular/created14c9abrefactor(@angular-devkit/build-angular): reduce custom code in browser-esbuil...5eef87cbuild: update all non-major dependencies62c040abuild: update all non-major dependencies6351c44release: cut the v18.2.0-rc.0 release6419c2abuild: update angular- Additional commits viewable in compare view
Updates @angular/compiler-cli from 18.1.4 to 18.2.0
Release notes
Sourced from @angular/compiler-cli's releases.
v18.2.0
18.2.0 (2024-08-14)
compiler
Commit Description Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295) (#56295) compiler-cli
Commit Description run JIT transform on classes with jit: trueopt-out (#56892)add warning for unused let declarations (#57033) emitting references to ngtypecheck files (#57138) extended diagnostic visitor not visiting template attributes (#57033) run JIT transforms on @NgModuleclasses withjit: true(#57212)core
Commit Description Add 'flush' parameter option to fakeAsync to flush after the test (#57239) add ng generate schematic to convert to inject (#57056) Add whenStable helper on ApplicationRef (#57190) bootstrapModule can configure NgZone in providers (#57060) Allow hybrid CD scheduling to support multiple "Angular zones" (#57267) Deprecate ignoreChangesOutsideZone option (#57029) Do not run image performance warning checks on server (#57234) handle shorthand assignment in the inject migration (#57134) rename the equality function option in toSignal (#56769) warnings for oversized images and lazy-lcp present with bootstrapModule (#57060) language-service
Commit Description support writing code refactorings (#56895) quick exit if no code fixes can exist (#57000) migrations
Commit Description add migration to convert standalone component routes to be lazy loaded (#56428) account for parameters with union types (#57127) add alias to inject migration (#57127) avoid duplicating comments when generating properties (#57367) preserve optional parameters (#57367) remove generic arguments from the injected type reference (#57127) remove unused imports in inject migration (#57179) unwrap injected forwardRef (#57127) speed up signal input migration by combining two analyze phases (#57318) router
Commit Description Add defaultQueryParamsHandling to router configuration (#57198)
... (truncated)
Changelog
Sourced from @angular/compiler-cli's changelog.
18.2.0 (2024-08-14)
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: trueopt-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 @NgModuleclasses withjit: 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 6c76c91e15 feat Add defaultQueryParamsHandling to router configuration (#57198)
... (truncated)
Commits
1828d11build: update dependency@babel/coreto v7.25.2 (#57191)b16dd6dfix(compiler-cli): generate valid TS 5.6 type checking code (#57303)d9d68e7fix(compiler): reduce chance of conflicts between generated factory and local...0b1dd39perf(compiler-cli): improve performance ofinterpolatedSignalNotInvokedext...e2259c7fix(compiler-cli): support JIT transforms before other transforms modifying c...d73a374Revert "fix(compiler): reduce chance of conflicts between generated factory a...e11c0c4fix(compiler-cli): run JIT transforms on@NgModuleclasses withjit: true...67e0940fix(compiler): reduce chance of conflicts between generated factory and local...56816bbrefactor(compiler-cli): typo in compilePoisonedComponents option name (#57126)2158b8drefactor(compiler-cli): add the ability to remove imports from the import man...- Additional commits viewable in compare view
Updates @angular/language-service from 18.1.4 to 18.2.0
Release notes
Sourced from @angular/language-service's releases.
v18.2.0
18.2.0 (2024-08-14)
compiler
Commit Description Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295) (#56295) compiler-cli
Commit Description run JIT transform on classes with jit: trueopt-out (#56892)add warning for unused let declarations (#57033) emitting references to ngtypecheck files (#57138) extended diagnostic visitor not visiting template attributes (#57033) run JIT transforms on @NgModuleclasses withjit: true(#57212)core
Commit Description Add 'flush' parameter option to fakeAsync to flush after the test (#57239) add ng generate schematic to convert to inject (#57056) Add whenStable helper on ApplicationRef (#57190) bootstrapModule can configure NgZone in providers (#57060) Allow hybrid CD scheduling to support multiple "Angular zones" (#57267) Deprecate ignoreChangesOutsideZone option (#57029) Do not run image performance warning checks on server (#57234) handle shorthand assignment in the inject migration (#57134) rename the equality function option in toSignal (#56769) warnings for oversized images and lazy-lcp present with bootstrapModule (#57060) language-service
Commit Description support writing code refactorings (#56895) quick exit if no code fixes can exist (#57000) migrations
Commit Description add migration to convert standalone component routes to be lazy loaded (#56428) account for parameters with union types (#57127) add alias to inject migration (#57127) avoid duplicating comments when generating properties (#57367) preserve optional parameters (#57367) remove generic arguments from the injected type reference (#57127) remove unused imports in inject migration (#57179) unwrap injected forwardRef (#57127) speed up signal input migration by combining two analyze phases (#57318) router
Commit Description Add defaultQueryParamsHandling to router configuration (#57198)
... (truncated)
Changelog
Sourced from @angular/language-service's changelog.
18.2.0 (2024-08-14)
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: trueopt-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 @NgModuleclasses withjit: 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 6c76c91e15 feat Add defaultQueryParamsHandling to router configuration (#57198)
... (truncated)
Commits
4bb9d0ffix(language-service): avoid generating TS suggestion diagnostics for templat...d4ff6bcfix(compiler-cli): add warning for unused let declarations (#57033)4ac39aeRevert "fix(compiler-cli): add warning for unused let declarations (#57033)" ...c76b440fix(compiler-cli): add warning for unused let declarations (#57033)7663debperf(language-service): quick exit if no code fixes can exist (#57000)4bb558afeat(language-service): support writing code refactorings (#56895)- See full diff 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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