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

feat(deps): bump prettier from 2.8.8 to 3.0.0 #1571

Merged
merged 3 commits into from
Jul 10, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 10, 2023

Bumps prettier from 2.8.8 to 3.0.0.

Release notes

Sourced from prettier's releases.

3.0.0

diff

🔗 Release note

3.0.0-alpha.6

What's Changed

Other changes since v2, see 3.0.0-alpha.1 release notes

Full Changelog: prettier/prettier@3.0.0-alpha.5...3.0.0-alpha.6

3.0.0-alpha.5

What's Changed

Other changes since v2, see 3.0.0-alpha.1 release notes

Full Changelog: prettier/prettier@3.0.0-alpha.4...3.0.0-alpha.5

3.0.0-alpha.4

What's Changed

Other changes since v2, see 3.0.0-alpha.1 release notes

Full Changelog: prettier/prettier@3.0.0-alpha.3...3.0.0-alpha.4

3.0.0-alpha.3

  • Fix exports field in package.json file

Other changes since v2, see 3.0.0-alpha.1 release notes

Full Changelog: prettier/prettier@3.0.0-alpha.2...3.0.0-alpha.3

3.0.0-alpha.2

  • Fix bundled index.cjs file

Other changes since v2, see 3.0.0-alpha.1 release notes

Full Changelog: prettier/prettier@3.0.0-alpha.1...3.0.0-alpha.2

3.0.0-alpha.1

If you are a plugin developer, please try this version and send us feedback! Feel free to ping @​fisker if you have any questions about v3 migration.

... (truncated)

Changelog

Sourced from prettier's changelog.

3.0.0

diff

🔗 Release Notes

Commits

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 10, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prettier-3.0.0 branch from 4f7e72f to 32218cb Compare July 10, 2023 02:57
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.0.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@2.8.8...3.0.0)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prettier-3.0.0 branch from 32218cb to aa84816 Compare July 10, 2023 02:58
@github-actions
Copy link
Contributor

Diff between prettier 2.8.8 and 3.0.0
diff --git a/LICENSE b/LICENSE
index v2.8.8..v3.0.0 100644
--- a/LICENSE
+++ b/LICENSE
@@ -14,21 +14,26 @@
 
 The published Prettier artifact additionally contains code with the following licenses:
-MIT, ISC, BSD-2-Clause, BSD-3-Clause, Apache-2.0, 0BSD
+MIT, ISC, BSD-2-Clause, BSD-3-Clause, 0BSD, Apache-2.0
 
 ## Bundled dependencies
 
-### @angular/compiler@v12.2.16
+### @angular/compiler@v16.1.3
 
+> Angular - the compiler library
+
 License: MIT
-By: angular
 Repository: <https://github.com/angular/angular.git>
+Author: angular
 
 ----------------------------------------
 
-### @babel/code-frame@v7.18.6
+### @babel/code-frame@v7.22.5
 
+> Generate errors that contain a code frame that point to source locations.
+
 License: MIT
-By: The Babel Team
+Homepage: <https://babel.dev/docs/en/next/babel-code-frame>
 Repository: <https://github.com/babel/babel.git>
+Author: The Babel Team (https://babel.dev/team)
 
 > MIT License
@@ -57,9 +62,11 @@
 ----------------------------------------
 
-### @babel/helper-validator-identifier@v7.19.1
+### @babel/helper-validator-identifier@v7.22.5
 
+> Validate identifier/keywords name
+
 License: MIT
-By: The Babel Team
 Repository: <https://github.com/babel/babel.git>
+Author: The Babel Team (https://babel.dev/team)
 
 > MIT License
@@ -88,9 +95,12 @@
 ----------------------------------------
 
-### @babel/highlight@v7.18.6
+### @babel/highlight@v7.22.5
 
+> Syntax highlight JavaScript strings for output in terminals.
+
 License: MIT
-By: The Babel Team
+Homepage: <https://babel.dev/docs/en/next/babel-highlight>
 Repository: <https://github.com/babel/babel.git>
+Author: The Babel Team (https://babel.dev/team)
 
 > MIT License
@@ -119,9 +129,12 @@
 ----------------------------------------
 
-### @babel/parser@v7.21.3
+### @babel/parser@v7.22.5
 
+> A JavaScript parser
+
 License: MIT
-By: The Babel Team
+Homepage: <https://babel.dev/docs/en/next/babel-parser>
 Repository: <https://github.com/babel/babel.git>
+Author: The Babel Team (https://babel.dev/team)
 
 > Copyright (C) 2012-2014 by various contributors (see AUTHORS)
@@ -149,4 +162,6 @@
 ### @glimmer/env@v0.1.7
 
+> Glimmer application environment variables stub
+
 License: MIT
 
@@ -173,5 +188,5 @@
 ----------------------------------------
 
-### @glimmer/syntax@v0.84.2
+### @glimmer/syntax@v0.84.3
 
 License: MIT
@@ -199,6 +214,8 @@
 ----------------------------------------
 
-### @glimmer/util@v0.84.2
+### @glimmer/util@v0.84.3
 
+> Common utilities used in Glimmer
+
 License: MIT
 
@@ -227,5 +244,8 @@
 ### @handlebars/parser@v2.0.0
 
+> The parser for the Handlebars language
+
 License: ISC
+Homepage: <https://github.com/handlebars-lang/handlebars-parser#readme>
 Repository: <git+https://github.com/handlebars-lang/handlebars-parser.git>
 
@@ -234,7 +254,10 @@
 ### @iarna/toml@v2.2.5
 
+> Better TOML parsing and stringifying all in that familiar JSON interface.
+
 License: ISC
-By: Rebecca Turner
+Homepage: <https://github.com/iarna/iarna-toml#readme>
 Repository: <git+https://github.com/iarna/iarna-toml.git>
+Author: Rebecca Turner <me@re-becca.org> (http://re-becca.org/)
 
 > Copyright (c) 2016, Rebecca Turner <me@re-becca.org>
@@ -256,4 +279,6 @@
 ### @nodelib/fs.scandir@v2.1.5
 
+> List files and directories inside the specified directory
+
 License: MIT
 
@@ -284,4 +309,6 @@
 ### @nodelib/fs.stat@v2.0.5
 
+> Get the status of a file with some features
+
 License: MIT
 
@@ -312,4 +339,6 @@
 ### @nodelib/fs.walk@v1.2.8
 
+> A library for efficiently walking a directory recursively
+
 License: MIT
 
@@ -338,12 +367,14 @@
 ----------------------------------------
 
-### @typescript-eslint/types@v5.55.0
+### @prettier/is-es5-identifier-name@v0.1.0
 
+> Check if provided string is an `IdentifierName` as specified in ECMA262 edition 5.1 section 7.6.
+
 License: MIT
-Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
+Author: fisker Cheung <lionkay@gmail.com>
 
 > MIT License
 >
-> Copyright (c) 2019 typescript-eslint and other contributors
+> Copyright (c) fisker Cheung <lionkay@gmail.com> (https://www.fiskercheung.com/)
 >
 > Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -367,40 +398,40 @@
 ----------------------------------------
 
-### @typescript-eslint/typescript-estree@v5.55.0
+### @prettier/parse-srcset@v3.0.0
 
-License: BSD-2-Clause
-Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
+> A spec-conformant JavaScript parser for the HTML5 srcset attribute
 
-> TypeScript ESTree
+License: MIT
+Homepage: <https://github.com/prettier/parse-srcset#readme>
+Author: Alex Bell <alex@bellandwhistle.net>
+
+> The MIT License (MIT)
 >
-> Originally extracted from:
+> Copyright (c) 2014 Alex Bell
 >
-> TypeScript ESLint Parser
-> Copyright JS Foundation and other contributors, https://js.foundation
+> Permission is hereby granted, free of charge, to any person obtaining a copy
+> of this software and associated documentation files (the "Software"), to deal
+> in the Software without restriction, including without limitation the rights
+> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+> copies of the Software, and to permit persons to whom the Software is
+> furnished to do so, subject to the following conditions:
 >
-> Redistribution and use in source and binary forms, with or without
-> modification, are permitted provided that the following conditions are met:
+> The above copyright notice and this permission notice shall be included in all
+> copies or substantial portions of the Software.
 >
-> - Redistributions of source code must retain the above copyright
->   notice, this list of conditions and the following disclaimer.
-> - Redistributions in binary form must reproduce the above copyright
->   notice, this list of conditions and the following disclaimer in the
->   documentation and/or other materials provided with the distribution.
->
-> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
-> AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-> IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-> ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
-> DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-> (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-> LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
-> ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-> (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-> THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+> SOFTWARE.
 
 ----------------------------------------
 
-### @typescript-eslint/visitor-keys@v5.55.0
+### @typescript-eslint/types@v5.60.1
 
+> Types for the TypeScript-ESTree AST spec
+
 License: MIT
 Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
@@ -430,7 +461,46 @@
 ----------------------------------------
 
-### acorn@v8.8.1
+### @typescript-eslint/typescript-estree@v5.60.1
 
+> A parser that converts TypeScript source code into an ESTree compatible form
+
+License: BSD-2-Clause
+Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
+
+> TypeScript ESTree
+>
+> Originally extracted from:
+>
+> TypeScript ESLint Parser
+> Copyright JS Foundation and other contributors, https://js.foundation
+>
+> Redistribution and use in source and binary forms, with or without
+> modification, are permitted provided that the following conditions are met:
+>
+> - Redistributions of source code must retain the above copyright
+>   notice, this list of conditions and the following disclaimer.
+> - Redistributions in binary form must reproduce the above copyright
+>   notice, this list of conditions and the following disclaimer in the
+>   documentation and/or other materials provided with the distribution.
+>
+> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+> AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+> IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+> ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
+> DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+> (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+> LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+> ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+> (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+> THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+----------------------------------------
+
+### acorn@v8.9.0
+
+> ECMAScript parser
+
 License: MIT
+Homepage: <https://github.com/acornjs/acorn>
 Repository: <https://github.com/acornjs/acorn.git>
 
@@ -461,5 +531,8 @@
 ### acorn-jsx@v5.3.2
 
+> Modern, fast React.js JSX parser
+
 License: MIT
+Homepage: <https://github.com/acornjs/acorn-jsx>
 Repository: <https://github.com/acornjs/acorn-jsx>
 
@@ -486,25 +559,11 @@
 ----------------------------------------
 
-### aggregate-error@v3.1.0
+### angular-estree-parser@v7.0.0
 
-License: MIT
-By: Sindre Sorhus
+> A parser that converts Angular source code into an ESTree-compatible form
 
-> MIT License
->
-> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
->
-> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
->
-> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
->
-> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-----------------------------------------
-
-### angular-estree-parser@v2.5.1
-
 License: MIT
-By: Ika
+Homepage: <https://github.com/prettier/angular-estree-parser#readme>
+Author: Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
 
 > MIT License
@@ -532,29 +591,32 @@
 ----------------------------------------
 
-### angular-html-parser@v1.8.0
+### angular-html-parser@v4.0.1
 
+> A HTML parser extracted from Angular with some modifications
+
 License: MIT
-By: Ika
+Homepage: <https://github.com/prettier/angular-html-parser/blob/master/packages/angular-html-parser#readme>
+Author: Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
 
-> MIT License
->
-> Copyright (c) Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
->
-> Permission is hereby granted, free of charge, to any person obtaining a copy
-> of this software and associated documentation files (the "Software"), to deal
-> in the Software without restriction, including without limitation the rights
-> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-> copies of the Software, and to permit persons to whom the Software is
-> furnished to do so, subject to the following conditions:
->
-> The above copyright notice and this permission notice shall be included in all
-> copies or substantial portions of the Software.
->
-> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+> MIT License
+> 
+> Copyright (c) Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
+> 
+> Permission is hereby granted, free of charge, to any person obtaining a copy
+> of this software and associated documentation files (the "Software"), to deal
+> in the Software without restriction, including without limitation the rights
+> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+> copies of the Software, and to permit persons to whom the Software is
+> furnished to do so, subject to the following conditions:
+> 
+> The above copyright notice and this permission notice shall be included in all
+> copies or substantial portions of the Software.
+> 
+> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 > SOFTWARE.
 
@@ -563,6 +625,8 @@
 ### ansi-regex@v6.0.1
 
+> Regular expression for matching ANSI escape codes
+
 License: MIT
-By: Sindre Sorhus
+Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
 
 > MIT License
@@ -580,23 +644,8 @@
 ### ansi-styles@v3.2.1
 
-License: MIT
-By: Sindre Sorhus
+> ANSI escape codes for styling strings in the terminal
 
-> MIT License
->
-> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
->
-> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
->
-> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
->
-> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-----------------------------------------
-
-### array-union@v2.1.0
-
 License: MIT
-By: Sindre Sorhus
+Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
 
 > MIT License
@@ -614,6 +663,10 @@
 ### bail@v1.0.5
 
+> Throw a given error
+
 License: MIT
-By: Titus Wormer
+Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
+Contributors:
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
 
 > (The MIT License)
@@ -644,7 +697,10 @@
 ### balanced-match@v1.0.2
 
+> Match balanced character pairs, like "{" and "}"
+
 License: MIT
-By: Julian Gruber
+Homepage: <https://github.com/juliangruber/balanced-match>
 Repository: <git://github.com/juliangruber/balanced-match.git>
+Author: Julian Gruber <mail@juliangruber.com> (http://juliangruber.com)
 
 > (MIT)
@@ -674,7 +730,10 @@
 ### brace-expansion@v1.1.11
 
+> Brace expansion as known from sh/bash
+
 License: MIT
-By: Julian Gruber
+Homepage: <https://github.com/juliangruber/brace-expansion>
 Repository: <git://github.com/juliangruber/brace-expansion.git>
+Author: Julian Gruber <mail@juliangruber.com> (http://juliangruber.com)
 
 > MIT License
@@ -704,6 +763,15 @@
 ### braces@v3.0.2
 
+> Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.
+
 License: MIT
-By: Jon Schlinkert
+Homepage: <https://github.com/micromatch/braces>
+Author: Jon Schlinkert (https://github.com/jonschlinkert)
+Contributors:
+ - Brian Woodward (https://twitter.com/doowb)
+ - Elan Shanker (https://github.com/es128)
+ - Eugene Sharygin (https://github.com/eush77)
+ - hemanth.hm (http://h3manth.com)
+ - Jon Schlinkert (http://twitter.com/jonschlinkert)
 
 > The MIT License (MIT)
@@ -731,8 +799,10 @@
 ----------------------------------------
 
-### camelcase@v6.3.0
+### camelcase@v7.0.1
 
+> Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
+
 License: MIT
-By: Sindre Sorhus
+Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
 
 > MIT License
@@ -750,6 +820,10 @@
 ### ccount@v1.1.0
 
+> Count characters
+
 License: MIT
-By: Titus Wormer
+Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
+Contributors:
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
 
 > (The MIT License)
@@ -780,4 +854,6 @@
 ### chalk@v2.4.2
 
+> Terminal string styling done right
+
 License: MIT
 
@@ -794,6 +870,8 @@
 ----------------------------------------
 
-### chalk@v5.0.1
+### chalk@v5.2.0
 
+> Terminal string styling done right
+
 License: MIT
 
@@ -812,6 +890,10 @@
 ### character-entities@v1.2.4
 
+> HTML character entity information
+
 License: MIT
-By: Titus Wormer
+Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
+Contributors:
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
 
 > (The MIT License)
@@ -842,6 +924,10 @@
 ### character-entities-legacy@v1.1.4
 
+> HTML legacy character entity information
+
 License: MIT
-By: Titus Wormer
+Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
+Contributors:
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
 
 > (The MIT License)
@@ -872,6 +958,10 @@
 ### character-reference-invalid@v1.1.4
 
+> HTML invalid numeric character reference information
+
 License: MIT
-By: Titus Wormer
+Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
+Contributors:
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
 
 > (The MIT License)
@@ -900,13 +990,15 @@
 ----------------------------------------
 
-### ci-info@v3.3.0
+### ci-info@v3.8.0
 
+> Get details about the current Continuous Integration environment
+
 License: MIT
-By: Thomas Watson Steen
-Repository: <https://github.com/watson/ci-info.git>
+Homepage: <https://github.com/watson/ci-info>
+Author: Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)
 
 > The MIT License (MIT)
 >
-> Copyright (c) 2016-2021 Thomas Watson Steen
+> Copyright (c) 2016-2023 Thomas Watson Steen
 >
 > Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -930,26 +1022,28 @@
 ----------------------------------------
 
-### clean-stack@v2.2.0
+### clone@v1.0.4
 
-License: MIT
-By: Sindre Sorhus
+> deep cloning of objects and arrays
 
-> MIT License
->
-> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
->
-> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
->
-> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
->
-> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-----------------------------------------
-
-### clone@v1.0.4
-
 License: MIT
-By: Paul Vorbach
 Repository: <git://github.com/pvorb/node-clone.git>
+Author: Paul Vorbach <paul@vorba.ch> (http://paul.vorba.ch/)
+Contributors:
+ - Blake Miner <miner.blake@gmail.com> (http://www.blakeminer.com/)
+ - Tian You <axqd001@gmail.com> (http://blog.axqd.net/)
+ - George Stagas <gstagas@gmail.com> (http://stagas.com/)
+ - Tobiasz Cudnik <tobiasz.cudnik@gmail.com> (https://github.com/TobiaszCudnik)
+ - Pavel Lang <langpavel@phpskelet.org> (https://github.com/langpavel)
+ - Dan MacTough (http://yabfog.com/)
+ - w1nk (https://github.com/w1nk)
+ - Hugh Kennedy (http://twitter.com/hughskennedy)
+ - Dustin Diaz (http://dustindiaz.com)
+ - Ilya Shaisultanov (https://github.com/diversario)
+ - Nathan MacInnes <nathan@macinn.es> (http://macinn.es/)
+ - Benjamin E. Coe <ben@npmjs.com> (https://twitter.com/benjamincoe)
+ - Nathan Zadoks (https://github.com/nathan7)
+ - Róbert Oroszi <robert+gh@oroszi.net> (https://github.com/oroce)
+ - Aurélio A. Heckert (http://softwarelivre.org/aurium)
+ - Guy Ellis (http://www.guyellisrocks.com/)
 
 > Copyright © 2011-2015 Paul Vorbach <paul@vorba.ch>
@@ -976,6 +1070,10 @@
 ### collapse-white-space@v1.0.6
 
+> Replace multiple white-space characters with a single space
+
 License: MIT
-By: Titus Wormer
+Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
+Contributors:
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
 
 > (The MIT License)
@@ -1006,6 +1104,8 @@
 ### color-convert@v1.9.3
 
+> Plain color conversion functions
+
 License: MIT
-By: Heather Arthur
+Author: Heather Arthur <fayearthur@gmail.com>
 
 > Copyright (c) 2011-2016 Heather Arthur <fayearthur@gmail.com>
@@ -1034,7 +1134,10 @@
 ### color-name@v1.1.3
 
+> A list of color names and its values
+
 License: MIT
-By: DY
+Homepage: <https://github.com/dfcreative/color-name>
 Repository: <git@github.com:dfcreative/color-name.git>
+Author: DY <dfcreative@gmail.com>
 
 > The MIT License (MIT)
@@ -1049,34 +1152,27 @@
 ----------------------------------------
 
-### commondir@v1.0.1
+### common-path-prefix@v3.0.0
 
-License: MIT
-By: James Halliday
-Repository: <http://github.com/substack/node-commondir.git>
+> Computes the longest prefix string that is common to each path, excluding the base component
 
-> The MIT License
+License: ISC
+Homepage: <https://github.com/novemberborn/common-path-prefix#readme>
+Repository: <git+https://github.com/novemberborn/common-path-prefix.git>
+Author: Mark Wubben (https://novemberborn.net/)
+
+> ISC License (ISC)
+> Copyright (c) 2016, Mark Wubben
 >
-> Copyright (c) 2013 James Halliday (mail@substack.net)
+> Permission to use, copy, modify, and/or distribute this software for any purpose
+> with or without fee is hereby granted, provided that the above copyright notice
+> and this permission notice appear in all copies.
 >
-> Permission is hereby granted, free of charge, 
-> to any person obtaining a copy of this software and 
-> associated documentation files (the "Software"), to 
-> deal in the Software without restriction, including 
-> without limitation the rights to use, copy, modify, 
-> merge, publish, distribute, sublicense, and/or sell 
-> copies of the Software, and to permit persons to whom 
-> the Software is furnished to do so, 
-> subject to the following conditions:
->
-> The above copyright notice and this permission notice 
-> shall be included in all copies or substantial portions of the Software.
->
-> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
-> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 
-> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 
-> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR 
-> ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 
-> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 
-> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
+> REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
+> FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
+> INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
+> OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+> TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
+> THIS SOFTWARE.
 
 ----------------------------------------
@@ -1084,7 +1180,9 @@
 ### concat-map@v0.0.1
 
+> concatenative mapdashery
+
 License: MIT
-By: James Halliday
 Repository: <git://github.com/substack/node-concat-map.git>
+Author: James Halliday <mail@substack.net> (http://substack.net)
 
 > This software is released under the MIT license:
@@ -1109,9 +1207,16 @@
 ----------------------------------------
 
-### cosmiconfig@v7.0.1
+### cosmiconfig@v8.2.0
 
+> Find and load configuration from a package.json property, rc file, or CommonJS module
+
 License: MIT
-By: David Clark
-Repository: <git+https://github.com/davidtheclark/cosmiconfig.git>
+Homepage: <https://github.com/cosmiconfig/cosmiconfig#readme>
+Repository: <git+https://github.com/cosmiconfig/cosmiconfig.git>
+Author: Daniel Fischer <daniel@d-fischer.dev>
+Contributors:
+ - David Clark <david.dave.clark@gmail.com>
+ - Bogdan Chadkin <trysound@yandex.ru>
+ - Suhas Karanth <sudo.suhas@gmail.com>
 
 > The MIT License (MIT)
@@ -1139,85 +1244,16 @@
 ----------------------------------------
 
-### cross-spawn@v7.0.3
+### dashify@v2.0.0
 
-License: MIT
-By: André Cruz
-Repository: <git@github.com:moxystudio/node-cross-spawn.git>
+> Convert a camelcase or space-separated string to a dash-separated string. ~12 sloc, fast, supports diacritics.
 
-> The MIT License (MIT)
->
-> Copyright (c) 2018 Made With MOXY Lda <hello@moxy.studio>
->
-> Permission is hereby granted, free of charge, to any person obtaining a copy
-> of this software and associated documentation files (the "Software"), to deal
-> in the Software without restriction, including without limitation the rights
-> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-> copies of the Software, and to permit persons to whom the Software is
-> furnished to do so, subject to the following conditions:
->
-> The above copyright notice and this permission notice shall be included in
-> all copies or substantial portions of the Software.
->
-> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-> THE SOFTWARE.
-
-----------------------------------------
-
-### crypto-random-string@v4.0.0
-
 License: MIT
-By: Sindre Sorhus
+Homepage: <https://github.com/jonschlinkert/dashify>
+Author: Jon Schlinkert (https://github.com/jonschlinkert)
+Contributors:
+ - Jeffrey Priebe (https://github.com/jeffreypriebe)
+ - Jon Schlinkert (http://twitter.com/jonschlinkert)
+ - Ondrej Brinkel (https://www.anzui.de)
 
-> MIT License
->
-> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
->
-> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
->
-> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
->
-> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-----------------------------------------
-
-### css-units-list@v1.1.0
-
-License: MIT
-By: fisker Cheung
-
-> MIT License
->
-> Copyright (c) fisker Cheung <lionkay@gmail.com> (https://www.fiskercheung.com/)
->
-> Permission is hereby granted, free of charge, to any person obtaining a copy
-> of this software and associated documentation files (the "Software"), to deal
-> in the Software without restriction, including without limitation the rights
-> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-> copies of the Software, and to permit persons to whom the Software is
-> furnished to do so, subject to the following conditions:
->
-> The above copyright notice and this permission notice shall be included in all
-> copies or substantial portions of the Software.
->
-> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-> SOFTWARE.
-
-----------------------------------------
-
-### dashify@v2.0.0
-
-License: MIT
-By: Jon Schlinkert
-
 > The MIT License (MIT)
 >
@@ -1246,7 +1282,9 @@
 ### defaults@v1.0.4
 
+> merge single level defaults over a config object
+
 License: MIT
-By: Elijah Insua
 Repository: <git://github.com/sindresorhus/node-defaults.git>
+Author: Elijah Insua <tmpvar@gmail.com>
 
 > The MIT License (MIT)
@@ -1275,40 +1313,8 @@
 ----------------------------------------
 
-### del@v6.1.1
+### diff@v5.1.0
 
-License: MIT
-By: Sindre Sorhus
+> A javascript text diff implementation.
 
-> MIT License
->
-> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
->
-> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
->
-> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
->
-> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-----------------------------------------
-
-### detect-newline@v3.1.0
-
-License: MIT
-By: Sindre Sorhus
-
-> MIT License
->
-> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
->
-> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
->
-> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
->
-> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-----------------------------------------
-
-### diff@v5.0.0
-
 License: BSD-3-Clause
 Repository: <git://github.com/kpdecker/jsdiff.git>
@@ -1348,26 +1354,24 @@
 ----------------------------------------
 
-### dir-glob@v3.0.1
+### eastasianwidth@v0.2.0
 
+> Get East Asian Width from a character.
+
 License: MIT
-By: Kevin Mårtensson
+Author: Masaki Komagata
 
-> MIT License
->
-> Copyright (c) Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)
->
-> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
->
-> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
->
-> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
 ----------------------------------------
 
 ### editorconfig@v0.15.3
 
+> EditorConfig File Locator and Interpreter for Node.js
+
 License: MIT
-By: EditorConfig Team
 Repository: <git://github.com/editorconfig/editorconfig-core-js.git>
+Author: EditorConfig Team
+Contributors:
+ - Hong Xu (topbug.net)
+ - Jed Mao (https://github.com/jedmao/)
+ - Trey Hunner (http://treyhunner.com)
 
 > Copyright © 2012 EditorConfig Team
@@ -1395,15 +1399,21 @@
 ### editorconfig-to-prettier@v1.0.0
 
+> Converts an `editorconfig`-parsed object to a `prettier` configuration
+
 License: ISC
-By: Joseph Frazier
+Homepage: <https://github.com/josephfrazier/editorconfig-to-prettier#readme>
 Repository: <git+https://github.com/josephfrazier/editorconfig-to-prettier.git>
+Author: Joseph Frazier <1212jtraceur@gmail.com>
 
 ----------------------------------------
 
-### emoji-regex@v9.2.2
+### emoji-regex@v10.2.1
 
+> A regular expression to match all Emoji-only symbols as per the Unicode Standard.
+
 License: MIT
-By: Mathias Bynens
+Homepage: <https://mths.be/emoji-regex>
 Repository: <https://github.com/mathiasbynens/emoji-regex.git>
+Author: Mathias Bynens (https://mathiasbynens.be/)
 
 > Copyright Mathias Bynens <https://mathiasbynens.be/>
@@ -1432,4 +1442,6 @@
 ### error-ex@v1.3.2
 
+> Easy error subclassing and stack customization
+
 License: MIT
 
@@ -1460,6 +1472,8 @@
 ### escape-string-regexp@v1.0.5
 
+> Escape RegExp special characters
+
 License: MIT
-By: Sindre Sorhus
+Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
 
 > The MIT License (MIT)
@@ -1489,6 +1503,8 @@
 ### escape-string-regexp@v5.0.0
 
+> Escape RegExp special characters
+
 License: MIT
-By: Sindre Sorhus
+Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
 
 > MIT License
@@ -1504,217 +1520,11 @@
 ----------------------------------------
 
-### eslint-visitor-keys@v3.3.0
+### espree@v9.6.0
 
-License: Apache-2.0
-By: Toru Nagashima
+> An Esprima-compatible JavaScript parser built on Acorn
 
-> Apache License
->                            Version 2.0, January 2004
->                         http://www.apache.org/licenses/
->
->    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
->
->    1. Definitions.
->
->       "License" shall mean the terms and conditions for use, reproduction,
->       and distribution as defined by Sections 1 through 9 of this document.
->
->       "Licensor" shall mean the copyright owner or entity authorized by
->       the copyright owner that is granting the License.
->
->       "Legal Entity" shall mean the union of the acting entity and all
->       other entities that control, are controlled by, or are under common
->       control with that entity. For the purposes of this definition,
->       "control" means (i) the power, direct or indirect, to cause the
->       direction or management of such entity, whether by contract or
->       otherwise, or (ii) ownership of fifty percent (50%) or more of the
->       outstanding shares, or (iii) beneficial ownership of such entity.
->
->       "You" (or "Your") shall mean an individual or Legal Entity
->       exercising permissions granted by this License.
->
->       "Source" form shall mean the preferred form for making modifications,
->       including but not limited to software source code, documentation
->       source, and configuration files.
->
->       "Object" form shall mean any form resulting from mechanical
->       transformation or translation of a Source form, including but
->       not limited to compiled object code, generated documentation,
->       and conversions to other media types.
->
->       "Work" shall mean the work of authorship, whether in Source or
->       Object form, made available under the License, as indicated by a
->       copyright notice that is included in or attached to the work
->       (an example is provided in the Appendix below).
->
->       "Derivative Works" shall mean any work, whether in Source or Object
->       form, that is based on (or derived from) the Work and for which the
->       editorial revisions, annotations, elaborations, or other modifications
->       represent, as a whole, an original work of authorship. For the purposes
->       of this License, Derivative Works shall not include works that remain
->       separable from, or merely link (or bind by name) to the interfaces of,
->       the Work and Derivative Works thereof.
->
->       "Contribution" shall mean any work of authorship, including
->       the original version of the Work and any modifications or additions
->       to that Work or Derivative Works thereof, that is intentionally
->       submitted to Licensor for inclusion in the Work by the copyright owner
->       or by an individual or Legal Entity authorized to submit on behalf of
->       the copyright owner. For the purposes of this definition, "submitted"
->       means any form of electronic, verbal, or written communication sent
->       to the Licensor or its representatives, including but not limited to
->       communication on electronic mailing lists, source code control systems,
->       and issue tracking systems that are managed by, or on behalf of, the
->       Licensor for the purpose of discussing and improving the Work, but
->       excluding communication that is conspicuously marked or otherwise
->       designated in writing by the copyright owner as "Not a Contribution."
->
->       "Contributor" shall mean Licensor and any individual or Legal Entity
->       on behalf of whom a Contribution has been received by Licensor and
->       subsequently incorporated within the Work.
->
->    2. Grant of Copyright License. Subject to the terms and conditions of
->       this License, each Contributor hereby grants to You a perpetual,
->       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
->       copyright license to reproduce, prepare Derivative Works of,
->       publicly display, publicly perform, sublicense, and distribute the
->       Work and such Derivative Works in Source or Object form.
->
->    3. Grant of Patent License. Subject to the terms and conditions of
->       this License, each Contributor hereby grants to You a perpetual,
->       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
->       (except as stated in this section) patent license to make, have made,
->       use, offer to sell, sell, import, and otherwise transfer the Work,
->       where such license applies only to those patent claims licensable
->       by such Contributor that are necessarily infringed by their
->       Contribution(s) alone or by combination of their Contribution(s)
->       with the Work to which such Contribution(s) was submitted. If You
->       institute patent litigation against any entity (including a
->       cross-claim or counterclaim in a lawsuit) alleging that the Work
->       or a Contribution incorporated within the Work constitutes direct
->       or contributory patent infringement, then any patent licenses
->       granted to You under this License for that Work shall terminate
->       as of the date such litigation is filed.
->
->    4. Redistribution. You may reproduce and distribute copies of the
->       Work or Derivative Works thereof in any medium, with or without
->       modifications, and in Source or Object form, provided that You
->       meet the following conditions:
->
->       (a) You must give any other recipients of the Work or
->           Derivative Works a copy of this License; and
->
->       (b) You must cause any modified files to carry prominent notices
->           stating that You changed the files; and
->
->       (c) You must retain, in the Source form of any Derivative Works
->           that You distribute, all copyright, patent, trademark, and
->           attribution notices from the Source form of the Work,
->           excluding those notices that do not pertain to any part of
->           the Derivative Works; and
->
->       (d) If the Work includes a "NOTICE" text file as part of its
->           distribution, then any Derivative Works that You distribute must
->           include a readable copy of the attribution notices contained
->           within such NOTICE file, excluding those notices that do not
->           pertain to any part of the Derivative Works, in at least one
->           of the following places: within a NOTICE text file distributed
->           as part of the Derivative Works; within the Source form or
->           documentation, if provided along with the Derivative Works; or,
->           within a display generated by the Derivative Works, if and
->           wherever such third-party notices normally appear. The contents
->           of the NOTICE file are for informational purposes only and
->           do not modify the License. You may add Your own attribution
->           notices within Derivative Works that You distribute, alongside
->           or as an addendum to the NOTICE text from the Work, provided
->           that such additional attribution notices cannot be construed
->           as modifying the License.
->
->       You may add Your own copyright statement to Your modifications and
->       may provide additional or different license terms and conditions
->       for use, reproduction, or distribution of Your modifications, or
->       for any such Derivative Works as a whole, provided Your use,
->       reproduction, and distribution of the Work otherwise complies with
->       the conditions stated in this License.
->
->    5. Submission of Contributions. Unless You explicitly state otherwise,
->       any Contribution intentionally submitted for inclusion in the Work
->       by You to the Licensor shall be under the terms and conditions of
->       this License, without any additional terms or conditions.
->       Notwithstanding the above, nothing herein shall supersede or modify
->       the terms of any separate license agreement you may have executed
->       with Licensor regarding such Contributions.
->
->    6. Trademarks. This License does not grant permission to use the trade
->       names, trademarks, service marks, or product names of the Licensor,
->       except as required for reasonable and customary use in describing the
->       origin of the Work and reproducing the content of the NOTICE file.
->
->    7. Disclaimer of Warranty. Unless required by applicable law or
->       agreed to in writing, Licensor provides the Work (and each
->       Contributor provides its Contributions) on an "AS IS" BASIS,
->       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
->       implied, including, without limitation, any warranties or conditions
->       of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
->       PARTICULAR PURPOSE. You are solely responsible for determining the
->       appropriateness of using or redistributing the Work and assume any
->       risks associated with Your exercise of permissions under this License.
->
->    8. Limitation of Liability. In no event and under no legal theory,
->       whether in tort (including negligence), contract, or otherwise,
->       unless required by applicable law (such as deliberate and grossly
->       negligent acts) or agreed to in writing, shall any Contributor be
->       liable to You for damages, including any direct, indirect, special,
->       incidental, or consequential damages of any character arising as a
->       result of this License or out of the use or inability to use the
->       Work (including but not limited to damages for loss of goodwill,
->       work stoppage, computer failure or malfunction, or any and all
->       other commercial damages or losses), even if such Contributor
->       has been advised of the possibility of such damages.
->
->    9. Accepting Warranty or Additional Liability. While redistributing
->       the Work or Derivative Works thereof, You may choose to offer,
->       and charge a fee for, acceptance of support, warranty, indemnity,
->       or other liability obligations and/or rights consistent with this
->       License. However, in accepting such obligations, You may act only
->       on Your own behalf and on Your sole responsibility, not on behalf
->       of any other Contributor, and only if You agree to indemnify,
->       defend, and hold each Contributor harmless for any liability
->       incurred by, or claims asserted against, such Contributor by reason
->       of your accepting any such warranty or additional liability.
->
->    END OF TERMS AND CONDITIONS
->
->    APPENDIX: How to apply the Apache License to your work.
->
->       To apply the Apache License to your work, attach the following
->       boilerplate notice, with the fields enclosed by brackets "{}"
->       replaced with your own identifying information. (Don't include
->       the brackets!)  The text should be enclosed in the appropriate
->       comment syntax for the file format. We also recommend that a
->       file or class name and description of purpose be included on the
->       same "printed page" as the copyright notice for easier
->       identification within third-party archives.
->
->    Copyright contributors
->
->    Licensed under the Apache License, Version 2.0 (the "License");
->    you may not use this file except in compliance with the License.
->    You may obtain a copy of the License at
->
->        http://www.apache.org/licenses/LICENSE-2.0
->
->    Unless required by applicable law or agreed to in writing, software
->    distributed under the License is distributed on an "AS IS" BASIS,
->    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
->    See the License for the specific language governing permissions and
->    limitations under the License.
-
-----------------------------------------
-
-### espree@v9.4.1
-
 License: BSD-2-Clause
-By: Nicholas C. Zakas
+Homepage: <https://github.com/eslint/espree>
+Author: Nicholas C. Zakas <nicholas+npm@nczconsulting.com>
 
 > BSD 2-Clause License
@@ -1746,53 +1556,13 @@
 ----------------------------------------
 
-### esutils@v2.0.3
+### extend@v3.0.2
 
-License: BSD-2-Clause
-Repository: <http://github.com/estools/esutils.git>
+> Port of jQuery.extend for node.js and the browser
 
-> Redistribution and use in source and binary forms, with or without
-> modification, are permitted provided that the following conditions are met:
->
->   * Redistributions of source code must retain the above copyright
->     notice, this list of conditions and the following disclaimer.
->   * Redistributions in binary form must reproduce the above copyright
->     notice, this list of conditions and the following disclaimer in the
->     documentation and/or other materials provided with the distribution.
->
-> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
-> AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-> IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-> ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
-> DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-> (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-> LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
-> ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-> (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-> THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-----------------------------------------
-
-### execa@v6.1.0
-
 License: MIT
-By: Sindre Sorhus
-
-> MIT License
->
-> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
->
-> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
->
-> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
->
-> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-----------------------------------------
-
-### extend@v3.0.2
-
-License: MIT
-By: Stefan Thomas
 Repository: <https://github.com/justmoon/node-extend.git>
+Author: Stefan Thomas <justmoon@members.fsf.org> (http://www.justmoon.net)
+Contributors:
+ - Jordan Harband (https://github.com/ljharb)
 
 > The MIT License (MIT)
@@ -1823,6 +1593,8 @@
 ### fast-glob@v3.2.12
 
+> It's a very fast and efficient glob library for Node.js
+
 License: MIT
-By: Denis Malinochkin
+Author: Denis Malinochkin (https://mrmlnc.com)
 
 > The MIT License (MIT)
@@ -1852,7 +1624,10 @@
 ### fast-json-stable-stringify@v2.1.0
 
+> deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify
+
 License: MIT
-By: James Halliday
+Homepage: <https://github.com/epoberezkin/fast-json-stable-stringify>
 Repository: <git://github.com/epoberezkin/fast-json-stable-stringify.git>
+Author: James Halliday <mail@substack.net> (http://substack.net)
 
 > This software is released under the MIT license:
@@ -1880,9 +1655,12 @@
 ----------------------------------------
 
-### fastq@v1.14.0
+### fastq@v1.15.0
 
+> Fast, in memory work queue
+
 License: ISC
-By: Matteo Collina
+Homepage: <https://github.com/mcollina/fastq#readme>
 Repository: <git+https://github.com/mcollina/fastq.git>
+Author: Matteo Collina <hello@matteocollina.com>
 
 > Copyright (c) 2015-2020, Matteo Collina <matteo.collina@gmail.com>
@@ -1904,6 +1682,8 @@
 ### file-entry-cache@v6.0.1
 
+> Super simple cache for file metadata, useful for process that work o a given series of files and that only need to repeat the job on the changed ones since the previous run of the process
+
 License: MIT
-By: Roy Riojas
+Author: Roy Riojas (http://royriojas.com)
 
 > The MIT License (MIT)
@@ -1933,6 +1713,15 @@
 ### fill-range@v7.0.1
 
+> Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`
+
 License: MIT
-By: Jon Schlinkert
+Homepage: <https://github.com/jonschlinkert/fill-range>
+Author: Jon Schlinkert (https://github.com/jonschlinkert)
+Contributors:
+ - Edo Rivai (edo.rivai.nl)
+ - Jon Schlinkert (http://twitter.com/jonschlinkert)
+ - Paul Miller (paulmillr.com)
+ - Rouven Weßling (www.rouvenwessling.de)
+ - null (https://github.com/wtgtybhertgeghgtwtg)
 
 > The MIT License (MIT)
@@ -1960,11 +1749,15 @@
 ----------------------------------------
 
-### find-cache-dir@v3.3.2
+### find-cache-dir@v4.0.0
 
+> Finds the common standard cache directory
+
 License: MIT
+Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
 
 > MIT License
 >
 > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
+> Copyright (c) James Talmage <james@talmage.io> (https://github.com/jamestalmage)
 >
 > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
@@ -1978,7 +1771,10 @@
 ### find-parent-dir@v0.3.1
 
+> Finds the first parent directory that contains a given file or directory.
+
 License: MIT
-By: Thorsten Lorenz
+Homepage: <https://github.com/thlorenz/find-parent-dir>
 Repository: <git://github.com/thlorenz/find-parent-dir.git>
+Author: Thorsten Lorenz <thlorenz@gmx.de> (http://thlorenz.com)
 
 > Copyright 2013 Thorsten Lorenz. 
@@ -2008,12 +1804,14 @@
 ----------------------------------------
 
-### find-up@v4.1.0
+### find-up@v6.3.0
 
+> Find a file or directory by walking up parent directories
+
 License: MIT
-By: Sindre Sorhus
+Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
 
 > MIT License
 >
-> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
+> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
 >
 > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
@@ -2027,6 +1825,8 @@
 ### flat-cache@v3.0.4
 
+> A stupidly simple key/value storage using files to persist some data
+
 License: MIT
-By: Roy Riojas
+Author: Roy Riojas (http://royriojas.com)
 
 > The MIT License (MIT)
@@ -2056,7 +1856,10 @@
 ### flatted@v3.2.7
 
+> A super light and fast circular JSON parser.
+
 License: ISC
-By: Andrea Giammarchi
+Homepage: <https://github.com/WebReflection/flatted#readme>
 Repository: <git+https://github.com/WebReflection/flatted.git>
+Author: Andrea Giammarchi
 
 > ISC License
@@ -2080,7 +1883,12 @@
 ### flatten@v1.0.3
 
+> Flatten arbitrarily nested arrays into a non-nested list of non-array items. Maintained for legacy compatibility.
+
 License: MIT
-By: Joshua Holbrook
+Homepage: <https://github.com/mk-pmb/flatten-js/#readme>
 Repository: <git+https://github.com/mk-pmb/flatten-js.git>
+Author: Joshua Holbrook <josh.holbrook@gmail.com> (http://jesusabdullah.net)
+Contributors:
+ - M.K. (https://github.com/mk-pmb)
 
 > The MIT License (MIT)
@@ -2108,9 +1916,12 @@
 ----------------------------------------
 
-### flow-parser@v0.180.0
+### flow-parser@v0.211.0
 
+> JavaScript parser written in OCaml. Produces ESTree AST
+
 License: MIT
-By: Flow Team
+Homepage: <https://flow.org>
 Repository: <https://github.com/facebook/flow.git>
+Author: Flow Team <flow@fb.com>
 
 ----------------------------------------
@@ -2118,7 +1929,9 @@
 ### fs.realpath@v1.0.0
 
+> Use node's fs.realpath, but fall back to the JS implementation if the native one fails
+
 License: ISC
-By: Isaac Z. Schlueter
 Repository: <git+https://github.com/isaacs/fs.realpath.git>
+Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
 
 > The ISC License
@@ -2168,35 +1981,10 @@
 ----------------------------------------
 
-### function-bind@v1.1.1
+### get-stdin@v9.0.0
 
-License: MIT
-By: Raynos
+> Get stdin as a string or buffer
 
-> Copyright (c) 2013 Raynos.
->
-> Permission is hereby granted, free of charge, to any person obtaining a copy
-> of this software and associated documentation files (the "Software"), to deal
-> in the Software without restriction, including without limitation the rights
-> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-> copies of the Software, and to permit persons to whom the Software is
-> furnished to do so, subject to the following conditions:
->
-> The above copyright notice and this permission notice shall be included in
-> all copies or substantial portions of the Software.
->
-> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-> THE SOFTWARE.
-
-----------------------------------------
-
-### get-stdin@v8.0.0
-
 License: MIT
-By: Sindre Sorhus
+Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
 
 > MIT License
@@ -2212,26 +2000,11 @@
 ----------------------------------------
 
-### get-stream@v6.0.1
+### glob@v7.2.3
 
-License: MIT
-By: Sindre Sorhus
+> a little globber
 
-> MIT License
->
-> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
->
-> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
->
-> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
->
-> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-----------------------------------------
-
-### glob@v7.2.3
-
 License: ISC
-By: Isaac Z. Schlueter
 Repository: <git://github.com/isaacs/node-glob.git>
+Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
 
 > The ISC License
@@ -2261,6 +2034,11 @@
 ### glob-parent@v5.1.2
 
+> Extract the non-magic parent path from a glob string.
+
 License: ISC
-By: Gulp Team
+Author: Gulp Team <team@gulpjs.com> (https://gulpjs.com/)
+Contributors:
+ - Elan Shanker (https://github.com/es128)
+ - Blaine Bublitz <blaine.bublitz@gmail.com>
 
 > The ISC License
@@ -2282,47 +2060,10 @@
 ----------------------------------------
 
-### globby@v11.1.0
+### graphql@v16.7.1
 
-License: MIT
-By: Sindre Sorhus
+> A Query Language and Runtime which can target any service.
 
-> MIT License
->
-> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
->
-> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
->
-> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
->
-> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-----------------------------------------
-
-### graceful-fs@v4.2.10
-
-License: ISC
-Repository: <https://github.com/isaacs/node-graceful-fs>
-
-> The ISC License
->
-> Copyright (c) 2011-2022 Isaac Z. Schlueter, Ben Noordhuis, and Contributors
->
-> Permission to use, copy, modify, and/or distribute this software for any
-> purpose with or without fee is hereby granted, provided that the above
-> copyright notice and this permission notice appear in all copies.
->
-> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
-> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-
-----------------------------------------
-
-### graphql@v15.6.1
-
 License: MIT
+Homepage: <https://github.com/graphql/graphql-js>
 Repository: <https://github.com/graphql/graphql-js.git>
 
@@ -2351,39 +2092,10 @@
 ----------------------------------------
 
-### has@v1.0.3
+### has-flag@v3.0.0
 
-License: MIT
-By: Thiago de Arruda
-Repository: <git://github.com/tarruda/has.git>
+> Check if argv has a specific flag
 
-> Copyright (c) 2013 Thiago de Arruda
->
-> Permission is hereby granted, free of charge, to

(too long so truncated)

Size Files
10.7 MB → 8.2 MB (-2.6 MB 🟢) 34 → 54 (+20 🟡)
Command details
npm diff --diff=prettier@2.8.8 --diff=prettier@3.0.0 --diff-unified=2

See also the npm diff document.

Reported by ybiquitous/npm-diff-action@v1.4.1 (Node.js 18.16.1 and npm 9.8.0)

@ybiquitous ybiquitous changed the title chore(deps): bump prettier from 2.8.8 to 3.0.0 feat(deps): bump prettier from 2.8.8 to 3.0.0 Jul 10, 2023
@ybiquitous ybiquitous merged commit 4fda9be into main Jul 10, 2023
5 checks passed
@ybiquitous ybiquitous deleted the dependabot/npm_and_yarn/prettier-3.0.0 branch July 10, 2023 03:41
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant