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

Build(deps): Bump micromatch from 4.0.4 to 4.0.5 #12550

Merged
merged 4 commits into from
Mar 27, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2022

Bumps micromatch from 4.0.4 to 4.0.5.

Commits
  • 002d0d1 4.0.5 - Massive (100x) performance improvement of micromatch.not(), thanks ...
  • 4201cb4 fix windows tests
  • 32fe3fe add github workflows, upgrade deps
  • 9a26c20 Merge pull request #228 from antonyk/patch-1
  • 9b9abac Merge pull request #229 from antonyk/patch-2
  • 3899055 Merge pull request #233 from joyceerhl/patch-1
  • 6598377 Use Set.prototype.has over Array.prototype.includes
  • 36ef44e fix parse method's jsdoc
  • 20825e4 fix typo in docs
  • 34f44b4 Remove tidelift
  • See full diff in compare view

Dependabot compatibility score

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 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)

Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.4 to 4.0.5.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.4...4.0.5)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added javascript Pull requests that update Javascript code scope:dependency Issues that cannot be solved inside Prettier itself, and must be fixed in a dependency labels Mar 27, 2022
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.4 to 4.0.5.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.4...4.0.5)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/micromatch-4.0.5 branch from 990bcea to 84b4929 Compare March 27, 2022 10:01
@github-actions
Copy link

Size Change: +8 B (0%)

Total Size: 17.7 MB

Filename Size Change
./dist/cli.js 420 kB +4 B (0%)
./dist/index.js 1.46 MB +4 B (0%)
ℹ️ View Unchanged
Filename Size
./dist/bin-prettier.js 1.98 kB
./dist/doc.js 68.3 kB
./dist/esm 4.1 kB
./dist/esm/parser-angular.mjs 58.8 kB
./dist/esm/parser-babel.mjs 314 kB
./dist/esm/parser-espree.mjs 154 kB
./dist/esm/parser-flow.mjs 2.07 MB
./dist/esm/parser-glimmer.mjs 192 kB
./dist/esm/parser-graphql.mjs 42.8 kB
./dist/esm/parser-html.mjs 162 kB
./dist/esm/parser-markdown.mjs 169 kB
./dist/esm/parser-meriyah.mjs 161 kB
./dist/esm/parser-postcss.mjs 157 kB
./dist/esm/parser-typescript.mjs 3.51 MB
./dist/esm/parser-yaml.mjs 129 kB
./dist/esm/standalone.mjs 440 kB
./dist/LICENSE 279 kB
./dist/package.json 616 B
./dist/parser-angular.js 59.2 kB
./dist/parser-babel.js 314 kB
./dist/parser-espree.js 154 kB
./dist/parser-flow.js 2.07 MB
./dist/parser-glimmer.js 192 kB
./dist/parser-graphql.js 43.2 kB
./dist/parser-html.js 162 kB
./dist/parser-markdown.js 170 kB
./dist/parser-meriyah.js 161 kB
./dist/parser-postcss.js 157 kB
./dist/parser-typescript.js 3.51 MB
./dist/parser-yaml.js 130 kB
./dist/README.md 4.13 kB
./dist/standalone.js 440 kB
./dist/third-party.js 303 kB

compressed-size-action

@sosukesuzuki sosukesuzuki merged commit 529312e into main Mar 27, 2022
@sosukesuzuki sosukesuzuki deleted the dependabot/npm_and_yarn/micromatch-4.0.5 branch March 27, 2022 17:18
sosukesuzuki added a commit that referenced this pull request Apr 2, 2022
* Build(deps): Bump micromatch from 4.0.4 to 4.0.5

Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.4 to 4.0.5.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.4...4.0.5)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Build(deps): Bump micromatch from 4.0.4 to 4.0.5

Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.4 to 4.0.5.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.4...4.0.5)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update vendors

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sosuke Suzuki <aosukeke@gmail.com>
sosukesuzuki added a commit that referenced this pull request Apr 2, 2022
* Build(deps): Bump micromatch from 4.0.4 to 4.0.5

Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.4 to 4.0.5.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.4...4.0.5)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Build(deps): Bump micromatch from 4.0.4 to 4.0.5

Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.4 to 4.0.5.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.4...4.0.5)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update vendors

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sosuke Suzuki <aosukeke@gmail.com>
medikoo pushed a commit to medikoo/prettier-elastic that referenced this pull request Jan 3, 2024
* Build(deps): Bump micromatch from 4.0.4 to 4.0.5

Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.4 to 4.0.5.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.4...4.0.5)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Build(deps): Bump micromatch from 4.0.4 to 4.0.5

Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.4 to 4.0.5.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.4...4.0.5)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update vendors

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sosuke Suzuki <aosukeke@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
javascript Pull requests that update Javascript code scope:dependency Issues that cannot be solved inside Prettier itself, and must be fixed in a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants