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 minor-and-patch-version-updates group with 3 updates #100

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the minor-and-patch-version-updates group with 3 updates: @seatsio/seatsio-types, @angular/cli and @angular/language-service.

Updates @seatsio/seatsio-types from 3.4.0 to 3.5.0

Commits

Updates @angular/cli from 18.1.0 to 18.1.3

Release notes

Sourced from @​angular/cli's releases.

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
Changelog

Sourced from @​angular/cli's changelog.

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
11a140bab fix serve HTML files directly

18.1.2 (2024-07-24)

@​angular/build

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

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

@​angular-devkit/build-angular

Commit Type Description

... (truncated)

Commits
  • bfdfce4 release: cut the v18.1.3 release
  • 747a144 fix(@​angular/build): prevent build failures with remote CSS imports when Tail...
  • a28615d fix(@​angular/build): add CSP nonce attribute to script tags when inline cri...
  • c0933f2 fix(@​angular/build): resolve error with extract-i18n builder for libraries
  • fa7eeb7 release: cut the v18.1.2 release
  • 3e4ea77 fix(@​angular/build): correctly detect comma in Sass URL lexer
  • 3573ac6 fix(@​angular/build): serve HTML files directly
  • 5b9378a fix(@​angular/build): account for HTML base HREF for dev-server externals
  • d868270 fix(@​angular/build): prevent redirection loop
  • 2601941 release: cut the v18.1.1 release
  • Additional commits viewable in compare view

Updates @angular/language-service from 18.0.5 to 18.1.3

Release notes

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

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)

v18.1.1

18.1.1 (2024-07-17)

common

Commit Description
fix - a1cb9dfc0d Don't run preconnect assertion on the server. (#56213)

compiler

Commit Description
fix - daf0317bdc JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002)
fix - d7dca6dbb6 use strict equality for 'code' comparison (#56944)

compiler-cli

Commit Description
fix - c94a897248 avoid emitting references to typecheck files in TS 5.4 (#56961)

... (truncated)

Changelog

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

18.1.3 (2024-07-31)

compiler

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

compiler-cli

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

core

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

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

compiler

Commit Type Description
08c5977bd5 fix limit the number of chained instructions (#57069)

compiler-cli

Commit Type Description
d4ff6bc0b2 fix add warning for unused let declarations (#57033)
6c2fbda694 fix extended diagnostic visitor not visiting template attributes (#57033)

core

Commit Type Description
fab673a1dd feat add ng generate schematic to convert to inject (#57056)
7d4b2d2413 fix afterNextRender hooks return that callback value. (#57031)
8718abce90 fix Deprecate ignoreChangesOutsideZone option (#57029)
fe41b11434 fix tree shake dev mode error message (#57035)

18.1.2 (2024-07-24)

compiler

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

compiler-cli

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

core

| Commit | Type | Description |

... (truncated)

Commits
  • 915b0e0 Revert "fix(compiler-cli): add warning for unused let declarations (#57033)" ...
  • e904f34 fix(compiler-cli): add warning for unused let declarations (#57033)
  • 0a48d58 feat(core): add support for let syntax (#56715)
  • 0bd55a6 refactor(docs-infra): complete removal of aio directory (#56496)
  • 67b2c33 fix(language-service): import the default exported component correctly (#56432)
  • c698668 docs: language-service - Fix quick info URLs (#56416)
  • b400e2e feat(language-service): autocompletion for the component not imported (#55595)
  • dd869e4 refactor(language-service): integrate let declarations (#56270)
  • 18ea741 refactor(compiler-cli): support resolving the symbol of let declaration (#56199)
  • 01172b8 build: update Node.js to match Angular CLI engines (#56187)
  • 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

Bumps the minor-and-patch-version-updates group with 3 updates: [@seatsio/seatsio-types](https://github.com/seatsio/seatsio-types), [@angular/cli](https://github.com/angular/angular-cli) and [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service).


Updates `@seatsio/seatsio-types` from 3.4.0 to 3.5.0
- [Commits](https://github.com/seatsio/seatsio-types/commits)

Updates `@angular/cli` from 18.1.0 to 18.1.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@18.1.0...18.1.3)

Updates `@angular/language-service` from 18.0.5 to 18.1.3
- [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.1.3/packages/language-service)

---
updated-dependencies:
- dependency-name: "@seatsio/seatsio-types"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-version-updates
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-version-updates
- dependency-name: "@angular/language-service"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-version-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 1, 2024
@schaloner schaloner merged commit c28661f into master Aug 6, 2024
1 check passed
@schaloner schaloner deleted the dependabot/npm_and_yarn/minor-and-patch-version-updates-37c11417d9 branch August 6, 2024 09:07
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
Development

Successfully merging this pull request may close these issues.

1 participant