-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bump micromatch and @angular-devkit/build-angular #8
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [micromatch](https://github.com/micromatch/micromatch) to 4.0.8 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together. Updates `micromatch` from 3.1.10 to 4.0.8 - [Release notes](https://github.com/micromatch/micromatch/releases) - [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md) - [Commits](micromatch/micromatch@3.1.10...4.0.8) Updates `@angular-devkit/build-angular` from 0.1102.5 to 18.2.4 - [Release notes](https://github.com/angular/angular-cli/releases) - [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular-cli/commits/18.2.4) --- updated-dependencies: - dependency-name: micromatch dependency-type: indirect - dependency-name: "@angular-devkit/build-angular" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Sep 12, 2024
@dependabot rebase
…On Thursday, September 12th, 2024 at 11:41, dependabot[bot] ***@***.***> wrote:
This automated pull request fixes a [security vulnerability](https://github.com/reposman33/Linx-IT_eventPlanner/security/dependabot/209) (moderate severity).
[Learn more about Dependabot security updates](https://docs.github.com/github/managing-security-vulnerabilities/configuring-dependabot-security-updates).
---------------------------------------------------------------
Bumps [micromatch](https://github.com/micromatch/micromatch) to 4.0.8 and updates ancestor dependency ***@***.***/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together.
Updates micromatch from 3.1.10 to 4.0.8
Release notes
Sourced from [micromatch's releases](https://github.com/micromatch/micromatch/releases).
> 4.0.8
>
> Ultimate release that fixes both [CVE-2024-4067](https://github.com/advisories/GHSA-952p-6rrq-rcjv) and [CVE-2024-4068](https://github.com/advisories/GHSA-grv7-fg5c-xmjg). We consider the issues low-priority, so even if you see automated scanners saying otherwise, don't be scared.
>
> 4.0.4
>
> - fix: Update picomatch to fix regression [#179](https://github.com/micromatch/micromatch/issues/179) (8becb55)
>
> 4.0.3
>
> - Enforce newer version of picomatch with bugfixes
Changelog
Sourced from [micromatch's changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md).
> [4.0.8] - 2024-08-22
>
> - backported [CVE-2024-4067](https://github.com/advisories/GHSA-952p-6rrq-rcjv) fix (from v4.0.6) over to 4.x branch
>
> [4.0.7] - 2024-05-22
>
> - this is basically v4.0.5, with some README updates
> - it is vulnerable to [CVE-2024-4067](https://github.com/advisories/GHSA-952p-6rrq-rcjv)
> - Updated braces to v3.0.3 to avoid [CVE-2024-4068](https://github.com/advisories/GHSA-grv7-fg5c-xmjg)
> - does NOT break API compatibility
>
> [4.0.6] - 2024-05-21
>
> - Added hasBraces to check if a pattern contains braces.
> - Fixes [CVE-2024-4067](https://github.com/advisories/GHSA-952p-6rrq-rcjv)
> - 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](https://gist.github.com/jonschlinkert/099c8914f56529f75bc757cc9e5e8e2a), then a new string is generated by the compiler.
... (truncated)
Commits
- [8bd704e](micromatch/micromatch@8bd704e) 4.0.8
- [a0e6841](micromatch/micromatch@a0e6841) run verb to generate README documentation
- [4ec2884](micromatch/micromatch@4ec2884) Merge branch 'v4' into hauserkristof-feature/v4.0.8
- [03aa805](micromatch/micromatch@03aa805) Merge pull request [#266](https://github.com/micromatch/micromatch/issues/266) from hauserkristof/feature/v4.0.8
- [814f5f7](micromatch/micromatch@814f5f7) lint
- [67fcce6](micromatch/micromatch@67fcce6) fix: CHANGELOG about braces & [CVE-2024-4068](https://github.com/advisories/GHSA-grv7-fg5c-xmjg), v4.0.5
- [113f2e3](micromatch/micromatch@113f2e3) fix: CVE numbers in CHANGELOG
- [d9dbd9a](micromatch/micromatch@d9dbd9a) feat: updated CHANGELOG
- [2ab1315](micromatch/micromatch@2ab1315) fix: use ***@***.***
- [1406ea3](micromatch/micromatch@1406ea3) feat: rework test to work on macos with node 10,12 and 14
- Additional commits viewable in [compare view](micromatch/micromatch@3.1.10...4.0.8)
Updates @angular-devkit/build-angular from 0.1102.5 to 18.2.4
Release notes
Sourced from [@angular-devkit/build-angular's releases](https://github.com/angular/angular-cli/releases).
> v18.2.4
>
> 18.2.4 (2024-09-11)
>
> @angular/build
>
> Commit Description
> [fix - 765309a2e](angular/angular-cli@765309a) prevent transformation of Node.js internal dependencies by Vite
>
> v18.2.3
>
> 18.2.3 (2024-09-04)
>
> @angular-devkit/build-angular
>
> Commit Description
> [fix - 482076612](angular/angular-cli@4820766) update webpack-dev-middleware to 7.4.2
>
> v18.2.2
>
> 18.2.2 (2024-08-29)
>
> @angular-devkit/build-angular
>
> Commit Description
> [fix - 504b00b93](angular/angular-cli@504b00b) clear context in Karma by default for single run executions
> [fix - 82b76086e](angular/angular-cli@82b7608) upgrade webpack to 5.94.0
>
> v18.2.1
>
> 18.2.1 (2024-08-21)
>
> @angular-devkit/schematics-cli
>
> Commit Description
> [fix - 94e27c88b](angular/angular-cli@94e27c8) prevent bypassing select/checkbox prompts on validation failure
>
> @angular/cli
>
> Commit Description
> [fix - 05a274a01](angular/angular-cli@05a274a) prevent bypassing select/checkbox prompts on validation failure
>
> @angular-devkit/build-angular
>
> Commit Description
> [fix - ddeb2b2b9](angular/angular-cli@ddeb2b2) remove outdated browser-esbuild option warning
>
> @angular/build
>
> Commit Description
> [fix - 83b2699ab](angular/angular-cli@83b2699) improve error message when an unhandled exception occurs during prerendering
> [fix - 0be4038a5](angular/angular-cli@0be4038) support reading on-disk files during i18n extraction
>
> v18.2.0
>
> 18.2.0 (2024-08-14)
>
> @schematics/angular
... (truncated)
Changelog
Sourced from [@angular-devkit/build-angular's changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md).
> 18.2.4 (2024-09-11)
>
> @angular/build
>
> Commit Type Description
> [765309a2e](angular/angular-cli@765309a) fix prevent transformation of Node.js internal dependencies by Vite
>
> 19.0.0-next.3 (2024-09-04)
>
> @angular-devkit/build-angular
>
> Commit Type Description
> [3ee21631f](angular/angular-cli@3ee2163) fix clear context in Karma by default for single run executions
>
> @angular/ssr
>
> Commit Type Description
> [455b5700c](angular/angular-cli@455b570) feat expose writeResponseToNodeResponse and createWebRequestFromNodeRequest in public API
>
> 18.2.3 (2024-09-04)
>
> @angular-devkit/build-angular
>
> Commit Type Description
> [482076612](angular/angular-cli@4820766) fix update webpack-dev-middleware to 7.4.2
>
> 18.2.2 (2024-08-29)
>
> @angular-devkit/build-angular
>
> Commit Type Description
> [504b00b93](angular/angular-cli@504b00b) fix clear context in Karma by default for single run executions
> [82b76086e](angular/angular-cli@82b7608) fix update webpack to 5.94.0
... (truncated)
Commits
- See full diff in [compare view](https://github.com/angular/angular-cli/commits/18.2.4)
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](https://github.com/reposman33/Linx-IT_eventPlanner/network/alerts).
---------------------------------------------------------------
You can view, comment on, or merge this pull request online at:
#8
Commit Summary
- [cc459ae](cc459ae) Bump micromatch and @angular-devkit/build-angular
File Changes
([3 files](https://github.com/reposman33/Linx-IT_eventPlanner/pull/8/files))
- M [package-lock.json](https://github.com/reposman33/Linx-IT_eventPlanner/pull/8/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519) (21099)
- M [package.json](https://github.com/reposman33/Linx-IT_eventPlanner/pull/8/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519) (2)
- M [yarn.lock](https://github.com/reposman33/Linx-IT_eventPlanner/pull/8/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de) (8584)
Patch Links:
- https://github.com/reposman33/Linx-IT_eventPlanner/pull/8.patch
- https://github.com/reposman33/Linx-IT_eventPlanner/pull/8.diff
—
Reply to this email directly, [view it on GitHub](#8), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AAYNOZUE6K73Y3MBDLCQIS3ZWFOURAVCNFSM6AAAAABOCZJARCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGUZDCOBYGYYTOMY).
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request |
Superseded by #9. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps micromatch to 4.0.8 and updates ancestor dependency @angular-devkit/build-angular. These dependencies need to be updated together.
Updates
micromatch
from 3.1.10 to 4.0.8Release notes
Sourced from micromatch's releases.
Changelog
Sourced from micromatch's changelog.
... (truncated)
Commits
8bd704e
4.0.8a0e6841
run verb to generate README documentation4ec2884
Merge branch 'v4' into hauserkristof-feature/v4.0.803aa805
Merge pull request #266 from hauserkristof/feature/v4.0.8814f5f7
lint67fcce6
fix: CHANGELOG about braces & CVE-2024-4068, v4.0.5113f2e3
fix: CVE numbers in CHANGELOGd9dbd9a
feat: updated CHANGELOG2ab1315
fix: use actions/setup-node@v41406ea3
feat: rework test to work on macos with node 10,12 and 14Updates
@angular-devkit/build-angular
from 0.1102.5 to 18.2.4Release notes
Sourced from
@angular-devkit/build-angular
's releases.... (truncated)
Changelog
Sourced from
@angular-devkit/build-angular
's changelog.... (truncated)
Commits
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.