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

[Snyk] Upgrade: , , , , , , , core-js #174

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JoSSte
Copy link
Owner

@JoSSte JoSSte commented Sep 11, 2024

snyk-top-banner

Snyk has created this PR to upgrade multiple dependencies.

👯 The following dependencies are linked and will therefore be updated together.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.

Name Versions Released on

@angular/animations
from 18.1.4 to 18.2.0 | 8 versions ahead of your current version | a month ago
on 2024-08-14
@angular/common
from 18.1.4 to 18.2.0 | 8 versions ahead of your current version | a month ago
on 2024-08-14
@angular/compiler
from 18.1.4 to 18.2.0 | 8 versions ahead of your current version | a month ago
on 2024-08-14
@angular/core
from 18.1.4 to 18.2.0 | 8 versions ahead of your current version | a month ago
on 2024-08-14
@angular/forms
from 18.1.4 to 18.2.0 | 8 versions ahead of your current version | a month ago
on 2024-08-14
@angular/platform-browser
from 18.1.4 to 18.2.0 | 8 versions ahead of your current version | a month ago
on 2024-08-14
@angular/platform-browser-dynamic
from 18.1.4 to 18.2.0 | 8 versions ahead of your current version | a month ago
on 2024-08-14
core-js
from 3.38.0 to 3.38.1 | 1 version ahead of your current version | 22 days ago
on 2024-08-20

Release notes
Package name: @angular/animations
  • 18.2.0 - 2024-08-14

    18.2.0 (2024-08-14)

    compiler

    Commit Description
    feat - c8e2885136 Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295) (#56295)

    compiler-cli

    Commit Description
    feat - 98ed5b609e run JIT transform on classes with jit: true opt-out (#56892)
    fix - c76b440ac0 add warning for unused let declarations (#57033)
    fix - 0f0a1f2836 emitting references to ngtypecheck files (#57138)
    fix - 6c2fbda694 extended diagnostic visitor not visiting template attributes (#57033)
    fix - e11c0c42d2 run JIT transforms on @ NgModule classes with jit: true (#57212)

    core

    Commit Description
    feat - f7918f5272 Add 'flush' parameter option to fakeAsync to flush after the test (#57239)
    feat - fab673a1dd add ng generate schematic to convert to inject (#57056)
    feat - 7919982063 Add whenStable helper on ApplicationRef (#57190)
    feat - 3459289ef0 bootstrapModule can configure NgZone in providers (#57060)
    fix - 296216cbe1 Allow hybrid CD scheduling to support multiple "Angular zones" (#57267)
    fix - 8718abce90 Deprecate ignoreChangesOutsideZone option (#57029)
    fix - 827070e331 Do not run image performance warning checks on server (#57234)
    fix - ca89ef9141 handle shorthand assignment in the inject migration (#57134)
    fix - 5dcdbfcba9 rename the equality function option in toSignal (#56769)
    fix - 2a4f488a6c warnings for oversized images and lazy-lcp present with bootstrapModule (#57060)

    language-service

    Commit Description
    feat - 4bb558ab0c support writing code refactorings (#56895)
    perf - 7663debce1 quick exit if no code fixes can exist (#57000)

    migrations

    Commit Description
    feat - 147eee4253 add migration to convert standalone component routes to be lazy loaded (#56428)
    fix - cb442a0ce7 account for parameters with union types (#57127)
    fix - 166166d79e add alias to inject migration (#57127)
    fix - b1a9d0f4de avoid duplicating comments when generating properties (#57367)
    fix - 5d76401ff5 preserve optional parameters (#57367)
    fix - 1cf616f671 remove generic arguments from the injected type reference (#57127)
    fix - ba0df30ef6 remove unused imports in inject migration (#57179)
    fix - aae9646a1b unwrap injected forwardRef (#57127)
    perf - 604270619a speed up signal input migration by combining two analyze phases (#57318)

    router

    Commit Description
    feat - 6c76c91e15 Add defaultQueryParamsHandling to router configuration (#57198)
  • 18.2.0-rc.0 - 2024-08-07
  • 18.2.0-next.4 - 2024-08-05
  • 18.2.0-next.3 - 2024-07-31
  • 18.2.0-next.2 - 2024-07-24
  • 18.2.0-next.1 - 2024-07-17
  • 18.2.0-next.0 - 2024-07-10
  • 18.1.5 - 2024-08-14
  • 18.1.4 - 2024-08-07
from @angular/animations GitHub release notes
Package name: @angular/common
  • 18.2.0 - 2024-08-14

    18.2.0 (2024-08-14)

    compiler

    Commit Description
    feat - c8e2885136 Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295) (#56295)

    compiler-cli

    Commit Description
    feat - 98ed5b609e run JIT transform on classes with jit: true opt-out (#56892)
    fix - c76b440ac0 add warning for unused let declarations (#57033)
    fix - 0f0a1f2836 emitting references to ngtypecheck files (#57138)
    fix - 6c2fbda694 extended diagnostic visitor not visiting template attributes (#57033)
    fix - e11c0c42d2 run JIT transforms on @ NgModule classes with jit: true (#57212)

    core

    Commit Description
    feat - f7918f5272 Add 'flush' parameter option to fakeAsync to flush after the test (#57239)
    feat - fab673a1dd add ng generate schematic to convert to inject (#57056)
    feat - 7919982063 Add whenStable helper on ApplicationRef (#57190)
    feat - 3459289ef0 bootstrapModule can configure NgZone in providers (#57060)
    fix - 296216cbe1 Allow hybrid CD scheduling to support multiple "Angular zones" (#57267)
    fix - 8718abce90 Deprecate ignoreChangesOutsideZone option (#57029)
    fix - 827070e331 Do not run image performance warning checks on server (#57234)
    fix - ca89ef9141 handle shorthand assignment in the inject migration (#57134)
    fix - 5dcdbfcba9 rename the equality function option in toSignal (#56769)
    fix - 2a4f488a6c warnings for oversized images and lazy-lcp present with bootstrapModule (#57060)

    language-service

    Commit Description
    feat - 4bb558ab0c support writing code refactorings (#56895)
    perf - 7663debce1 quick exit if no code fixes can exist (#57000)

    migrations

    Commit Description
    feat - 147eee4253 add migration to convert standalone component routes to be lazy loaded (#56428)
    fix - cb442a0ce7 account for parameters with union types (#57127)
    fix - 166166d79e add alias to inject migration (#57127)
    fix - b1a9d0f4de avoid duplicating comments when generating properties (#57367)
    fix - 5d76401ff5 preserve optional parameters (#57367)
    fix - 1cf616f671 remove generic arguments from the injected type reference (#57127)
    fix - ba0df30ef6 remove unused imports in inject migration (#57179)
    fix - aae9646a1b unwrap injected forwardRef (#57127)
    perf - 604270619a speed up signal input migration by combining two analyze phases (#57318)

    router

    Commit Description
    feat - 6c76c91e15 Add defaultQueryParamsHandling to router configuration (#57198)
  • 18.2.0-rc.0 - 2024-08-07
  • 18.2.0-next.4 - 2024-08-05
  • 18.2.0-next.3 - 2024-07-31
  • 18.2.0-next.2 - 2024-07-24
  • 18.2.0-next.1 - 2024-07-17
  • 18.2.0-next.0 - 2024-07-10
  • 18.1.5 - 2024-08-14
  • 18.1.4 - 2024-08-07
from @angular/common GitHub release notes
Package name: @angular/compiler
  • 18.2.0 - 2024-08-14

    18.2.0 (2024-08-14)

    compiler

    Commit Description
    feat - c8e2885136 Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295) (#56295)

    compiler-cli

    Commit Description
    feat - 98ed5b609e run JIT transform on classes with jit: true opt-out (#56892)
    fix - c76b440ac0 add warning for unused let declarations (#57033)
    fix - 0f0a1f2836 emitting references to ngtypecheck files (#57138)
    fix - 6c2fbda694 extended diagnostic visitor not visiting template attributes (#57033)
    fix - e11c0c42d2 run JIT transforms on @ NgModule classes with jit: true (#57212)

    core

    Commit Description
    feat - f7918f5272 Add 'flush' parameter option to fakeAsync to flush after the test (#57239)
    feat - fab673a1dd add ng generate schematic to convert to inject (#57056)
    feat - 7919982063 Add whenStable helper on ApplicationRef (#57190)
    feat - 3459289ef0 bootstrapModule can configure NgZone in providers (#57060)
    fix - 296216cbe1 Allow hybrid CD scheduling to support multiple "Angular zones" (#57267)
    fix - 8718abce90 Deprecate ignoreChangesOutsideZone option (#57029)

Snyk has created this PR to upgrade:
  - @angular/animations from 18.1.4 to 18.2.0.
    See this package in npm: https://www.npmjs.com/package/@angular/animations
  - @angular/common from 18.1.4 to 18.2.0.
    See this package in npm: https://www.npmjs.com/package/@angular/common
  - @angular/compiler from 18.1.4 to 18.2.0.
    See this package in npm: https://www.npmjs.com/package/@angular/compiler
  - @angular/core from 18.1.4 to 18.2.0.
    See this package in npm: https://www.npmjs.com/package/@angular/core
  - @angular/forms from 18.1.4 to 18.2.0.
    See this package in npm: https://www.npmjs.com/package/@angular/forms
  - @angular/platform-browser from 18.1.4 to 18.2.0.
    See this package in npm: https://www.npmjs.com/package/@angular/platform-browser
  - @angular/platform-browser-dynamic from 18.1.4 to 18.2.0.
    See this package in npm: https://www.npmjs.com/package/@angular/platform-browser-dynamic
  - core-js from 3.38.0 to 3.38.1.
    See this package in npm: https://www.npmjs.com/package/core-js

See this project in Snyk:
https://app.snyk.io/org/josste/project/6e88802c-d1b2-4dc5-89c2-1451c193f9e6?utm_source=github&utm_medium=referral&page=upgrade-pr
Copy link

Test Results

0 files   -  2  0 suites   - 2   0s ⏱️ -1s
0 tests  - 94  0 ✅  - 94  0 💤 ±0  0 ❌ ±0 
0 runs   - 96  0 ✅  - 96  0 💤 ±0  0 ❌ ±0 

Results for commit 35275c3. ± Comparison against base commit bf06fe2.

Copy link

Test Results

0 files   -  2  0 suites   - 2   0s ⏱️ -1s
0 tests  - 94  0 ✅  - 94  0 💤 ±0  0 ❌ ±0 
0 runs   - 96  0 ✅  - 96  0 💤 ±0  0 ❌ ±0 

Results for commit 35275c3. ± Comparison against base commit bf06fe2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants