ude-soco / CourseMapper-webserver

A collaborative course annotation and analytics platform
https://coursemapper.de
MIT License
1 stars 0 forks source link

Bump the angular group across 1 directory with 16 updates #1255

Closed dependabot[bot] closed 6 days ago

dependabot[bot] commented 1 week ago

Bumps the angular group with 16 updates in the /webapp directory:

Package From To
@angular/animations 15.2.10 18.2.12
@angular/common 15.2.10 18.2.12
@angular/compiler 15.2.10 18.2.12
@angular/core 15.2.10 18.2.12
@angular/forms 15.2.10 18.2.12
@angular/platform-browser 15.2.10 18.2.12
@angular/platform-browser-dynamic 15.2.10 18.2.12
@angular/router 15.2.10 18.2.12
@angular/youtube-player 15.2.9 18.2.13
@ngrx/effects 15.4.0 18.1.1
@ngrx/store 15.4.0 18.1.1
@ngrx/store-devtools 15.4.0 18.1.1
primeng 15.4.1 17.18.12
@angular-devkit/build-angular 15.2.10 18.2.12
@angular/cli 16.2.5 18.2.12
@angular/compiler-cli 15.2.10 18.2.12

Updates @angular/animations from 15.2.10 to 18.2.12

Release notes

Sourced from @​angular/animations's releases.

v18.2.12

18.2.12 (2024-11-14)

compiler-cli

Commit Description
fix - 4c38160853 correct extraction of generics from type aliases (#58548)

v18.2.11

18.2.11 (2024-11-06)

core

Commit Description
fix - 5f2d98a1b1 avoid slow stringification when checking for duplicates in dev mode (#58521)
fix - 3aa45a2fa1 resolve forward-referenced host directives during directive matching (#58492) (#58500)

v18.2.10

18.2.10 (2024-10-30)

compiler

Commit Description
fix - 69dce38e778 transform pseudo selectors correctly for the encapsulated view. (#58417)

localize

Commit Description
fix - 3b989ac5bd9 Adding arb format to the list of valid formats in the localization extractor cli (#58287)

v18.2.9

18.2.9 (2024-10-23)

compiler-cli

Commit Description
fix - b0ab653965 report when NgModule imports or exports itself (#58231)

v18.2.8

18.2.8 (2024-10-10)

compiler

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

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

18.2.12 (2024-11-14)

compiler-cli

Commit Type Description
4c38160853 fix correct extraction of generics from type aliases (#58548)

19.0.0-rc.1 (2024-11-06)

compiler

Commit Type Description
b25121ee4a fix avoid having to duplicate core environment (#58444)

compiler-cli

Commit Type Description
d4d76ead80 fix do not fail fatal when references to non-existent module are discovered (#58515)
22cd6869ef fix make the unused imports diagnostic easier to read (#58468)

core

Commit Type Description
8ae84be3df fix avoid slow stringification when checking for duplicates in dev mode (#58521)
6e0af6dbbb fix resolve forward-referenced host directives during directive matching (#58492)

migrations

Commit Type Description
c5e676bb87 fix flip the default standalone flag in route-lazy-loading migration (#58474)
e85ac5c7cb fix properly bundle shared compiler code into migrations (#58515)

platform-browser

Commit Type Description
c36a1c023b fix correctly add external stylesheets to ShadowDOM components (#58482)

18.2.11 (2024-11-06)

core

Commit Type Description
5f2d98a1b1 fix avoid slow stringification when checking for duplicates in dev mode (#58521)
3aa45a2fa1 fix resolve forward-referenced host directives during directive matching (#58492) (#58500)

19.0.0-rc.0 (2024-10-30)

compiler

| Commit | Type | Description |

... (truncated)

Commits
  • 03ac3c2 refactor: update license text to point to angular.dev (#57902)
  • 513a4fe refactor(core): replace usages of removeChild (#57203)
  • a7b973e docs(docs-infra): Use shiki for code highlighting (#57059)
  • 176b26f docs: remove private symbol from docs (#56851)
  • 0bd55a6 refactor(docs-infra): complete removal of aio directory (#56496)
  • 01172b8 build: update Node.js to match Angular CLI engines (#56187)
  • fb35130 build: update to latest dev infra code (#56128)
  • 024e9bf refactor(core): Ensure animations are flushed before running render hooks (#5...
  • bf8814c refactor(core): Omit listeners from out-of-zone scheduling when using ZoneJS ...
  • e3d5607 Revert "refactor(core): Ensure DOM removal happens when no app views need ref...
  • Additional commits viewable in compare view


Updates @angular/common from 15.2.10 to 18.2.12

Release notes

Sourced from @​angular/common's releases.

v18.2.12

18.2.12 (2024-11-14)

compiler-cli

Commit Description
fix - 4c38160853 correct extraction of generics from type aliases (#58548)

v18.2.11

18.2.11 (2024-11-06)

core

Commit Description
fix - 5f2d98a1b1 avoid slow stringification when checking for duplicates in dev mode (#58521)
fix - 3aa45a2fa1 resolve forward-referenced host directives during directive matching (#58492) (#58500)

v18.2.10

18.2.10 (2024-10-30)

compiler

Commit Description
fix - 69dce38e778 transform pseudo selectors correctly for the encapsulated view. (#58417)

localize

Commit Description
fix - 3b989ac5bd9 Adding arb format to the list of valid formats in the localization extractor cli (#58287)

v18.2.9

18.2.9 (2024-10-23)

compiler-cli

Commit Description
fix - b0ab653965 report when NgModule imports or exports itself (#58231)

v18.2.8

18.2.8 (2024-10-10)

compiler

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

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

18.2.12 (2024-11-14)

compiler-cli

Commit Type Description
4c38160853 fix correct extraction of generics from type aliases (#58548)

19.0.0-rc.1 (2024-11-06)

compiler

Commit Type Description
b25121ee4a fix avoid having to duplicate core environment (#58444)

compiler-cli

Commit Type Description
d4d76ead80 fix do not fail fatal when references to non-existent module are discovered (#58515)
22cd6869ef fix make the unused imports diagnostic easier to read (#58468)

core

Commit Type Description
8ae84be3df fix avoid slow stringification when checking for duplicates in dev mode (#58521)
6e0af6dbbb fix resolve forward-referenced host directives during directive matching (#58492)

migrations

Commit Type Description
c5e676bb87 fix flip the default standalone flag in route-lazy-loading migration (#58474)
e85ac5c7cb fix properly bundle shared compiler code into migrations (#58515)

platform-browser

Commit Type Description
c36a1c023b fix correctly add external stylesheets to ShadowDOM components (#58482)

18.2.11 (2024-11-06)

core

Commit Type Description
5f2d98a1b1 fix avoid slow stringification when checking for duplicates in dev mode (#58521)
3aa45a2fa1 fix resolve forward-referenced host directives during directive matching (#58492) (#58500)

19.0.0-rc.0 (2024-10-30)

compiler

| Commit | Type | Description |

... (truncated)

Commits
  • 4746794 docs: move JSDoc below constructor (#57187)
  • 10081a9 docs: move JSDoc before functions (#58087)
  • ccf2c7f docs(common): Minor typo in code example (#58085)
  • 42eb096 docs: update comments to use consistent code formatting for boolean values (#...
  • ca637fe fix(http): cleanup JSONP script listeners once loading completed (#57877)
  • 9d5b1ec docs: correct HashLocationStrategy example url (#57908)
  • 249d026 fix(common): execute checks and remove placeholder when image is already load...
  • 03ac3c2 refactor: update license text to point to angular.dev (#57902)
  • af4e39a docs: update template in-depth guide (#57676)
  • de68e04 fix(http): Dynamicaly call the global fetch implementation (#57531)
  • Additional commits viewable in compare view


Updates @angular/compiler from 15.2.10 to 18.2.12

Release notes

Sourced from @​angular/compiler's releases.

v18.2.12

18.2.12 (2024-11-14)

compiler-cli

Commit Description
fix - 4c38160853 correct extraction of generics from type aliases (#58548)

v18.2.11

18.2.11 (2024-11-06)

core

Commit Description
fix - 5f2d98a1b1 avoid slow stringification when checking for duplicates in dev mode (#58521)
fix - 3aa45a2fa1 resolve forward-referenced host directives during directive matching (#58492) (#58500)

v18.2.10

18.2.10 (2024-10-30)

compiler

Commit Description
fix - 69dce38e778 transform pseudo selectors correctly for the encapsulated view. (#58417)

localize

Commit Description
fix - 3b989ac5bd9 Adding arb format to the list of valid formats in the localization extractor cli (#58287)

v18.2.9

18.2.9 (2024-10-23)

compiler-cli

Commit Description
fix - b0ab653965 report when NgModule imports or exports itself (#58231)

v18.2.8

18.2.8 (2024-10-10)

compiler

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

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

18.2.12 (2024-11-14)

compiler-cli

Commit Type Description
4c38160853 fix correct extraction of generics from type aliases (#58548)

19.0.0-rc.1 (2024-11-06)

compiler

Commit Type Description
b25121ee4a fix avoid having to duplicate core environment (#58444)

compiler-cli

Commit Type Description
d4d76ead80 fix do not fail fatal when references to non-existent module are discovered (#58515)
22cd6869ef fix make the unused imports diagnostic easier to read (#58468)

core

Commit Type Description
8ae84be3df fix avoid slow stringification when checking for duplicates in dev mode (#58521)
6e0af6dbbb fix resolve forward-referenced host directives during directive matching (#58492)

migrations

Commit Type Description
c5e676bb87 fix flip the default standalone flag in route-lazy-loading migration (#58474)
e85ac5c7cb fix properly bundle shared compiler code into migrations (#58515)

platform-browser

Commit Type Description
c36a1c023b fix correctly add external stylesheets to ShadowDOM components (#58482)

18.2.11 (2024-11-06)

core

Commit Type Description
5f2d98a1b1 fix avoid slow stringification when checking for duplicates in dev mode (#58521)
3aa45a2fa1 fix resolve forward-referenced host directives during directive matching (#58492) (#58500)

19.0.0-rc.0 (2024-10-30)

compiler

| Commit | Type | Description |

... (truncated)

Commits
  • 69dce38 Revert fix(compiler): transform pseudo selectors correctly for the encapsulat...
  • 21be258 fix(compiler): scope :host-context inside pseudo selectors, do not decrease s...
  • d325f9b fix(compiler): fix parsing of the :host-context with pseudo selectors (#57796)
  • aea747a fix(compiler): preserve attributes attached to :host selector (#57796)
  • 11692c8 fix(compiler): add multiple :host and nested selectors support (#57796)
  • 48a1437 fix(compiler): fix comment typo (#57796)
  • 66dcc69 fix(compiler): allow combinators inside pseudo selectors (#57796)
  • 7a6fd42 fix(compiler): transform pseudo selectors correctly for the encapsulated view...
  • 03ac3c2 refactor: update license text to point to angular.dev (#57902)
  • b619d69 fix(compiler): produce less noisy errors when parsing control flow (#57711)
  • Additional commits viewable in compare view


Updates @angular/core from 15.2.10 to 18.2.12

Release notes

Sourced from @​angular/core's releases.

v18.2.12

18.2.12 (2024-11-14)

compiler-cli

Commit Description
fix - 4c38160853 correct extraction of generics from type aliases (#58548)

v18.2.11

18.2.11 (2024-11-06)

core

Commit Description
fix - 5f2d98a1b1 avoid slow stringification when checking for duplicates in dev mode (#58521)
fix - 3aa45a2fa1 resolve forward-referenced host directives during directive matching (#58492) (#58500)

v18.2.10

18.2.10 (2024-10-30)

compiler

Commit Description
fix - 69dce38e778 transform pseudo selectors correctly for the encapsulated view. (#58417)

localize

Commit Description
fix - 3b989ac5bd9 Adding arb format to the list of valid formats in the localization extractor cli (#58287)

v18.2.9

18.2.9 (2024-10-23)

compiler-cli

Commit Description
fix - b0ab653965 report when NgModule imports or exports itself (#58231)

v18.2.8

18.2.8 (2024-10-10)

compiler

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

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

18.2.12 (2024-11-14)

compiler-cli

Commit Type Description
4c38160853 fix correct extraction of generics from type aliases (#58548)

19.0.0-rc.1 (2024-11-06)

compiler

Commit Type Description
b25121ee4a fix avoid having to duplicate core environment (#58444)

compiler-cli

Commit Type Description
d4d76ead80 fix do not fail fatal when references to non-existent module are discovered (#58515)
22cd6869ef fix make the unused imports diagnostic easier to read (#58468)

core

Commit Type Description
8ae84be3df fix avoid slow stringification when checking for duplicates in dev mode (#58521)
6e0af6dbbb fix resolve forward-referenced host directives during directive matching (#58492)

migrations

Commit Type Description
c5e676bb87 fix flip the default standalone flag in route-lazy-loading migration (#58474)
e85ac5c7cb fix properly bundle shared compiler code into migrations (#58515)

platform-browser

Commit Type Description
c36a1c023b fix correctly add external stylesheets to ShadowDOM components (#58482)

18.2.11 (2024-11-06)

core

Commit Type Description
5f2d98a1b1 fix avoid slow stringification when checking for duplicates in dev mode (#58521)
3aa45a2fa1 fix resolve forward-referenced host directives during directive matching (#58492) (#58500)

19.0.0-rc.0 (2024-10-30)

compiler

| Commit | Type | Description |

... (truncated)

Commits
  • 5f2d98a fix(core): avoid slow stringification when checking for duplicates in dev mod...
  • 3aa45a2 fix(core): resolve forward-referenced host directives during directive matchi...
  • ddda355 refactor(core): remove globalApi tag (#58375)
  • 37b921d refactor(core): test EventEmitter completion on destroy with outputToObservab...
  • a9e440d refactor(core): drop the Mutable utility type. (#58124)
  • 31fb9d0 docs: mention autoDetectChanges parameter default value (#58092)
  • b40875a fix(platform-server): destroy PlatformRef when error happens during the `bo...
  • 46bafb0 fix(core): clean up afterRender after it is executed (#58119)
  • 9ca9db4 refactor(core): drop ViewRefTracker in favor of ApplicationRef. (#58096)
  • 46a2ad3 fix(common): prevent warning about oversize image twice (#58021)
  • Additional commits viewable in compare view


Updates @angular/forms from 15.2.10 to 18.2.12

Release notes

Sourced from @​angular/forms's releases.

v18.2.12

18.2.12 (2024-11-14)

compiler-cli

Commit Description
fix - 4c38160853 correct extraction of generics from type aliases (#58548)

v18.2.11

18.2.11 (2024-11-06)

core

Commit Description
fix - 5f2d98a1b1 avoid slow stringification when checking for duplicates in dev mode (#58521)
fix - 3aa45a2fa1 resolve forward-referenced host directives during directive matching (#58492) (#58500)

v18.2.10

18.2.10 (2024-10-30)

compiler

Commit Description
fix - 69dce38e778 transform pseudo selectors correctly for the encapsulated view. (#58417)

localize

Commit Description
fix - 3b989ac5bd9 Adding arb format to the list of valid formats in the localization extractor cli (#58287)

v18.2.9

18.2.9 (2024-10-23)

compiler-cli

Commit Description
fix - b0ab653965 report when NgModule imports or exports itself (#58231)

v18.2.8

18.2.8 (2024-10-10)

compiler

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

... (truncated)

Changelog

Sourced from @​angular/forms's changelog.

18.2.12 (2024-11-14)

compiler-cli

Commit Type Description
4c38160853 fix correct extraction of generics from type aliases (#58548)

19.0.0-rc.1 (2024-11-06)

compiler

Commit Type Description
b25121ee4a fix... _Description has been truncated_
dependabot[bot] commented 6 days ago

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml