fusuma
fusuma copied to clipboard
chore(deps): update all major dependencies (major)
This PR contains the following updates:
Release Notes
actions/checkout (actions/checkout)
v4
- Check out other refs/* by commit if provided, fall back to ref by @orhantoy in https://github.com/actions/checkout/pull/1924
v3
babel/babel-loader (babel-loader)
v9.2.1
v9.2.0
v9.1.3
Security dependency updates
- Bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in https://github.com/babel/babel-loader/pull/982
- Bump semver from 7.3.2 to 7.5.2 by @dependabot in https://github.com/babel/babel-loader/pull/993
- bump find-cache-dir to v4 by @JLHwung in https://github.com/babel/babel-loader/pull/995
New Contributors
- @piwysocki made their first contribution in https://github.com/babel/babel-loader/pull/981
- @comoser made their first contribution in https://github.com/babel/babel-loader/pull/897
Full Changelog: https://github.com/babel/babel-loader/compare/v9.1.2...v9.1.3
v9.1.2
9.1.1 was a broken release, it didn't include all the commits.
Dependencies updates
- Bump qs from 6.5.2 to 6.5.3 by @dependabot in https://github.com/babel/babel-loader/pull/977
- Bump json5 from 2.2.1 to 2.2.3 by @dependabot in https://github.com/babel/babel-loader/pull/980
Misc
- GitHub Workflows security hardening by @sashashura in https://github.com/babel/babel-loader/pull/976
New Contributors
- @sashashura made their first contribution in https://github.com/babel/babel-loader/pull/976
Full Changelog: https://github.com/babel/babel-loader/compare/v9.1.0...v9.1.2
v9.1.1
v9.1.0
New features
- Pass external dependencies from Babel to Webpack by @nicolo-ribaudo in https://github.com/babel/babel-loader/pull/971
Full Changelog: https://github.com/babel/babel-loader/compare/v9.0.1...v9.1.0
v9.0.1
Bug Fixes
- remove "node:" builtin prefix by @JLHwung in https://github.com/babel/babel-loader/pull/970
Full Changelog: https://github.com/babel/babel-loader/compare/v9.0.0...v9.0.1
v9.0.0
What's Changed
- update hash method mechanism so it doesn't fail on a fips enabled machine by @darmbrust in https://github.com/babel/babel-loader/pull/939
- Require babel ^7.12.0 and Node.js >= 14.15.0 versions by @JLHwung in https://github.com/babel/babel-loader/pull/956
- Remove dependency on loader-utils and drop webpack 4 support by @nied in https://github.com/babel/babel-loader/pull/942
New Contributors
- @darmbrust made their first contribution in https://github.com/babel/babel-loader/pull/939
- @nied made their first contribution in https://github.com/babel/babel-loader/pull/942
Full Changelog: https://github.com/babel/babel-loader/compare/v8.2.5...v9.0.0
v8.4.1
v8.4.0
v8.3.0
New features
- Pass external dependencies from Babel to Webpack by @nicolo-ribaudo in https://github.com/babel/babel-loader/pull/971
Full Changelog: https://github.com/babel/babel-loader/compare/v8.2.5...v8.3.0
v8.2.5
What's Changed
- fix: respect
inputSourceMap
loader option by @alan-agius4 in https://github.com/babel/babel-loader/pull/896
New Contributors
- @alan-agius4 made their first contribution in https://github.com/babel/babel-loader/pull/896
Full Changelog: https://github.com/babel/babel-loader/compare/v8.2.4...v8.2.5
v8.2.4
What's Changed
- doc(README.md): fix a broken markdown link by @loveDstyle in https://github.com/babel/babel-loader/pull/919
- Bump loader-utils to 2.x by @stianjensen in https://github.com/babel/babel-loader/pull/931
- Use md5 hashing for OpenSSL 3 by @pathmapper in https://github.com/babel/babel-loader/pull/924
Thanks @loveDstyle, @stianjensen and @pathmapper for your first PRs!
chalk/chalk (chalk)
v5.3.0
v5.2.0
- Improve Deno compatibility (#579)
7443e9f
- Detect true-color support for GitHub Actions (#579)
7443e9f
- Detect true-color support for Kitty terminal (#579)
7443e9f
- Fix test for Azure DevOps environment (#579)
7443e9f
v5.1.2
v5.1.1
- Improved the names of exports introduced in 5.1.0 (#567)
6e0df05
- We of course preserved the old names.
v5.1.0
v5.0.1
- Add
main
field to package.json for backwards compatibility with some developer tools85f7e96
v5.0.0
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.Instance
→Chalk
-
chalk.supportsColor
→supportsColor
-
chalk.stderr
→chalkStderr
-
chalk.stderr.supportsColor
→supportsColorStderr
-
- 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.
- These were not commonly used and added a lot of bloat to Chalk. You can achieve the same by using the
- 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.6.0
What's Changed
- build(deps): bump github/codeql-action from 3.25.8 to 3.25.10 by @dependabot in https://github.com/codecov/codecov-action/pull/1481
- build(deps): bump actions/checkout from 4.1.6 to 4.1.7 by @dependabot in https://github.com/codecov/codecov-action/pull/1480
- build(deps-dev): bump ts-jest from 29.1.4 to 29.1.5 by @dependabot in https://github.com/codecov/codecov-action/pull/1479
- build(deps-dev): bump @typescript-eslint/parser from 7.13.0 to 7.13.1 by @dependabot in https://github.com/codecov/codecov-action/pull/1485
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.13.0 to 7.13.1 by @dependabot in https://github.com/codecov/codecov-action/pull/1484
- build(deps-dev): bump typescript from 5.4.5 to 5.5.2 by @dependabot in https://github.com/codecov/codecov-action/pull/1490
- build(deps-dev): bump @typescript-eslint/parser from 7.13.1 to 7.14.1 by @dependabot in https://github.com/codecov/codecov-action/pull/1493
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.13.1 to 7.14.1 by @dependabot in https://github.com/codecov/codecov-action/pull/1492
- build(deps): bump github/codeql-action from 3.25.10 to 3.25.11 by @dependabot in https://github.com/codecov/codecov-action/pull/1496
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.14.1 to 7.15.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1501
- build(deps-dev): bump typescript from 5.5.2 to 5.5.3 by @dependabot in https://github.com/codecov/codecov-action/pull/1500
- build(deps-dev): bump @typescript-eslint/parser from 7.14.1 to 7.15.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1499
- build(deps): bump actions/upload-artifact from 4.3.3 to 4.3.4 by @dependabot in https://github.com/codecov/codecov-action/pull/1502
- build(deps-dev): bump ts-jest from 29.1.5 to 29.2.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1504
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.15.0 to 7.16.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1503
- build(deps-dev): bump ts-jest from 29.2.0 to 29.2.2 by @dependabot in https://github.com/codecov/codecov-action/pull/1507
- build(deps-dev): bump @typescript-eslint/parser from 7.15.0 to 7.16.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1505
- build(deps): bump github/codeql-action from 3.25.11 to 3.25.12 by @dependabot in https://github.com/codecov/codecov-action/pull/1509
- chore(ci): restrict scorecards to codecov/codecov-action by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1512
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.16.0 to 7.16.1 by @dependabot in https://github.com/codecov/codecov-action/pull/1514
- build(deps-dev): bump @typescript-eslint/parser from 7.16.0 to 7.16.1 by @dependabot in https://github.com/codecov/codecov-action/pull/1513
- test:
versionInfo
by @marcobiedermann in https://github.com/codecov/codecov-action/pull/1407 - build(deps-dev): bump ts-jest from 29.2.2 to 29.2.3 by @dependabot in https://github.com/codecov/codecov-action/pull/1515
- build(deps): bump github/codeql-action from 3.25.12 to 3.25.13 by @dependabot in https://github.com/codecov/codecov-action/pull/1516
- build(deps-dev): bump typescript from 5.5.3 to 5.5.4 by @dependabot in https://github.com/codecov/codecov-action/pull/1521
- build(deps-dev): bump @typescript-eslint/parser from 7.16.1 to 7.17.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1520
- build(deps-dev): bump @typescript-eslint/parser from 7.17.0 to 7.18.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1528
- build(deps): bump github/codeql-action from 3.25.13 to 3.25.15 by @dependabot in https://github.com/codecov/codecov-action/pull/1526
- build(deps): bump ossf/scorecard-action from 2.3.3 to 2.4.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1525
- build(deps-dev): bump ts-jest from 29.2.3 to 29.2.4 by @dependabot in https://github.com/codecov/codecov-action/pull/1532
- build(deps): bump actions/upload-artifact from 4.3.4 to 4.3.5 by @dependabot in https://github.com/codecov/codecov-action/pull/1534
- build(deps): bump github/codeql-action from 3.25.15 to 3.26.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1542
- build(deps): bump actions/upload-artifact from 4.3.5 to 4.3.6 by @dependabot in https://github.com/codecov/codecov-action/pull/1541
- ref: Tidy up types and remove string coercion by @nicholas-codecov in https://github.com/codecov/codecov-action/pull/1536
- build(deps-dev): bump @octokit/webhooks-types from 3.77.1 to 7.5.1 by @dependabot in https://github.com/codecov/codecov-action/pull/1545
- build(deps): bump github/codeql-action from 3.26.0 to 3.26.2 by @dependabot in https://github.com/codecov/codecov-action/pull/1551
- feat: pass tokenless value as branch override by @joseph-sentry in https://github.com/codecov/codecov-action/pull/1511
- build(deps): bump actions/upload-artifact from 4.3.6 to 4.4.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1563
- Create makefile.yml by @Hawthorne001 in https://github.com/codecov/codecov-action/pull/1555
- build(deps): bump github/codeql-action from 3.26.2 to 3.26.6 by @dependabot in https://github.com/codecov/codecov-action/pull/1562
- build(deps-dev): bump ts-jest from 29.2.4 to 29.2.5 by @dependabot in https://github.com/codecov/codecov-action/pull/1557
- Spell
evenName
in the logs correctly by @webknjaz in https://github.com/codecov/codecov-action/pull/1560 - build(deps-dev): bump typescript from 5.5.4 to 5.6.2 by @dependabot in https://github.com/codecov/codecov-action/pull/1566
- build(deps-dev): bump @types/jest from 29.5.12 to 29.5.13 by @dependabot in https://github.com/codecov/codecov-action/pull/1567
- build(deps): bump github/codeql-action from 3.26.6 to 3.26.7 by @dependabot in https://github.com/codecov/codecov-action/pull/1569
- build(deps-dev): bump eslint from 8.57.0 to 8.57.1 by @dependabot in [https:/
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 was generated by Mend Renovate. View the repository job log.