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 all major dependencies (major) #500

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 16, 2021

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action major v2 -> v4 age adoption passing confidence
actions/setup-node action major v2 -> v4 age adoption passing confidence
babel-loader dependencies major ^8.2.3 -> ^9.1.3 age adoption passing confidence
chalk dependencies major ^4.1.2 -> ^5.3.0 age adoption passing confidence
codecov/codecov-action action major v1.5.2 -> v4.3.0 age adoption passing confidence
commander dependencies major ^7.2.0 -> ^12.0.0 age adoption passing confidence
compression-webpack-plugin dependencies major ^7.1.2 -> ^11.1.0 age adoption passing confidence
css-loader dependencies major ^5.2.7 -> ^7.1.1 age adoption passing confidence
css-minimizer-webpack-plugin dependencies major ^2.0.0 -> ^6.0.0 age adoption passing confidence
escape-goat dependencies major ^3.0.0 -> ^4.0.0 age adoption passing confidence
eslint (source) devDependencies major ^7.26.0 -> ^9.1.1 age adoption passing confidence
git-remote-origin-url dependencies major ^3.1.0 -> ^4.0.0 age adoption passing confidence
globby dependencies major ^11.0.4 -> ^14.0.1 age adoption passing confidence
husky devDependencies major ^6.0.0 -> ^9.0.11 age adoption passing confidence
lint-staged devDependencies major ^10.5.4 -> ^15.2.2 age adoption passing confidence
mini-css-extract-plugin dependencies major ^1.6.2 -> ^2.9.0 age adoption passing confidence
modern-normalize dependencies major ^1.1.0 -> ^2.0.0 age adoption passing confidence
node (source) engines major >=v14.17.6 -> >=20.12.2 age adoption passing confidence
node final major 8.17.0 -> 20.12.2 age adoption passing confidence
npm (source) engines major >=7.13.0 -> >=10.6.0 age adoption passing confidence
open dependencies major ^8.0.9 -> ^10.1.0 age adoption passing confidence
ora dependencies major ^5.4.1 -> ^8.0.1 age adoption passing confidence
pa11y dependencies major ^5.3.1 -> ^8.0.0 age adoption passing confidence
postcss-import dependencies major ^14.0.2 -> ^16.1.0 age adoption passing confidence
postcss-loader dependencies major ^5.3.0 -> ^8.1.1 age adoption passing confidence
postcss-preset-env (source) dependencies major ^6.7.0 -> ^9.5.9 age adoption passing confidence
prettier (source) devDependencies major ^2.3.2 -> ^3.2.5 age adoption passing confidence
pretty-bytes dependencies major ^5.6.0 -> ^6.1.1 age adoption passing confidence
puppeteer (source) dependencies major ^8.0.0 -> ^22.7.1 age adoption passing confidence
react-accessible-accordion dependencies major ^3.3.5 -> ^5.0.0 age adoption passing confidence
react-icons dependencies major ^4.2.0 -> ^5.1.0 age adoption passing confidence
remark-emoji dependencies major ^2.2.0 -> ^4.0.1 age adoption passing confidence
schema-utils dependencies major ^3.0.0 -> ^4.2.0 age adoption passing confidence
screenfull dependencies major ^5.1.0 -> ^6.0.2 age adoption passing confidence
style-loader dependencies major ^2.0.0 -> ^4.0.0 age adoption passing confidence
styled-components (source) dependencies major ^5.3.3 -> ^6.1.8 age adoption passing confidence
swiper (source) dependencies major ^6.6.2 -> ^11.1.1 age adoption passing confidence
unist-util-visit dependencies major ^2.0.3 -> ^5.0.0 age adoption passing confidence

Release Notes

actions/checkout (actions/checkout)

v4

Compare Source

v3

Compare Source

actions/setup-node (actions/setup-node)

v4

Compare Source

v3

Compare Source

babel/babel-loader (babel-loader)

v9.1.3

Compare Source

Security dependency updates

New Contributors

Full Changelog: babel/babel-loader@v9.1.2...v9.1.3

v9.1.2

Compare Source

9.1.1 was a broken release, it didn't include all the commits.

Dependencies updates

Misc

New Contributors

Full Changelog: babel/babel-loader@v9.1.0...v9.1.2

v9.1.1

Compare Source

v9.1.0

Compare Source

New features

Full Changelog: babel/babel-loader@v9.0.1...v9.1.0

v9.0.1

Compare Source

Bug Fixes

Full Changelog: babel/babel-loader@v9.0.0...v9.0.1

v9.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: babel/babel-loader@v8.2.5...v9.0.0

v8.3.0

Compare Source

New features

Full Changelog: babel/babel-loader@v8.2.5...v8.3.0

v8.2.5

Compare Source

What's Changed

New Contributors

Full Changelog: babel/babel-loader@v8.2.4...v8.2.5

v8.2.4

Compare Source

What's Changed

Thanks @​loveDstyle, @​stianjensen and @​pathmapper for your first PRs!

chalk/chalk (chalk)

v5.3.0

Compare Source

v5.2.0

Compare Source

v5.1.2

Compare Source

v5.1.1

Compare Source

  • Improved the names of exports introduced in 5.1.0 (#​567) 6e0df05
    • We of course preserved the old names.

v5.1.0

Compare Source

v5.0.1

Compare Source

  • Add main field to package.json for backwards compatibility with some developer tools 85f7e96

v5.0.0

Compare Source

Breaking
  • This package is now pure ESM. Please read this.
    • If you use TypeScript, you need to use TypeScript 4.7 or later. Why.
    • If you use a bundler, make sure it supports ESM and that you have correctly configured it for ESM.
    • The Chalk issue tracker is not a support channel for your favorite build/bundler tool.
    • It's totally fine to stay on Chalk v4. It's been stable for years.
  • Require Node.js 12.20 fa16f4e
  • Move some properties off the default export to individual named exports:
    • chalk.InstanceChalk
    • chalk.supportsColorsupportsColor
    • chalk.stderrchalkStderr
    • chalk.stderr.supportsColorsupportsColorStderr
  • Remove .keyword(), .hsl(), .hsv(), .hwb(), and .ansi() coloring methods (#​433) 4cf2e40
    • These were not commonly used and added a lot of bloat to Chalk. You can achieve the same by using the color-convert package.
  • The tagged template literal support moved into a separate package: chalk-template (#​524) c987c61
-import chalk from 'chalk';
+import chalkTemplate from 'chalk-template';

-chalk`2 + 3 = {bold ${2 + 3}}`;
+chalkTemplate`2 + 3 = {bold ${2 + 3}}`;
Improvements
codecov/codecov-action (codecov/codecov-action)

v4.3.0

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v4.2.0...v4.3.0

v4.2.0

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v4.1.1...v4.2.0

v4.1.1

Compare Source

What's Changed

New Contributors

Full Changelog: codecov/codecov-action@v4.1.0...v4.1.1

v4.1.0

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v4.0.2...v4.1.0

v4.0.2

Compare Source

What's Changed
New Contributors

Full Changelog: codecov/codecov-action@v4.0.1...v4.0.2

v4.0.1

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v4.0.0...v4.0.1

v4.0.0

Compare Source

v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to power new features including local upload, the global upload token, and new upcoming features.

Breaking Changes
  • The Codecov Action runs as a node20 action due to node16 deprecation. See this post from GitHub on how to migrate.
  • Tokenless uploading is unsupported. However, PRs made from forks to the upstream public repos will support tokenless (e.g. contributors to OS projects do not need the upstream repo's Codecov token). This doc shows instructions on how to add the Codecov token.
  • OS platforms have been added, though some may not be automatically detected. To see a list of platforms, see our CLI download page
  • Various arguments to the Action have been changed. Please be aware that the arguments match with the CLI's needs

v3 versions and below will not have access to CLI features (e.g. global upload token, ATS).

What's Changed

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the renovate label Apr 16, 2021
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from 30d1bd0 to 0178045 Compare April 20, 2021 12:17
@renovate renovate bot changed the title chore(deps): update dependency escape-goat to v4 chore(deps): update all major dependencies (major) Apr 20, 2021
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from 0178045 to ee87c1a Compare April 21, 2021 12:02
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 5 times, most recently from 878a623 to e0d54c8 Compare May 7, 2021 17:49
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 5 times, most recently from 6a7eec4 to 22932ca Compare May 17, 2021 10:03
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 5 times, most recently from 87e5813 to d44668a Compare May 26, 2021 15:24
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 5 times, most recently from 3dd5da7 to 775230a Compare June 5, 2021 12:47
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 3 times, most recently from 2551d92 to 505cd56 Compare June 10, 2021 18:35
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 3 times, most recently from 651d840 to a469ffe Compare June 25, 2021 12:18
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 2 times, most recently from f17bf8d to bc5a910 Compare March 20, 2024 11:34
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 9 times, most recently from 3501ec8 to 159d561 Compare April 5, 2024 21:40
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 9 times, most recently from a8aba53 to 3185aef Compare April 15, 2024 11:40
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 7 times, most recently from 0789294 to e51fd23 Compare April 23, 2024 10:15
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from e51fd23 to c4917b9 Compare April 25, 2024 13:11
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from c4917b9 to 1c14fca Compare April 25, 2024 18:21
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.

None yet

0 participants