Closed renovate[bot] closed 2 months ago
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
Package | New capabilities | Transitives | Size | Publisher |
---|---|---|---|---|
npm/@antfu/eslint-config@2.27.1 | environment Transitive: filesystem | +14 |
6.93 MB | antfu |
npm/@babel/plugin-transform-class-properties@7.25.4 | Transitive: environment | +27 |
7.33 MB | existentialism, hzoo, jlhwung, ...1 more |
npm/@babel/preset-env@7.25.4 | Transitive: environment, unsafe | +114 |
14 MB | existentialism, hzoo, jlhwung, ...1 more |
npm/@eslint-react/eslint-plugin@1.12.1 | Transitive: environment | +9 |
2.16 MB | rel1cx |
npm/@testing-library/jest-dom@6.5.0 | None | +9 |
1.03 MB | testing-library-bot |
npm/@types/node@20.16.1 | None | 0 |
2.1 MB | types |
npm/@types/react@18.3.4 | None | +2 |
1.69 MB | types |
npm/@typescript-eslint/utils@8.2.0 | Transitive: environment | +6 |
2.08 MB | jameshenry |
npm/sass-loader@16.0.1 | None | 0 |
61.3 kB | evilebottnawi, jhnns, sokra |
🚮 Removed packages: npm/@antfu/eslint-config@2.26.0), npm/@babel/plugin-transform-class-properties@7.24.7), npm/@babel/preset-env@7.25.3), npm/@eslint-react/eslint-plugin@1.10.1), npm/@testing-library/jest-dom@6.4.8), npm/@types/node@20.16.0), npm/@types/react@18.3.3), npm/@typescript-eslint/utils@8.1.0), npm/sass-loader@16.0.0)
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.29%. Comparing base (
25aed8b
) to head (2ec303f
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR contains the following updates:
^2.26.0
->^2.27.1
^7.24.7
->^7.25.4
^7.25.3
->^7.25.4
^1.10.1
->^1.12.1
^6.4.8
->^6.5.0
^20.16.0
->^20.16.1
^18.3.3
->^18.3.4
^8.1.0
->^8.2.0
^0.4.9
->^0.4.11
^2.9.0
->^2.9.1
9.7.1
->9.8.0
^10.0.1
->^10.0.2
^16.0.0
->^16.0.1
^5.0.1
->^5.1.0
^29.2.4
->^29.2.5
^2.6.3
->^2.7.0
^8.1.0
->^8.2.0
^6.19.7
->^6.19.8
^5.93.0
->^5.94.0
Release Notes
antfu/eslint-config (@antfu/eslint-config)
### [`v2.27.1`](https://togithub.com/antfu/eslint-config/releases/tag/v2.27.1) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.27.0...v2.27.1) ##### 🐞 Bug Fixes - Override type-aware rules properly - by [@ryoppippi](https://togithub.com/ryoppippi) and [@antfu](https://togithub.com/antfu) in [https://github.com/antfu/eslint-config/issues/585](https://togithub.com/antfu/eslint-config/issues/585) [(35f67)](https://togithub.com/antfu/eslint-config/commit/35f6763) ##### [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.27.0...v2.27.1) ### [`v2.27.0`](https://togithub.com/antfu/eslint-config/releases/tag/v2.27.0) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.26.1...v2.27.0) ##### 🚀 Features - Print hint message when running in editor - by [@antfu](https://togithub.com/antfu) [(c6210)](https://togithub.com/antfu/eslint-config/commit/c62102b) ##### 🐞 Bug Fixes - `isInEditorEnv` should be false when in git hooks, close [#589](https://togithub.com/antfu/eslint-config/issues/589) - by [@antfu](https://togithub.com/antfu) in [https://github.com/antfu/eslint-config/issues/589](https://togithub.com/antfu/eslint-config/issues/589) [(b60bf)](https://togithub.com/antfu/eslint-config/commit/b60bfd3) ##### [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.26.1...v2.27.0) ### [`v2.26.1`](https://togithub.com/antfu/eslint-config/releases/tag/v2.26.1) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.26.0...v2.26.1) *No significant changes* ##### [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.26.0...v2.26.1)babel/babel (@babel/plugin-transform-class-properties)
### [`v7.25.4`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7254-2024-08-22) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.7...v7.25.4) ##### :bug: Bug Fix - `babel-traverse` - [#16756](https://togithub.com/babel/babel/pull/16756) fix: Skip computed key when renaming ([@liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators` - [#16755](https://togithub.com/babel/babel/pull/16755) fix: Decorator 2018-09 may throw an exception ([@liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-types` - [#16710](https://togithub.com/babel/babel/pull/16710) Visit AST fields nodes according to their syntactical order ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator` - [#16709](https://togithub.com/babel/babel/pull/16709) Print semicolon after TS `export namespace as A` ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-generator`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-destructuring-private`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-optional-chaining`, `babel-plugin-transform-private-methods`, `babel-plugin-transform-private-property-in-object`, `babel-plugin-transform-typescript`, `babel-runtime-corejs2`, `babel-runtime`, `babel-traverse` - [#16722](https://togithub.com/babel/babel/pull/16722) Avoid unnecessary parens around sequence expressions ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator`, `babel-plugin-transform-class-properties` - [#16714](https://togithub.com/babel/babel/pull/16714) Avoid unnecessary parens around exported arrow functions ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-destructuring-private`, `babel-plugin-transform-object-rest-spread` - [#16712](https://togithub.com/babel/babel/pull/16712) Avoid printing unnecessary parens around object destructuring ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :microscope: Output optimization - `babel-generator` - [#16740](https://togithub.com/babel/babel/pull/16740) Avoid extra spaces between comments/regexps in compact mode ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))Rel1cx/eslint-react (@eslint-react/eslint-plugin)
### [`v1.12.1`](https://togithub.com/Rel1cx/eslint-react/blob/HEAD/CHANGELOG.md#v1121-Thu-22-Aug-2024) [Compare Source](https://togithub.com/Rel1cx/eslint-react/compare/v1.12.0...v1.12.1) ##### ✨ New - Add the options `allowAllCaps`, `allowNamespace`, `allowLeadingUnderscore` to `naming-convention/component-name` and set their default values to `false`. ##### 🪄 Improvements - Normalize the component name in rule `naming-convention/component-name` before checking it against the pattern. ### [`v1.12.0`](https://togithub.com/Rel1cx/eslint-react/blob/HEAD/CHANGELOG.md#v1120-Wed-21-Aug-2024) [Compare Source](https://togithub.com/Rel1cx/eslint-react/compare/v1.11.0...v1.12.0) ##### ✨ New - Added `hooks-extra` rules to `recommended` and `recommended-legacy` presets. ### [`v1.11.0`](https://togithub.com/Rel1cx/eslint-react/blob/HEAD/CHANGELOG.md#v1110-Tue-20-Aug-2024) [Compare Source](https://togithub.com/Rel1cx/eslint-react/compare/v1.10.1...v1.11.0) ##### ✨ New - Added `eslint-plugin-react-web-api` - A plugin that provides rules for interacting with Web APIs in React applications. - Added `web-api/no-leaked-timeout` rule to prevent leaked `setTimeout`. - Added `web-api/no-leaked-interval` rule to prevent leaked `setInterval`. - Added `web-api/no-leaked-event-listener` rule to prevent leaked `addEventListener`. - Added `web-api` and `web-api-legacy` presets to enable all rules provided by `eslint-plugin-react-web-api`. - Added `react-web-api/no-leaked-event-listener` to `recommended` and `recommended-legacy` presets. ##### 🪄 Improvements - Improve performance by skipping unnecessary checks when possible. - Improve dts generation of the `@eslint-react/eslint-plugin` package. - Improve website and documentation. - Upgrade `@typescript-eslint`'s packages to `^8.2.0`.testing-library/jest-dom (@testing-library/jest-dom)
### [`v6.5.0`](https://togithub.com/testing-library/jest-dom/compare/v6.4.8...62f0e3a43262b945bbf6bdd9bf231bf3e4ac7778) [Compare Source](https://togithub.com/testing-library/jest-dom/compare/v6.4.8...v6.5.0)typescript-eslint/typescript-eslint (@typescript-eslint/utils)
### [`v8.2.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/utils/CHANGELOG.md#820-2024-08-19) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v8.1.0...v8.2.0) This was a version bump only for utils to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.ArnaudBarre/eslint-plugin-react-refresh (eslint-plugin-react-refresh)
### [`v0.4.11`](https://togithub.com/ArnaudBarre/eslint-plugin-react-refresh/blob/HEAD/CHANGELOG.md#0411) [Compare Source](https://togithub.com/ArnaudBarre/eslint-plugin-react-refresh/compare/v0.4.10...v0.4.11) - Ignore type exports (ex. `export type foo = string;`) (fixes [#47](https://togithub.com/ArnaudBarre/eslint-plugin-react-refresh/issues/47)) ### [`v0.4.10`](https://togithub.com/ArnaudBarre/eslint-plugin-react-refresh/blob/HEAD/CHANGELOG.md#0410) [Compare Source](https://togithub.com/ArnaudBarre/eslint-plugin-react-refresh/compare/v0.4.9...v0.4.10) - Support `function Foo() {}; export default React.memo(Foo)` ([#46](https://togithub.com/ArnaudBarre/eslint-plugin-react-refresh/issues/46)) (thanks [@SukkaW](https://togithub.com/SukkaW)!)webpack-contrib/mini-css-extract-plugin (mini-css-extract-plugin)
### [`v2.9.1`](https://togithub.com/webpack-contrib/mini-css-extract-plugin/blob/HEAD/CHANGELOG.md#291-2024-08-19) [Compare Source](https://togithub.com/webpack-contrib/mini-css-extract-plugin/compare/v2.9.0...v2.9.1)pnpm/pnpm (pnpm)
### [`v9.8.0`](https://togithub.com/pnpm/pnpm/compare/v9.7.1...v9.8.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v9.7.1...v9.8.0)csstools/postcss-plugins (postcss-preset-env)
### [`v10.0.2`](https://togithub.com/csstools/postcss-plugins/compare/c9327f8f5def747e2b68c565dfc6a3f2c5590fbf...715291528cc86658b32db7ec8dd348f39e8a21b0) [Compare Source](https://togithub.com/csstools/postcss-plugins/compare/c9327f8f5def747e2b68c565dfc6a3f2c5590fbf...715291528cc86658b32db7ec8dd348f39e8a21b0)webpack-contrib/sass-loader (sass-loader)
### [`v16.0.1`](https://togithub.com/webpack-contrib/sass-loader/blob/HEAD/CHANGELOG.md#1601-2024-08-19) [Compare Source](https://togithub.com/webpack-contrib/sass-loader/compare/v16.0.0...v16.0.1) ##### Bug Fixes - generate correct sourceMaps for `modern-compiler` api ([#1228](https://togithub.com/webpack-contrib/sass-loader/issues/1228)) ([f862f7a](https://togithub.com/webpack-contrib/sass-loader/commit/f862f7a8382fab11c9c2a897ab1e26d35167cd10))stormwarning/stylelint-config-recess-order (stylelint-config-recess-order)
### [`v5.1.0`](https://togithub.com/stormwarning/stylelint-config-recess-order/blob/HEAD/CHANGELOG.md#510) [Compare Source](https://togithub.com/stormwarning/stylelint-config-recess-order/compare/v5.0.1...v5.1.0) ##### Minor Changes - Add properties related to multi-line truncation ([#373](https://togithub.com/stormwarning/stylelint-config-recess-order/pull/373)) Thanks [@toFrankie](https://togithub.com/toFrankie)! - [`-webkit-box-orient`](https://developer.mozilla.org/en-US/docs/Web/CSS/box-orient) - [`-webkit-line-clamp`](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp) - `line-clamp` - Add paged media properties ([#378](https://togithub.com/stormwarning/stylelint-config-recess-order/pull/378)) - [`break-before`](https://developer.mozilla.org/en-US/docs/Web/CSS/break-before) - [`break-inside`](https://developer.mozilla.org/en-US/docs/Web/CSS/break-inside) - [`break-after`](https://developer.mozilla.org/en-US/docs/Web/CSS/break-after) - [`orphans`](https://developer.mozilla.org/en-US/docs/Web/CSS/orphans) - [`widows`](https://developer.mozilla.org/en-US/docs/Web/CSS/widows) - Add `-webkit-text-fill-` and `-stroke-*` properties ([#373](https://togithub.com/stormwarning/stylelint-config-recess-order/pull/373)) Thanks [@toFrankie](https://togithub.com/toFrankie)! - [`-webkit-text-fill-color`](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-text-fill-color) - [`-webkit-text-stroke-*`](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-text-stroke) - Add `scroll-*` and `scrollbar-*` properties ([#376](https://togithub.com/stormwarning/stylelint-config-recess-order/pull/376)) - [`scroll-behavior`](https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-behavior) - [`scroll-snap-type`](https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-snap-type) - [`scroll-snap-align`](https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-snap-align) - [`scroll-snap-stop`](https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-snap-stop) - [`scroll-padding-*`](https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-padding) - [`scroll-margin-*`](https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-margin) - [`scrollbar-color`](https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-color) - [`scrollbar-gutter`](https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-gutter) - [`scrollbar-width`](https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-width) - Remove legacy `-ms-text-overflow` property ([#373](https://togithub.com/stormwarning/stylelint-config-recess-order/pull/373)) Thanks [@toFrankie](https://togithub.com/toFrankie)! This was useful for IE8; can be autoprefixed if required.kulshekhar/ts-jest (ts-jest)
### [`v29.2.5`](https://togithub.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#2925-2024-08-23) [Compare Source](https://togithub.com/kulshekhar/ts-jest/compare/v29.2.4...v29.2.5)Microsoft/tslib (tslib)
### [`v2.7.0`](https://togithub.com/Microsoft/tslib/compare/v2.6.3...6abc075910605cc5c6c74d8566190ee865c9e672) [Compare Source](https://togithub.com/Microsoft/tslib/compare/v2.6.3...v2.7.0)typescript-eslint/typescript-eslint (typescript-eslint)
### [`v8.2.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#820-2024-08-19) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v8.1.0...v8.2.0) This was a version bump only for typescript-eslint to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.nodejs/undici (undici)
### [`v6.19.8`](https://togithub.com/nodejs/undici/compare/v6.19.7...3d3ce0695c8c3f9a8f3c8af90dd42d0569d3f0bb) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.19.7...v6.19.8)webpack/webpack (webpack)
### [`v5.94.0`](https://togithub.com/webpack/webpack/compare/v5.93.0...eabf85d8580dfcb876b56957ba5488222a4f7873) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.93.0...v5.94.0)Configuration
📅 Schedule: Branch creation - "every weekend" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.