taggit-tacc / taggit

2 stars 1 forks source link

Bump braces, @angular-devkit/build-angular and @angular/compiler-cli #132

Open dependabot[bot] opened 1 month ago

dependabot[bot] commented 1 month ago

Bumps braces to 3.0.3 and updates ancestor dependencies braces, @angular-devkit/build-angular and @angular/compiler-cli. These dependencies need to be updated together.

Updates braces from 3.0.2 to 3.0.3

Commits


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

Release notes

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

v18.1.4

18.1.4 (2024-08-07)

@​angular/build

Commit Description
fix - f8b092711 allow explicitly disabling TypeScript incremental mode
fix - f3a5970fc lazy load Node.js inspector for dev server

v18.1.3

18.1.3 (2024-07-31)

@​angular/build

Commit Description
fix - a28615d7d add CSP nonce attribute to script tags when inline critical CSS is disabled
fix - 747a1447c prevent build failures with remote CSS imports when Tailwind is configured
fix - c0933f2c0 resolve error with extract-i18n builder for libraries

v18.1.2

18.1.2 (2024-07-24)

@​angular/build

Commit Description
fix - 5b9378a3b account for HTML base HREF for dev-server externals
fix - 3e4ea77d7 correctly detect comma in Sass URL lexer
fix - d868270f1 prevent redirection loop
fix - 3573ac655 serve HTML files directly

v18.1.1

18.1.1 (2024-07-17)

@​angular-devkit/build-angular

Commit Description
fix - 4f6cee272 skip undefined files when generating budget stats

@​angular/build

Commit Description
fix - 96dc7e6ed remove Vite "/@id/" prefix for explicit external dependencies
fix - bdef39801 resolve only ".wasm" files

v18.1.0

18.1.0 (2024-07-10)

@​schematics/angular

Commit Description
fix - 22e05dcb4 generate new projects with ECMAScript standard class field behavior

... (truncated)

Changelog

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

18.1.4 (2024-08-07)

@​angular/build

Commit Type Description
f8b092711 fix allow explicitly disabling TypeScript incremental mode
f3a5970fc fix lazy load Node.js inspector for dev server

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

@​angular/build

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

18.1.3 (2024-07-31)

@​angular/build

Commit Type Description
a28615d7d fix add CSP nonce attribute to script tags when inline critical CSS is disabled
747a1447c fix prevent build failures with remote CSS imports when Tailwind is configured
c0933f2c0 fix resolve error with extract-i18n builder for libraries

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

@​angular/build

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

... (truncated)

Commits


Updates @angular/compiler-cli from 8.2.14 to 18.1.4

Release notes

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

v18.1.4

18.1.4 (2024-08-07)

compiler

Commit Description
fix - 6a99f83659 reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Description
fix - afb05ff1cb support JIT transforms before other transforms modifying classes (#57262)
perf - bae54a1621 improve performance of interpolatedSignalNotInvoked extended diagnostic (#57291)

language-service

Commit Description
fix - 6ac209c24f avoid generating TS suggestion diagnostics for templates (#56241)

v18.1.3

18.1.3 (2024-07-31)

compiler

Commit Description
fix - 31dea066d6 reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Description
fix - 1f9e090910 emitting references to ngtypecheck files (#57138) (#57202)

core

Commit Description
fix - f7ab04018e errors during ApplicationRef.tick should be rethrown for zoneless tests (#56993)
fix - eaa83f9d27 hydration error in some let declaration setups (#57173)

v18.1.2

18.1.2 (2024-07-24)

compiler

Commit Description
fix - 463945003d limit the number of chained instructions (#57069)

compiler-cli

Commit Description
fix - e904f34020 add warning for unused let declarations (#57033)

core

Commit Description
fix - 9e52c1c840 afterNextRender hooks return that callback value. (#57031)
fix - b9fb98c67c tree shake dev mode error message (#57035)

... (truncated)

Changelog

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

18.1.4 (2024-08-07)

compiler

Commit Type Description
6a99f83659 fix reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Type Description
afb05ff1cb fix support JIT transforms before other transforms modifying classes (#57262)
bae54a1621 perf improve performance of interpolatedSignalNotInvoked extended diagnostic (#57291)

language-service

Commit Type Description
6ac209c24f fix avoid generating TS suggestion diagnostics for templates (#56241)

18.2.0-next.4 (2024-08-05)

compiler-cli

Commit Type Description
e2259c7b09 fix support JIT transforms before other transforms modifying classes (#57262)

core

Commit Type Description
827070e331 fix Do not run image performance warning checks on server (#57234)

language-service

Commit Type Description
4bb9d0f923 fix avoid generating TS suggestion diagnostics for templates (#56241)

router

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

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

compiler

Commit Type Description
67e09404db fix reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Type Description
0f0a1f2836 fix emitting references to ngtypecheck files (#57138)
e11c0c42d2 fix run JIT transforms on @NgModule classes with jit: true (#57212)

core

... (truncated)

Commits
  • 6a99f83 fix(compiler): reduce chance of conflicts between generated factory and local...
  • bae54a1 perf(compiler-cli): improve performance of interpolatedSignalNotInvoked ext...
  • afb05ff fix(compiler-cli): support JIT transforms before other transforms modifying c...
  • ad29621 Revert "fix(compiler): reduce chance of conflicts between generated factory a...
  • 1f9e090 fix(compiler-cli): emitting references to ngtypecheck files (#57138) (#57202)
  • 31dea06 fix(compiler): reduce chance of conflicts between generated factory and local...
  • 915b0e0 Revert "fix(compiler-cli): add warning for unused let declarations (#57033)" ...
  • 4639450 fix(compiler): limit the number of chained instructions (#57069)
  • 7792aad build: update babel dependencies (#57045)
  • e904f34 fix(compiler-cli): add warning for unused let declarations (#57033)
  • 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/taggit-tacc/taggit/network/alerts).