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

chore(deps): bump micromatch, ng-packagr, @angular/cli, @angular/compiler-cli and karma #1

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 24, 2024

Bumps micromatch to 4.0.8 and updates ancestor dependencies micromatch, ng-packagr, @angular/cli, @angular/compiler-cli and karma. These dependencies need to be updated together.

Updates micromatch from 2.3.11 to 4.0.8

Release notes

Sourced from micromatch's releases.

4.0.4

  • fix: Update picomatch to fix regression #179 (8becb55)

4.0.3

  • Enforce newer version of picomatch with bugfixes

bumps kind-of dep to ^3.0.2

thanks to @​paulmillr

Changelog

Sourced from micromatch's changelog.

[4.0.8] - 2024-08-22

[4.0.7] - 2024-05-22

  • this is basically v4.0.5, with some README updates
  • it is vulnerable to CVE-2024-4067
  • Updated braces to v3.0.3 to avoid CVE-2024-4068
  • does NOT break API compatibility

[4.0.6] - 2024-05-21

  • Added hasBraces to check if a pattern contains braces.
  • Fixes CVE-2024-4067
  • BREAKS API COMPATIBILITY
  • Should be labeled as a major release, but it's not.

[4.0.1 - 4.0.5]

[4.0.0] - 2019-03-20

Added

  • Adds support for options.onMatch. See the readme for details
  • Adds support for options.onIgnore. See the readme for details
  • Adds support for options.onResult. See the readme for details

Breaking changes

  • Require Node.js >= 8.6
  • Removed support for passing an array of brace patterns to micromatch.braces().
  • To strictly enforce closing brackets (for {, [, and (), you must now use strictBrackets=true instead of strictErrors.
  • cache - caching and all related options and methods have been removed
  • options.unixify was renamed to options.windows
  • options.nodupes Was removed. Duplicates are always removed by default. You can override this with custom behavior by using the onMatch, onResult and onIgnore functions.
  • options.snapdragon was removed, as snapdragon is no longer used.
  • options.sourcemap was removed, as snapdragon is no longer used, which provided sourcemap support.

[3.0.0] - 2017-04-11

Complete overhaul, with 36,000+ new unit tests validated against actual output generated by Bash and minimatch. More specifically, 35,000+ of the tests:

  • micromatch results are directly compared to bash results
  • in rare cases, when micromatch and bash disagree, micromatch's results are compared to minimatch's results
  • micromatch is much more accurate than minimatch, so there were cases where I had to make assumptions. I'll try to document these.

This refactor introduces a parser and compiler that are supersets of more granular parsers and compilers from other sub-modules. Each of these sub-modules has a singular responsibility and focuses on a certain type of matching that aligns with a specific part of the Bash "expansion" API.

These sub-modules work like plugins to seamlessly create the micromatch parser/compiler, so that strings are parsed in one pass, an AST is created, then a new string is generated by the compiler.

... (truncated)

Commits

Updates ng-packagr from 2.1.0 to 18.2.1

Release notes

Sourced from ng-packagr's releases.

18.2.1

Bug Fixes

  • disable rollups hoistTransitiveImports (87fd814)

18.2.0

What's Changed

  • feat: support Angular 18.2

18.1.0

Features

  • add support for TypeScript 5.5 (ae2a698)

18.1.0-next.0

Features

  • add support for TypeScript 5.5 (ae2a698)

18.0.0

⚠ BREAKING CHANGES

  • Node.js support for versions <18.19.1 and <20.11.1 has been removed.

Bug Fixes

  • incorrect path resolution for entry-points when generating FESM (f2cd914), closes #2838

Features

  • add support for Angular 18 (9bef232)
  • add NgPackagrOptions to public api (ffc512e)
  • add support for polling (2c7f75b)
  • support TypeScript 5.4 (07d5cea)

18.0.0-rc.0

No release notes provided.

18.0.0-next.4

Bug Fixes

  • incorrect path resolution for entry-points when generating FESM (f2cd914), closes #2838

18.0.0-next.2

Features

  • add support for polling (2c7f75b)

... (truncated)

Changelog

Sourced from ng-packagr's changelog.

18.2.1 (2024-08-21)

Bug Fixes

  • disable rollups hoistTransitiveImports (87fd814)

19.0.0-next.0 (2024-08-14)

18.2.0 (2024-08-14)

18.2.0-next.0 (2024-07-10)

18.1.0 (2024-07-10)

Features

  • add support for TypeScript 5.5 (ae2a698)

18.0.0 (2024-05-22)

⚠ BREAKING CHANGES

  • Node.js support for versions <18.19.1 and <20.11.1 has been removed.

Bug Fixes

  • incorrect path resolution for entry-points when generating FESM (f2cd914), closes #2838

Features

  • add support for Angular 18 (9bef232)
  • add NgPackagrOptions to public api (ffc512e)
  • add support for polling (2c7f75b)
  • support TypeScript 5.4 (07d5cea)

18.0.0-rc.0 (2024-05-02)

18.0.0-next.4 (2024-04-25)

Bug Fixes

  • incorrect path resolution for entry-points when generating FESM (f2cd914), closes #2838

18.0.0-next.3 (2024-04-18)

Bug Fixes

  • add NgPackagrOptions to public api (ffc512e)

... (truncated)

Commits
  • 876210b release: cut 18.2.1
  • 87fd814 fix: disable rollups hoistTransitiveImports
  • b9acd50 release: cut 18.2.0
  • 9c0dfb6 build: lock file maintenance
  • d5e3a7f build: lock file maintenance
  • 43f597c build: update typescript-eslint to v7.18.0
  • ef057ab build: lock file maintenance
  • dbcca96 docs: update apf official doc link
  • 020d723 build: lock file maintenance
  • ddc714e build: update typescript-eslint to v7.17.0
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by alan.agius4, a new releaser for ng-packagr since your current version.


Updates @angular/cli from 1.7.2 to 18.2.1

Release notes

Sourced from @​angular/cli's releases.

v18.2.1

18.2.1 (2024-08-21)

@​angular-devkit/schematics-cli

Commit Description
fix - 94e27c88b prevent bypassing select/checkbox prompts on validation failure

@​angular/cli

Commit Description
fix - 05a274a01 prevent bypassing select/checkbox prompts on validation failure

@​angular-devkit/build-angular

Commit Description
fix - ddeb2b2b9 remove outdated browser-esbuild option warning

@​angular/build

Commit Description
fix - 83b2699ab improve error message when an unhandled exception occurs during prerendering
fix - 0be4038a5 support reading on-disk files during i18n extraction

v18.2.0

18.2.0 (2024-08-14)

@​schematics/angular

Commit Description
feat - 4da922e4f use isolatedModules in generated project

@​angular/build

Commit Description
feat - 24aaf1e37 support import attribute based loader configuration

v18.2.0-rc.0

18.2.0-rc.0 (2024-08-07)

@​angular/build

Commit Description
fix - 182ecbd18 allow explicitly disabling TypeScript incremental mode
fix - 34908a3fc lazy load Node.js inspector for dev server

v18.2.0-next.3

18.2.0-next.3 (2024-07-31)

@​angular/build

Commit Description
fix - 636cb6932 add CSP nonce attribute to script tags when inline critical CSS is disabled
fix - 7d52941a2 prevent build failures with remote CSS imports when Tailwind is configured

... (truncated)

Changelog

Sourced from @​angular/cli's changelog.

18.2.1 (2024-08-21)

@​angular/cli

Commit Type Description
05a274a01 fix prevent bypassing select/checkbox prompts on validation failure

@​angular-devkit/schematics-cli

Commit Type Description
94e27c88b fix prevent bypassing select/checkbox prompts on validation failure

@​angular-devkit/build-angular

Commit Type Description
ddeb2b2b9 fix remove outdated browser-esbuild option warning

@​angular/build

Commit Type Description
83b2699ab fix improve error message when an unhandled exception occurs during prerendering
0be4038a5 fix support reading on-disk files during i18n extraction

19.0.0-next.0 (2024-08-14)

@​angular/cli

Commit Type Description
c5ed0b124 fix prevent bypassing select/checkbox prompts on validation failure

@​angular-devkit/schematics-cli

Commit Type Description
37693c40e feat add package manager option to blank schematic
73c243796 fix prevent bypassing select/checkbox prompts on validation failure

@​angular/ssr

Commit Type Description

... (truncated)

Commits
  • 15f3d5a release: cut the v18.2.1 release
  • ddeb2b2 fix(@​angular-devkit/build-angular): remove outdated browser-esbuild option wa...
  • 0be4038 fix(@​angular/build): support reading on-disk files during i18n extraction
  • a655b92 build: downgrade sass version
  • 83b2699 fix(@​angular/build): improve error message when an unhandled exception occurs...
  • 94e27c8 fix(@​angular-devkit/schematics-cli): prevent bypassing select/checkbox prompt...
  • 05a274a fix(@​angular/cli): prevent bypassing select/checkbox prompts on validation fa...
  • ff5a0fe release: cut the v18.2.0 release
  • 1a876a3 build: update Angular versions to 18.2 stable
  • eb9c7fe build: remove unnecessary excludes from tsconfig.json
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by google-wombot, a new releaser for @​angular/cli since your current version.


Updates @angular/compiler-cli from 5.2.7 to 18.2.1

Release notes

Sourced from @​angular/compiler-cli's releases.

v18.2.1

18.2.1 (2024-08-22)

core

Commit Description
fix - 9de30a7b1c Allow zoneless scheduler to run inside fakeAsync (#56932)
fix - 286012fb89 handle hydration of components that project content conditionally (#57383)

migrations

Commit Description
fix - 0bb649b8fa account for members with doc strings and no modifiers (#57389)
fix - 3b63082384 avoid migrating route component in tests (#57317)
fix - 6b4357fae4 preserve type when using inject decorator (#57389)

v18.2.0

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 |

... (truncated)

Changelog

Sourced from @​angular/compiler-cli's changelog.

18.2.1 (2024-08-22)

core

Commit Type Description
9de30a7b1c fix Allow zoneless scheduler to run inside fakeAsync (#56932)
286012fb89 fix handle hydration of components that project content conditionally (#57383)

migrations

Commit Type Description
0bb649b8fa fix account for members with doc strings and no modifiers (#57389)
3b63082384 fix avoid migrating route component in tests (#57317)
6b4357fae4 fix preserve type when using inject decorator (#57389)

19.0.0-next.1 (2024-08-22)

Breaking Changes

core

  • The autoDetect feature of ComponentFixture will now attach the fixture to the ApplicationRef. As a result, errors during automatic change detection of the fixture be reported to the ErrorHandler. This change may cause custom error handlers to observe new failures that were previously unreported.

compiler-cli

Commit Type Description
9e87593055 feat ensure template style elements are preprocessed as inline styles (#57429)

core

Commit Type Description
b063468027 feat support TypeScript 5.6 (#57424)
3b0dca75d6 fix Allow zoneless scheduler to run inside fakeAsync (#56932)
f03d274e87 fix ComponentFixture autoDetect feature works like production (#55228)
d4449fce21 fix handle hydration of components that project content conditionally (#57383)

migrations

Commit Type Description
4ae66f25d0 fix account for members with doc strings and no modifiers (#57389)
ac93839d69 fix avoid migrating route component in tests (#57317)
58a79b6e43 fix preserve type when using inject decorator (#57389)

19.0.0-next.0 (2024-08-14)

Breaking Changes

core

  • Errors that are thrown during ApplicationRef.tick will now be rethrown when using TestBed. These errors should be resolved by ensuring the test environment is set up correctly to

... (truncated)

Commits
  • b1ed7e2 docs(docs-infra): Add support for function/method overloads (#57379)
  • 1828d11 build: update dependency @​babel/core to v7.25.2 (#57191)
  • b16dd6d fix(compiler-cli): generate valid TS 5.6 type checking code (#57303)
  • d9d68e7 fix(compiler): reduce chance of conflicts between generated factory and local...
  • 0b1dd39 perf(compiler-cli): improve performance of interpolatedSignalNotInvoked ext...
  • e2259c7 fix(compiler-cli): support JIT transforms before other transforms modifying c...
  • d73a374 Revert "fix(compiler): reduce chance of conflicts between generated factory a...
  • e11c0c4 fix(compiler-cli): run JIT transforms on @NgModule classes with jit: true...
  • 67e0940 fix(compiler): reduce chance of conflicts between generated factory and local...
  • 56816bb refactor(compiler-cli): typo in compilePoisonedComponents option name (#57126)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by google-wombot, a new releaser for @​angular/compiler-cli since your current version.


Updates karma from 2.0.0 to 6.4.4

Release notes

Sourced from karma's releases.

v6.4.4

6.4.4 (2024-07-29)

v6.4.3

6.4.3 (2024-02-24)

Bug Fixes

  • add build commits for patch release (d7f2d69)

v6.4.2

6.4.2 (2023-04-21)

Bug Fixes

v6.4.1

6.4.1 (2022-09-19)

Bug Fixes

v6.4.0

6.4.0 (2022-06-14)

Features

  • support SRI verification of link tags (dc51a2e)
  • support SRI verification of script tags (6a54b1c)

v6.3.20

6.3.20 (2022-05-13)

Bug Fixes

  • prefer IPv4 addresses when resolving domains (e17698f), closes #3730

v6.3.19

6.3.19 (2022-04-19)

Bug Fixes

... (truncated)

Changelog

Sourced from karma's changelog.

6.4.4 (2024-07-29)

6.4.3 (2024-02-24)

Bug Fixes

  • add build commits for patch release (d7f2d69)

6.4.2 (2023-04-21)

Bug Fixes

6.4.1 (2022-09-19)

Bug Fixes

6.4.0 (2022-06-14)

Features

  • support SRI verification of link tags (dc51a2e)
  • support SRI verification of script tags (6a54b1c)

6.3.20 (2022-05-13)

Bug Fixes

  • prefer IPv4 addresses when resolving domains (e17698f), closes #3730

6.3.19 (2022-04-19)

Bug Fixes

  • client: error out when opening a new tab fails (099b85e)

6.3.18 (2022-04-13)

Bug Fixes

... (truncated)

Commits
  • 84f85e7 chore(release): 6.4.4 [skip ci]
  • a4d1284 build(deps-dev): bump ws from 6.2.1 to 6.2.3
  • d8cf806 chore(release): 6.4.3 [skip ci]
  • d7f2d69 fix: add build commits for patch release
  • 85a2eeb build(deps-dev): bump decode-uri-component from 0.2.0 to 0.2.2
  • 0bffce2 build(deps): updated socket.io version to fix security issues with socket.io-...
  • 86667ab build(deps): bump follow-redirects from 1.11.0 to 1.15.4
  • 450fdfd docs: Add deprecation notice to Karma README
  • 9de3c00 chore(release): 6.4.2 [skip ci]
  • c6a4271 fix: few typos
  • Additional commits viewable in compare view

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…iler-cli and karma

Bumps [micromatch](https://github.com/micromatch/micromatch) to 4.0.8 and updates ancestor dependencies [micromatch](https://github.com/micromatch/micromatch), [ng-packagr](https://github.com/ng-packagr/ng-packagr), [@angular/cli](https://github.com/angular/angular-cli), [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) and [karma](https://github.com/karma-runner/karma). These dependencies need to be updated together.


Updates `micromatch` from 2.3.11 to 4.0.8
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/4.0.8/CHANGELOG.md)
- [Commits](micromatch/micromatch@2.3.11...4.0.8)

Updates `ng-packagr` from 2.1.0 to 18.2.1
- [Release notes](https://github.com/ng-packagr/ng-packagr/releases)
- [Changelog](https://github.com/ng-packagr/ng-packagr/blob/main/CHANGELOG.md)
- [Commits](ng-packagr/ng-packagr@v2.1.0...18.2.1)

Updates `@angular/cli` from 1.7.2 to 18.2.1
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@v1.7.2...18.2.1)

Updates `@angular/compiler-cli` from 5.2.7 to 18.2.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/18.2.1/packages/compiler-cli)

Updates `karma` from 2.0.0 to 6.4.4
- [Release notes](https://github.com/karma-runner/karma/releases)
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
- [Commits](karma-runner/karma@v2.0.0...v6.4.4)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: indirect
- dependency-name: ng-packagr
  dependency-type: direct:production
- dependency-name: "@angular/cli"
  dependency-type: direct:development
- dependency-name: "@angular/compiler-cli"
  dependency-type: direct:development
- dependency-name: karma
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 24, 2024
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.

0 participants