Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update globby to 11.1.0 #623

Merged
merged 2 commits into from
Apr 5, 2023

Conversation

MikeMcC399
Copy link
Collaborator

@MikeMcC399 MikeMcC399 commented Apr 5, 2023

This PR updates the npm package globby from globby@9.1.0 to globby@version11 v11.1.0.

This removes some deprecation warnings output by executing npm install:


BEFORE

$ npm install
npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
npm WARN deprecated puppeteer@18.1.0: < 19.4.0 is no longer supported

AFTER

$ npm install
npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
npm WARN deprecated puppeteer@18.1.0: < 19.4.0 is no longer supported

Notes

Since eslint-plugin-json-format@latest (2.0.1) indirectly requires globby@10.0.0 there is currently no advantage in updating to globby@latest (13.1.3), which is an ESM-only module. Instead we stay with the latest CommonJS version globby@version11 (11.1.0).

$ npm ls globby
cypress-example-kitchensink@0.0.0-development
├─┬ eslint-plugin-json-format@2.0.1
│ └─┬ sort-package-json@1.57.0
│   └── globby@10.0.0
├── globby@11.1.0
└─┬ semantic-release@15.13.32
  └─┬ @semantic-release/github@5.5.8
    └── globby@10.0.2

@MikeMcC399 MikeMcC399 marked this pull request as ready for review April 5, 2023 09:56
@emilyrohrbough emilyrohrbough merged commit 1a3b1a3 into cypress-io:master Apr 5, 2023
@MikeMcC399 MikeMcC399 deleted the update/globby branch April 6, 2023 04:21
@emilyrohrbough emilyrohrbough removed their assignment Apr 7, 2023
@cypress-app-bot
Copy link
Collaborator

🎉 This PR is included in version 1.17.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

3 participants