Socket
Socket
Sign inDemoInstall

@angular/language-service

Package Overview
Dependencies
Maintainers
2
Versions
812
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular/language-service - npm Package Versions

23
82

19.0.0-next.10

Diff

google-wombot
published 19.0.0-next.9 •

Changelog

Source

19.0.0-next.9 (2024-10-10)

Breaking Changes

compiler

  • this.foo property reads no longer refer to template context variables. If you intended to read the template variable, do not use this..

core

  • The deprecated factories property in KeyValueDiffers has been removed.

localize

  • The name option in the ng add @localize schematic has been removed in favor of the project option.

platform-browser

  • The deprecated BrowserModule.withServerTransition method has been removed. Please use the APP_ID DI token to set the application id instead.

compiler

| Commit | Type | Description | | -- | -- | -- | | 09f589f000 | fix | this.a should always refer to class property a (#55183) | | e8d1944999 | fix | add multiple :host and nested selectors support (#57796) | | 82144b6d63 | fix | allow combinators inside pseudo selectors (#57796) | | 292ea4714f | fix | fix comment typo (#57796) | | 69529d8873 | fix | fix parsing of the :host-context with pseudo selectors (#57796) | | 2374b87b64 | fix | preserve attributes attached to :host selector (#57796) | | 46a6324c82 | fix | scope :host-context inside pseudo selectors, do not decrease specificity (#57796) | | bc5f1175e9 | fix | transform pseudo selectors correctly for the encapsulated view (#57796) |

compiler-cli

| Commit | Type | Description | | -- | -- | -- | | 8d8c03abc4 | fix | defer symbols only used in types (#58104) |

core

| Commit | Type | Description | | -- | -- | -- | | ee426c62f0 | fix | allow signal write error (#57973) | | 67db4305c2 | fix | clean up afterRender after it is executed (#58119) | | 656b5d3e78 | fix | Re-assign error codes to be within core bounds (<1000) (#53455) | | 97fb86d331 | perf | set encapsulation to None for empty component styles (#57130) | | c15ec36bd1 | refactor | remove deprecated factories Property in KeyValueDiffers (#58064) |

language-service

| Commit | Type | Description | | -- | -- | -- | | bc83fc1e2e | feat | support converting to signal queries in VSCode extension (#58106) |

localize

| Commit | Type | Description | | -- | -- | -- | | 9c3bd1b5d1 | refactor | remove deprecated name option. (#58063) |

migrations

| Commit | Type | Description | | -- | -- | -- | | c1aa411cf1 | fix | properly resolve tsconfig paths on windows (#58137) |

platform-browser

| Commit | Type | Description | | -- | -- | -- | | 5c61f46409 | refactor | remove deprecated BrowserModule.withServerTransition method (#58062) |

platform-server

| Commit | Type | Description | | -- | -- | -- | | 9e82559de4 | fix | destroy PlatformRef when error happens during the bootstrap() phase (#58112) |

service-worker

| Commit | Type | Description | | -- | -- | -- | | 1479af978c | feat | finish implementation of refreshAhead feature (#53356) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="18.2.8"></a>

google-wombot
published 18.2.8 •

Changelog

Source

18.2.8 (2024-10-10)

compiler

| Commit | Type | Description | | -- | -- | -- | | 11692c8dab | fix | add multiple :host and nested selectors support (#57796) | | 66dcc691f5 | fix | allow combinators inside pseudo selectors (#57796) | | 48a1437e77 | fix | fix comment typo (#57796) | | d325f9b55f | fix | fix parsing of the :host-context with pseudo selectors (#57796) | | aea747ab3b | fix | preserve attributes attached to :host selector (#57796) | | 21be258be6 | fix | scope :host-context inside pseudo selectors, do not decrease specificity (#57796) | | 7a6fd427d5 | fix | transform pseudo selectors correctly for the encapsulated view (#57796) |

compiler-cli

| Commit | Type | Description | | -- | -- | -- | | f187c3abf8 | fix | defer symbols only used in types (#58104) |

core

| Commit | Type | Description | | -- | -- | -- | | 46bafb0b0a | fix | clean up afterRender after it is executed (#58119) |

platform-server

| Commit | Type | Description | | -- | -- | -- | | b40875a2cc | fix | destroy PlatformRef when error happens during the bootstrap() phase (#58112) (#58135) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="19.0.0-next.8"></a>

google-wombot
published 19.0.0-next.8 •

Changelog

Source

19.0.0-next.8 (2024-10-02)

common

| Commit | Type | Description | | -- | -- | -- | | c3115b882e | fix | execute checks and remove placeholder when image is already loaded (#55444) | | b7bd429951 | fix | prevent warning about oversize image twice (#58021) | | e8b2d5fad8 | fix | skip checking whether SVGs are oversized (#57966) |

compiler-cli

| Commit | Type | Description | | -- | -- | -- | | d9687f43dd | feat | 'strictStandalone' flag enforces standalone (#57935) | | 39ccaf4cc4 | fix | correctly get the type of nested function call expressions (#57010) | | 33fe252c58 | fix | do not report unused declarations coming from an imported array (#57940) |

core

| Commit | Type | Description | | -- | -- | -- | | 3240598158 | fix | provide flag to opt into manual cleanup for after render hooks (#57917) |

http

| Commit | Type | Description | | -- | -- | -- | | 22dafa658b | fix | cleanup JSONP script listeners once loading completed (#57877) | | 057cf7fb6b | fix | preserve all headers from Headers object (#57802) |

language-service

| Commit | Type | Description | | -- | -- | -- | | 5c4305f024 | feat | support migrating full classes to signal inputs in VSCode (#57975) |

migrations

| Commit | Type | Description | | -- | -- | -- | | b6bc93803c | feat | add schematic to migrate to signal queries (#58032) | | ef577b2d2b | fix | delete constructor if it only has super call (#58013) |

upgrade

| Commit | Type | Description | | -- | -- | -- | | 5f56a65837 | fix | support input signal bindings (#57020) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="18.2.7"></a>

google-wombot
published 18.2.7 •

Changelog

Source

18.2.7 (2024-10-02)

common

| Commit | Type | Description | | -- | -- | -- | | 249d0260f9 | fix | execute checks and remove placeholder when image is already loaded (#55444) | | 46a2ad39f5 | fix | prevent warning about oversize image twice (#58021) | | 8f2b0ede59 | fix | skip checking whether SVGs are oversized (#57966) |

compiler-cli

| Commit | Type | Description | | -- | -- | -- | | 901c1e1a7f | fix | correctly get the type of nested function call expressions (#57010) |

core

| Commit | Type | Description | | -- | -- | -- | | 2f347ef8fc | fix | provide flag to opt into manual cleanup for after render hooks (#57917) |

http

| Commit | Type | Description | | -- | -- | -- | | ca637fe6a9 | fix | cleanup JSONP script listeners once loading completed (#57877) |

migrations

| Commit | Type | Description | | -- | -- | -- | | b9d846dad7 | fix | delete constructor if it only has super call (#58013) |

upgrade

| Commit | Type | Description | | -- | -- | -- | | e40a4fa3c7 | fix | support input signal bindings (#57020) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="19.0.0-next.7"></a>

google-wombot
published 19.0.0-next.7 •

Changelog

Source

19.0.0-next.7 (2024-09-25)

Breaking Changes

core

  • Changes to effect timing which generally has two implications:

    • effects which are triggered outside of change detection run as part of the change detection process instead of as a microtask. Depending on the specifics of application/test setup, this can result in them executing earlier or later (or requiring additional test steps to trigger; see below examples).

    • effects which are triggered during change detection (e.g. by input signals) run earlier, before the component's template.

    We've seen a few common failure cases:

    • Tests which used to rely on the Promise timing of effects now need to await whenStable() or call .detectChanges() in order for effects to run.

    • Tests which use faked clocks may need to fast-forward/flush the clock to cause effects to run.

    • effect()s triggered during CD could rely on the application being fully rendered (for example, they could easily read computed styles, etc). With the change, they run before the component's updates and can get incorrect answers. The recent afterRenderEffect() API is a natural replacement for this style of effect.

    • effect()s which synchronize with the forms system are particularly timing-sensitive and might need to adjust their initialization timing.

  • ExperimentalPendingTasks has been renamed to PendingTasks.

core

| Commit | Type | Description | | -- | -- | -- | | fc59e2a7b7 | feat | change effect() execution timing & no-op allowSignalWrites (#57874) | | a7eff3ffaa | feat | mark signal-based query APIs as stable (#57921) | | a1f229850a | feat | migrate ExperimentalPendingTasks to PendingTasks (#57533) | | 950a5540f1 | fix | Ensure the ViewContext is retained after closure minification (#57903) |

language-service

| Commit | Type | Description | | -- | -- | -- | | 7ecfd89592 | fix | The suppress diagnostics option should work for external templates (#57873) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="18.2.6"></a>

google-wombot
published 18.2.6 •

Changelog

Source

18.2.6 (2024-09-25)

<!-- CHANGELOG SPLIT MARKER -->

<a name="19.0.0-next.6"></a>

google-wombot
published 19.0.0-next.6 •

Changelog

Source

19.0.0-next.6 (2024-09-18)

compiler-cli

| Commit | Type | Description | | -- | -- | -- | | f611faadfe | fix | extended diagnostics not validating ICUs (#57845) |

core

| Commit | Type | Description | | -- | -- | -- | | 3ebe6b4ad4 | feat | Add async run method on ExperimentalPendingTasks (#56546) | | 1b1519224d | feat | mark input, output and model APIs as stable (#57804) | | e5adf92965 | feat | stabilize @let syntax (#57813) | | 4231e8f28f | fix | Handle @let declaration with array when preparingForHydration (#57816) |

migrations

| Commit | Type | Description | | -- | -- | -- | | 59fe9bc772 | feat | introduce signal input migration as ng generate schematic (#57805) | | 6144612940 | fix | account for explicit standalone: false in migration (#57803) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="18.2.5"></a>

google-wombot
published 18.2.5 •

Changelog

Source

18.2.5 (2024-09-18)

compiler-cli

| Commit | Type | Description | | -- | -- | -- | | e685ed883a | fix | extended diagnostics not validating ICUs (#57845) |

core

| Commit | Type | Description | | -- | -- | -- | | 76709d5d6e | fix | Handle @let declaration with array when preparingForHydration (#57816) |

migrations

| Commit | Type | Description | | -- | -- | -- | | 5c866942a1 | fix | account for explicit standalone: false in migration (#57803) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="19.0.0-next.5"></a>

google-wombot
published 19.0.0-next.5 •

Changelog

Source

19.0.0-next.5 (2024-09-11)

core

| Commit | Type | Description | | -- | -- | -- | | c93b510f9b | feat | allow passing undefined without needing to include it in the type argument of input (#57621) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="18.2.4"></a>

23
82
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc