Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 26, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps @angular/language-server from 21.0.0 to 21.0.1.

Release notes

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

21.0.1

compiler-cli

Commit Description
fix - 39c577bc36 do not type check native controls with ControlValueAccessor
fix - 8d3a89a477 escape angular control flow in jsdoc
fix - bc34083d34 ignore non-existent files

core

Commit Description
fix - 0ea1e07174 apply bootstrap-options migration to platformBrowserDynamic
fix - 70507b8c1c debug data causing memory leak for root effects
fix - a55482fca3 notify profiler events in case of errors
fix - 49ad7c6508 use injected DOCUMENT for CSP_NONCE
perf - cc1ec09931 avoid repeat searches for field directive

forms

Commit Description
feat - 7d5c7cf99a add DI option for classes on Field directive
fix - 8acf5d2756 allow dynamic type bindings on signal form controls
fix - de5fca94c5 run reset as untracked

http

Commit Description
fix - 3240d856d9 prevent XSRF token leakage to protocol-relative URLs

migrations

Commit Description
fix - f394215b14 detect structural ngTemplateOutlet and ngComponentOutlet
Changelog

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

21.0.1 (2025-11-25)

compiler-cli

Commit Type Description
39c577bc36 fix do not type check native controls with ControlValueAccessor
8d3a89a477 fix escape angular control flow in jsdoc
bc34083d34 fix ignore non-existent files

core

Commit Type Description
0ea1e07174 fix apply bootstrap-options migration to platformBrowserDynamic
70507b8c1c fix debug data causing memory leak for root effects
a55482fca3 fix notify profiler events in case of errors
49ad7c6508 fix use injected DOCUMENT for CSP_NONCE
cc1ec09931 perf avoid repeat searches for field directive

forms

Commit Type Description
7d5c7cf99a feat add DI option for classes on Field directive
8acf5d2756 fix allow dynamic type bindings on signal form controls
de5fca94c5 fix run reset as untracked

http

Commit Type Description
3240d856d9 fix prevent XSRF token leakage to protocol-relative URLs

migrations

Commit Type Description
f394215b14 fix detect structural ngTemplateOutlet and ngComponentOutlet

Commits

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 show <dependency name> 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 26, 2025
@sebthom
Copy link
Member

sebthom commented Nov 28, 2025

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/org.eclipse.wildwebdeveloper/angular/language-server-21.0.1 branch 2 times, most recently from 5b310ab to fecb5da Compare November 28, 2025 11:57
@sebthom
Copy link
Member

sebthom commented Nov 28, 2025

/request-license-review

@github-actions
Copy link

/request-license-review

✔️ All licenses already successfully vetted.

Workflow run (with attached summary files):
https://github.com/eclipse-wildwebdeveloper/wildwebdeveloper/actions/runs/19763149897

@sebthom
Copy link
Member

sebthom commented Nov 28, 2025

@akurtakov any idea why license review is successful but license check job fails?

@sebthom
Copy link
Member

sebthom commented Nov 28, 2025

/request-license-review

@akurtakov
Copy link
Contributor

The npm side of the check (

- name: NPM Deps License check
) doesn't report proper and one has to look at the actual log to see what fails https://github.com/eclipse-wildwebdeveloper/wildwebdeveloper/actions/runs/19763145122/job/56629818380?pr=1982

@github-actions
Copy link

/request-license-review

✔️ All licenses already successfully vetted.

Workflow run (with attached summary files):
https://github.com/eclipse-wildwebdeveloper/wildwebdeveloper/actions/runs/19763258754

@akurtakov
Copy link
Contributor

https://github.com/eclipse-wildwebdeveloper/wildwebdeveloper/actions/runs/19763258754/job/56629949966 opened the request:

 [main] INFO License information could not be automatically verified for the following content:
[main] INFO 
[main] INFO npm/npmjs/-/prettier/3.7.1
[main] INFO 
[main] INFO This content is either not correctly mapped by the system, or requires review.
[main] INFO A review is required for npm/npmjs/-/prettier/3.7.1.
[main] INFO A review request already exists https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/25054 .

@sebthom
Copy link
Member

sebthom commented Nov 28, 2025

@akurtakov Can we fix that somehow on our side? I find it very odd that we have PRs where everything is green including the license check and then you merge it and it fails

E.g. #1977 all green and when merged 1368639 it is red

@akurtakov
Copy link
Contributor

Probably yes, @vrubezhny and mine GHA-fu was not good enough to do it though

@akurtakov
Copy link
Contributor

@akurtakov Can we fix that somehow on our side? I find it very odd that we have PRs where everything is green including the license check and then you merge it and it fails

E.g. #1977 all green and when merged 1368639 it is red

I believe this is a case of new npm module published after the licensecheck has run due to range dependencies.

@sebthom
Copy link
Member

sebthom commented Nov 28, 2025

@akurtakov Can we fix that somehow on our side? I find it very odd that we have PRs where everything is green including the license check and then you merge it and it fails
E.g. #1977 all green and when merged 1368639 it is red

I believe this is a case of new npm module published after the licensecheck has run due to range dependencies.

ah because we don't have lock files :-)

@sebthom
Copy link
Member

sebthom commented Nov 28, 2025

@dependabot recreate

Bumps [@angular/language-server](https://github.com/angular/angular/tree/HEAD/vscode-ng-language-service/server) from 21.0.0 to 21.0.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/21.0.1/vscode-ng-language-service/server)

---
updated-dependencies:
- dependency-name: "@angular/language-server"
  dependency-version: 21.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/org.eclipse.wildwebdeveloper/angular/language-server-21.0.1 branch from fecb5da to 794bdf4 Compare November 28, 2025 18:15
@sebthom sebthom merged commit 4ea70e3 into master Nov 28, 2025
10 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/org.eclipse.wildwebdeveloper/angular/language-server-21.0.1 branch November 28, 2025 18:15
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants