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

fix(deps): update dependencies (non-major) #1224

Merged
merged 2 commits into from
Jul 21, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 29, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config ^2.21.2 -> ^2.23.1 age adoption passing confidence
@babel/core (source) ^7.24.7 -> ^7.24.9 age adoption passing confidence
@babel/eslint-parser (source) ^7.24.7 -> ^7.24.8 age adoption passing confidence
@babel/preset-env (source) ^7.24.7 -> ^7.24.8 age adoption passing confidence
@easyops-cn/docusaurus-search-local (source) ^0.44.2 -> ^0.44.4 age adoption passing confidence
@eslint-react/eslint-plugin (source) ^1.5.18 -> ^1.5.28 age adoption passing confidence
@reduxjs/toolkit (source) ^2.2.5 -> ^2.2.6 age adoption passing confidence
@testing-library/dom ^10.2.0 -> ^10.3.2 age adoption passing confidence
@types/node (source) ^20.14.9 -> ^20.14.11 age adoption passing confidence
@typescript-eslint/utils (source) ^7.14.1 -> ^7.16.1 age adoption passing confidence
browserslist ^4.23.1 -> ^4.23.2 age adoption passing confidence
eslint-plugin-import-x ^0.5.2 -> ^0.5.3 age adoption passing confidence
eslint-plugin-promise ^6.2.0 -> ^6.5.1 age adoption passing confidence
eslint-plugin-react ^7.34.3 -> ^7.35.0 age adoption passing confidence
eslint-plugin-react-refresh ^0.4.7 -> ^0.4.8 age adoption passing confidence
globals ^15.6.0 -> ^15.8.0 age adoption passing confidence
lerna (source) ^8.1.5 -> ^8.1.6 age adoption passing confidence
pnpm (source) 9.4.0 -> 9.5.0 age adoption passing confidence
postcss (source) ^8.4.38 -> ^8.4.39 age adoption passing confidence
postcss-preset-env (source) ^9.5.14 -> ^9.6.0 age adoption passing confidence
prettier (source) ^3.3.2 -> ^3.3.3 age adoption passing confidence
react-router-dom (source) ^6.24.0 -> ^6.25.1 age adoption passing confidence
rimraf ^5.0.7 -> ^5.0.9 age adoption passing confidence
semver ^7.6.2 -> ^7.6.3 age adoption passing confidence
stylelint (source) ^16.6.1 -> ^16.7.0 age adoption passing confidence
stylelint-prettier ^5.0.0 -> ^5.0.2 age adoption passing confidence
tailwindcss (source) ^3.4.4 -> ^3.4.6 age adoption passing confidence
ts-jest (source) ^29.1.5 -> ^29.2.3 age adoption passing confidence
type-fest ^4.20.1 -> ^4.22.1 age adoption passing confidence
typescript (source) ^5.5.2 -> ^5.5.3 age adoption passing confidence
typescript-eslint (source) ^7.14.1 -> ^7.16.1 age adoption passing confidence
web-vitals ^4.2.0 -> ^4.2.2 age adoption passing confidence
webpack ^5.92.1 -> ^5.93.0 age adoption passing confidence

Release Notes

antfu/eslint-config (@​antfu/eslint-config)

v2.23.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.23.0

Compare Source

   🚀 Features
  • Introduce type options, enable ts/explicit-function-return-type for lib  -  by @​antfu (3dd7b)
   🐞 Bug Fixes
    View changes on GitHub

v2.22.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.22.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.22.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.22.1

Compare Source

No significant changes

    View changes on GitHub

v2.22.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.21.3

Compare Source

No significant changes

    View changes on GitHub
babel/babel (@​babel/core)

v7.24.9

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal

v7.24.8

Compare Source

👓 Spec Compliance
🐛 Bug Fix
💅 Polish
easyops-cn/docusaurus-search-local (@​easyops-cn/docusaurus-search-local)

v0.44.4

Compare Source

Bug Fixes

v0.44.3

Compare Source

Bug Fixes
Rel1cx/eslint-react (@​eslint-react/eslint-plugin)

v1.5.28

Compare Source

🐞 Fixes
  • Fix false positives and negatives in rule hooks-extra/no-direct-set-state-in-use-effect.
  • Fix false positives and negatives in rule hooks-extra/no-direct-set-state-in-use-layout-effect.
  • Fix rule prefer-read-only-props reports only the first component in a file.
🪄 Improvements
  • Improve website and documentation.

v1.5.27

Compare Source

🐞 Fixes
  • Fix rule prefer-read-only-props that was accidentally added to the recommended type-checked presets.
  • Fix false negatives in rule hooks-extra/no-direct-set-state-in-use-effect when call set function inside a non-function scope.
  • Fix false negatives in rule hooks-extra/no-direct-set-state-in-use-layout-effect when call set function inside a non-function scope.
🪄 Improvements
  • Rule no-leaked-conditional-rendering now supports BigInt literals on the left side of the logical expression
  • Rule no-leaked-conditional-rendering now allows a truthy number literal to be used on the left side of the logical expression.
  • Optimize bundle size.

v1.5.26

Compare Source

✨ New
  • Add rule hooks-extra/no-direct-set-state-in-use-effect.
  • Add rule hooks-extra/no-direct-set-state-in-use-layout-effect.
🐞 Fixes
  • Fix false positives in rule hooks-extra/ensure-use-memo-has-non-empty-deps when referencing component block scope.
  • Fix false positives in rule hooks-extra/ensure-use-callback-has-non-empty-deps when referencing component block scope.
🪄 Improvements
  • Add rule hooks-extra/no-direct-set-state-in-use-effect to recommended presets.
  • Add rule hooks-extra/no-direct-set-state-in-use-layout-effect to recommended presets.
  • Add rule hooks-extra/prefer-use-state-lazy-initialization to recommended presets.

v1.5.25

Compare Source

🪄 Improvements
  • Optimize bundle size.

v1.5.24

Compare Source

🐞 Fixes
  • Fix rule prefer-read-only-props false positive when using ObjectPattern in function arguments.
🪄 Improvements
  • Change typescript version in peerDependencies to "^4.9.5 || ^5.3.3"

v1.5.23

Compare Source

🐞 Fixes
  • Fix rule prefer-read-only-props false negative when using ObjectPattern in function arguments.
🪄 Improvements
  • Improve website and documentation.

v1.5.22

Compare Source

✨ New
  • Add rule prefer-read-only-props.
🪄 Improvements
  • Downgrade @typescript-eslint's packages to v7, due to stability issues with v8.

v1.5.21

Compare Source

🐞 Fixes
  • Add missing dependencies to @eslint-react/eslint-plugin.
  • Fix rule no-nested-components false negative when placing components inside JSX props.
🪄 Improvements
  • Update @typescript-eslint's packages to v8.
  • Improve rule no-leaked-conditional-rendering compatibility with different versions of typescript-eslint.

v1.5.20

Compare Source

🐞 Fixes
  • Fix rule prefer-destructuring-assignment false positive when the function looks like a component.
🪄 Improvements
  • Improve utilities/jsx/is-jsx-value to better distinguish between normal values and JSX values.
  • Improve core/component-collector to better distinguish between normal functions and components.
  • Prevent potential function component detection related false positives.
  • Switch to a more appropriate value for DEFAULT_COMPONENT_HINT.

v1.5.19

Compare Source

🪄 Improvements
  • Reduce the number of dependencies by inlining tree-shaking optimized code while bundling.
  • Deprecate reactOptions in favor of react-x in ESLint Shared Settings.
reduxjs/redux-toolkit (@​reduxjs/toolkit)

v2.2.6

Compare Source

testing-library/dom-testing-library (@​testing-library/dom)

v10.3.2

Compare Source

Bug Fixes

v10.3.1

Compare Source

Bug Fixes

v10.3.0

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/utils)

v7.16.1

Compare Source

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 and releases on our website.

v7.16.0

Compare Source

🩹 Fixes
  • deps: update dependency @​eslint-community/regexpp to v4.11.0

  • utils: context.parserPath may be undefined

  • website: react key error on internal pages of website

❤️ Thank You
  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Juan Sanchez
  • Vinccool96
  • YeonJuan
  • Yukihiro Hasegawa

You can read about our versioning strategy and releases on our website.

v7.15.0

Compare Source

🚀 Features
  • eslint-plugin: [array-type] detect Readonly<string[]> case
🩹 Fixes
  • utils: clean outdated RuleTester export
❤️ Thank You
  • auvred
  • Kim Sang Du
  • rgehbt
  • Vinccool96

You can read about our versioning strategy and releases on our website.

browserslist/browserslist (browserslist)

v4.23.2

Compare Source

  • Updated Firefox ESR.
un-ts/eslint-plugin-import-x (eslint-plugin-import-x)

v0.5.3

Compare Source

Patch Changes
eslint-community/eslint-plugin-promise (eslint-plugin-promise)

v6.5.1

Compare Source

v6.5.0

Compare Source

v6.4.0

Compare Source

v6.3.0

Compare Source

jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.35.0

Compare Source

Added
Fixed
Changed

v7.34.4

Compare Source

Fixed
ArnaudBarre/eslint-plugin-react-refresh (eslint-plugin-react-refresh)

v0.4.8

Compare Source

  • Support export const foo = -1 with allowConstantExport (fixes #​43)
sindresorhus/globals (globals)

v15.8.0

Compare Source

v15.7.0

Compare Source

lerna/lerna (lerna)

v8.1.6

Compare Source

Bug Fixes
pnpm/pnpm (pnpm)

v9.5.0

Compare Source

postcss/postcss (postcss)

v8.4.39

Compare Source

csstools/postcss-plugins (postcss-preset-env)

v9.6.0

Compare Source

July 7, 2024


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.


  • 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 dependencies Pull requests that update a dependency file label Jun 29, 2024
Copy link

codecov bot commented Jun 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.29%. Comparing base (04bbb36) to head (21bccda).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1224   +/-   ##
=======================================
  Coverage   96.29%   96.29%           
=======================================
  Files          21       21           
  Lines         189      189           
  Branches       17       17           
=======================================
  Hits          182      182           
- Misses          5        7    +2     
+ Partials        2        0    -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot requested a review from sabertazimi June 29, 2024 16:41
@renovate renovate bot force-pushed the renovate/dependencies branch from 6462668 to baac764 Compare June 29, 2024 21:09
@renovate renovate bot changed the title fix(deps): update dependency @reduxjs/toolkit to ^2.2.6 fix(deps): update dependencies (non-major) Jun 29, 2024
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from f74eca3 to 498c6b7 Compare June 30, 2024 12:42
Copy link

socket-security bot commented Jun 30, 2024

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎

@renovate renovate bot force-pushed the renovate/dependencies branch 13 times, most recently from f6f65f0 to 603cf68 Compare July 6, 2024 07:58
Copy link

socket-security bot commented Jul 6, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher

View full report↗︎

@renovate renovate bot force-pushed the renovate/dependencies branch 7 times, most recently from fcd6b44 to 75e549e Compare July 9, 2024 01:54
@renovate renovate bot force-pushed the renovate/dependencies branch 19 times, most recently from 1fe468b to 2cc558d Compare July 18, 2024 16:18
@renovate renovate bot force-pushed the renovate/dependencies branch 4 times, most recently from afe0d1c to 1f4be02 Compare July 20, 2024 13:44
@renovate renovate bot force-pushed the renovate/dependencies branch from 1f4be02 to 09c1942 Compare July 20, 2024 20:17
@sabertazimi sabertazimi merged commit 3c6440d into main Jul 21, 2024
13 checks passed
@sabertazimi sabertazimi deleted the renovate/dependencies branch July 21, 2024 09:16
github-actions bot added a commit that referenced this pull request Jul 21, 2024
* fix(deps): update dependencies (non-major)

* fix(eslint-config): update typescript type-aware config

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: sabertazimi <sabertazimi@gmail.com> 3c6440d
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant