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) #1337

Merged
merged 2 commits into from
Feb 13, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 9, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config ^4.1.1 -> ^4.2.0 age adoption passing confidence
@types/node (source) ^22.13.1 -> ^22.13.2 age adoption passing confidence
@typescript-eslint/utils (source) ^8.23.0 -> ^8.24.0 age adoption passing confidence
eslint (source) ^9.20.0 -> ^9.20.1 age adoption passing confidence
eslint-plugin-react-refresh ^0.4.18 -> ^0.4.19 age adoption passing confidence
globals ^15.14.0 -> ^15.15.0 age adoption passing confidence
pnpm (source) 10.2.1 -> 10.3.0 age adoption passing confidence
postcss (source) ^8.5.1 -> ^8.5.2 age adoption passing confidence
postcss-preset-env (source) ^10.1.3 -> ^10.1.4 age adoption passing confidence
prettier (source) ^3.4.2 -> ^3.5.0 age adoption passing confidence
type-fest ^4.33.0 -> ^4.34.1 age adoption passing confidence
typescript-eslint (source) ^8.23.0 -> ^8.24.0 age adoption passing confidence

Release Notes

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

v4.2.0

Compare Source

   🚀 Features
    View changes on GitHub
typescript-eslint/typescript-eslint (@​typescript-eslint/utils)

v8.24.0

Compare Source

🚀 Features
  • utils: add reportUnusedInlineConfigs to LinterOptions (#​10718)
❤️ Thank You

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

eslint/eslint (eslint)

v9.20.1

Compare Source

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

v0.4.19

Compare Source

Add name to configs for ESLint Config Inspector

sindresorhus/globals (globals)

v15.15.0

Compare Source


pnpm/pnpm (pnpm)

v10.3.0

Compare Source

Minor Changes
  • Added a new setting called strict-dep-builds. When enabled, the installation will exit with a non-zero exit code if any dependencies have unreviewed build scripts (aka postinstall scripts) #​9071.
Patch Changes
  • Fix a false negative of verify-deps-before-run after pnpm install --production|--no-optional #​9019.
  • Print the warning about blocked installation scripts at the end of the installation output and make it more prominent.
postcss/postcss (postcss)

v8.5.2

Compare Source

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

v10.1.4

Compare Source

February 12, 2025

prettier/prettier (prettier)

v3.5.0

Compare Source

diff

🔗 Release Notes

sindresorhus/type-fest (type-fest)

v4.34.1

Compare Source

v4.34.0

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.24.0

Compare Source

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


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 9, 2025
Copy link

codecov bot commented Feb 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.29%. Comparing base (eac033d) to head (eed0935).
Report is 1 commits behind head on main.

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

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

@renovate renovate bot force-pushed the renovate/dependencies branch from ca95e26 to dac07e8 Compare February 9, 2025 13:13
@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-react-refresh to ^0.4.19 fix(deps): update dependencies (non-major) Feb 9, 2025
@renovate renovate bot requested a review from sabertazimi February 9, 2025 16:23
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from 6a19786 to cd76605 Compare February 11, 2025 12:50
Copy link

socket-security bot commented Feb 11, 2025

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

Package New capabilities Transitives Size Publisher
npm/@antfu/eslint-config@4.2.0 🔁 npm/@antfu/eslint-config@4.1.1 None +19 7.6 MB antfu
npm/@types/node@22.13.2 🔁 npm/@types/node@22.13.1 None 0 2.31 MB types
npm/@typescript-eslint/utils@8.24.0 🔁 npm/@typescript-eslint/utils@8.23.0 Transitive: environment +6 2.12 MB bradzacher, jameshenry

View full report↗︎

@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from 6caab73 to 3cdf936 Compare February 12, 2025 20:00
@renovate renovate bot force-pushed the renovate/dependencies branch from 3cdf936 to 35921c4 Compare February 13, 2025 07:00
- Flat eslint config via CJS.
- Fix lint errors.
@sabertazimi sabertazimi merged commit efbdbf7 into main Feb 13, 2025
13 checks passed
@sabertazimi sabertazimi deleted the renovate/dependencies branch February 13, 2025 14:55
github-actions bot added a commit that referenced this pull request Feb 13, 2025
* fix(deps): update dependencies (non-major)

* fix: rectify migration errors

- Flat eslint config via CJS.
- Fix lint errors.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: sabertazimi <sabertazimi@gmail.com> efbdbf7
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