Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 3, 2022

Bumps @angular/language-service from 10.1.1 to 14.1.1.

Release notes

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

v14.1.1

14.1.1 (2022-08-03)

core

Commit Description
fix - 3606917732 improve the missing control flow directive message (#46903)

router

Commit Description
fix - 79825d3f10 Do not call preload method when not necessary (#47007)
fix - 05f3f7445a Use correct return type for provideRoutes function (#46941)

Special Thanks

Alan Agius, Andrew Kushnir, Andrew Quinn, Andrew Scott, Aristeidis Bampakos, Asaf M, Bob Watson, Cédric Exbrayat, Durairaj Subramaniam, George Kalpakas, Ivaylo Kirov, J Rob Gant, Kristiyan Kostadinov, Marek Hám, Paul Gschwendtner, Roman Matusevich and Simona Cotin

v14.1.0

14.1.0 (2022-07-20)

Deprecations

core

  • The createNgModuleRef is deprecated in favor of newly added createNgModule one.
  • The bit field signature of inject() has been deprecated, in favor of the new options object. Correspondingly, InjectFlags is deprecated as well.

animations

Commit Description
feat - 55308f2df5 add provideAnimations() and provideNoopAnimations() functions (#46793)

common

Commit Description
feat - 4a2e7335b1 make the CommonModule pipes standalone (#46401)
feat - a7597dd080 make the CommonModule directives standalone (#46469)

compiler

Commit Description
feat - 33ce3883a5 Add extended diagnostic to warn when missing let on ngForOf (#46683)
feat - 6f11a58040 Add extended diagnostic to warn when text attributes are intended to be bindings (#46161)
feat - 9e836c232f warn when style suffixes are used with attribute bindings (#46651)

compiler-cli

Commit Description
feat - 93c65e7b14 add extended diagnostic for non-nullable optional chains (#46686)
feat - 131d029da1 detect missing control flow directive imports in standalone components (#46146)
fix - 6b8e60c06a improve the missingControlFlowDirective message (#46846)

core

Commit Description
feat - e8e8e5f171 add createComponent function
feat - b5153814af add reflectComponentType function
feat - 96c6139c9a add ability to set inputs on ComponentRef (#46641)

... (truncated)

Changelog

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

14.1.1 (2022-08-03)

core

Commit Type Description
3606917732 fix improve the missing control flow directive message (#46903)

router

Commit Type Description
79825d3f10 fix Do not call preload method when not necessary (#47007)
05f3f7445a fix Use correct return type for provideRoutes function (#46941)

Special Thanks

Alan Agius, Andrew Kushnir, Andrew Quinn, Andrew Scott, Aristeidis Bampakos, Asaf M, Bob Watson, Cédric Exbrayat, Durairaj Subramaniam, George Kalpakas, Ivaylo Kirov, J Rob Gant, Kristiyan Kostadinov, Marek Hám, Paul Gschwendtner, Roman Matusevich and Simona Cotin

14.1.0 (2022-07-20)

Deprecations

core

  • The createNgModuleRef is deprecated in favor of newly added createNgModule one.
  • The bit field signature of inject() has been deprecated, in favor of the new options object. Correspondingly, InjectFlags is deprecated as well.

animations

Commit Type Description
55308f2df5 feat add provideAnimations() and provideNoopAnimations() functions (#46793)

common

Commit Type Description
4a2e7335b1 feat make the CommonModule pipes standalone (#46401)
a7597dd080 feat make the CommonModule directives standalone (#46469)

compiler

Commit Type Description
33ce3883a5 feat Add extended diagnostic to warn when missing let on ngForOf (#46683)
6f11a58040 feat Add extended diagnostic to warn when text attributes are intended to be bindings (#46161)
9e836c232f feat warn when style suffixes are used with attribute bindings (#46651)

compiler-cli

Commit Type Description
93c65e7b14 feat add extended diagnostic for non-nullable optional chains (#46686)
131d029da1 feat detect missing control flow directive imports in standalone components (#46146)
6b8e60c06a fix improve the missingControlFlowDirective message (#46846)

core

Commit Type Description
e8e8e5f171 feat add createComponent function
b5153814af feat add reflectComponentType function
96c6139c9a feat add ability to set inputs on ComponentRef (#46641)
a6d5fe202c feat alias createNgModuleRef as createNgModule (#46789)

... (truncated)

Commits
  • 93d17ee fix(compiler-cli): only consider used pipes for inline type-check requirement...
  • 93c65e7 feat(compiler-cli): add extended diagnostic for non-nullable optional chains ...
  • c14c701 docs: fix spelling (#46713)
  • db1b6fe fix(language-service): Fix detection of Angular for v14+ projects (#45998)
  • fa754cd fix(language-service): Prevent TSServer from removing templates from project ...
  • d48cfbc fix(language-service): Add resource files as roots to their associated projec...
  • 29039fc feat(core): support TypeScript 4.7 (#45749)
  • 9b35787 refactor(compiler-cli): unify tracked template scope dependencies (#45672)
  • f57e46c fix(language-service): two-way binding completion should not remove the trail...
  • ff32301 refactor(compiler-cli): track whether a TcbPosition corresponds with a shim...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) from 10.1.1 to 14.1.1.
- [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/14.1.1/packages/language-service)

---
updated-dependencies:
- dependency-name: "@angular/language-service"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 3, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 10, 2022

Superseded by #465.

@dependabot dependabot bot closed this Aug 10, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/angular/language-service-14.1.1 branch August 10, 2022 23:13
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant