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 all non-major dependencies #392

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@babel/core (source) ^7.26.0 -> ^7.26.10 age adoption passing confidence dependencies patch
@babel/plugin-proposal-pipeline-operator (source) ^7.25.9 -> ^7.26.7 age adoption passing confidence devDependencies minor
@emotion/react (source) ^11.13.5 -> ^11.14.0 age adoption passing confidence dependencies minor
@emotion/styled (source) ^11.13.5 -> ^11.14.0 age adoption passing confidence dependencies minor
@eslint/js (source) ^9.22.0 -> ^9.23.0 age adoption passing confidence devDependencies patch
@swc/core (source) ^1.11.11 -> ^1.11.16 age adoption passing confidence dependencies patch
@swc/plugin-emotion (source) ^9.0.0 -> ^9.0.1 age adoption passing confidence devDependencies patch
@types/node (source) 22.13.10 -> 22.13.17 age adoption passing confidence devDependencies patch
@types/node (source) ^22.13.15 -> ^22.13.17 age adoption passing confidence devDependencies patch
@types/react (source) ^18.3.12 -> ^18.3.20 age adoption passing confidence devDependencies patch
@types/react (source) ^19.0.11 -> ^19.0.12 age adoption passing confidence devDependencies patch
@types/react-dom (source) ^18.3.1 -> ^18.3.5 age adoption passing confidence devDependencies patch
@vitejs/release-scripts ^1.3.3 -> ^1.4.0 age adoption passing confidence devDependencies patch
@vitejs/release-scripts ^1.3.2 -> ^1.4.0 age adoption passing confidence devDependencies minor
esbuild ^0.25.1 -> ^0.25.2 age adoption passing confidence devDependencies patch
eslint (source) ^9.22.0 -> ^9.23.0 age adoption passing confidence devDependencies patch
eslint-plugin-import-x ^4.8.0 -> ^4.10.0 age adoption passing confidence devDependencies minor
eslint-plugin-n ^17.16.2 -> ^17.17.0 age adoption passing confidence devDependencies patch
fs-extra ^11.2.0 -> ^11.3.0 age adoption passing confidence devDependencies minor
lint-staged ^15.2.10 -> ^15.5.0 age adoption passing confidence devDependencies minor
pnpm (source) 10.6.4 -> 10.7.1 age adoption passing confidence packageManager minor
pnpm (source) 10.6.5 -> 10.7.1 age adoption passing confidence packageManager minor
pnpm/action-setup v4.0.0 -> v4.1.0 age adoption passing confidence action minor
react (source) ^19.0.0-rc-fb9a90fa48-20240614 -> ^19.1.0 age adoption passing confidence dependencies minor
react (source) ^19.0.0 -> ^19.1.0 age adoption passing confidence dependencies patch
react-dom (source) ^19.0.0-rc-fb9a90fa48-20240614 -> ^19.1.0 age adoption passing confidence dependencies minor
react-dom (source) ^19.0.0 -> ^19.1.0 age adoption passing confidence dependencies patch
react-is (source) ^19.0.0 -> ^19.1.0 age adoption passing confidence dependencies patch
react-refresh (source) ^0.14.2 -> ^0.17.0 age adoption passing confidence dependencies minor
react-router-dom (source) ^7.3.0 -> ^7.4.1 age adoption passing confidence dependencies patch
react-switch ^7.0.0 -> ^7.1.0 age adoption passing confidence dependencies minor
simple-git-hooks ^2.11.1 -> ^2.12.1 age adoption passing confidence devDependencies minor
tsx (source) ^4.19.2 -> ^4.19.3 age adoption passing confidence devDependencies patch
typescript (source) ^5.7.2 -> ^5.8.2 age adoption passing confidence devDependencies minor
typescript-eslint (source) ^8.26.1 -> ^8.29.0 age adoption passing confidence devDependencies patch
vite (source) ^6.0.0 -> ^6.2.4 age adoption passing confidence devDependencies patch
vitest (source) ^3.0.4 -> ^3.1.1 age adoption passing confidence devDependencies minor

Release Notes

babel/babel (@​babel/core)

v7.26.10

Compare Source

👓 Spec Compliance
🐛 Bug Fix
💅 Polish
🏠 Internal

v7.26.9

Compare Source

🐛 Bug Fix
🏠 Internal

v7.26.8

Compare Source

v7.26.8 (2025-02-08)

🏠 Internal
  • babel-preset-env
    • #​17097 Update dependency babel-plugin-polyfill-corejs3 to ^0.11.0

v7.26.7

Compare Source

🐛 Bug Fix
emotion-js/emotion (@​emotion/react)

v11.14.0

Compare Source

Minor Changes
  • #​3284 a19d019 Thanks @​Andarist! - Source code has been migrated to TypeScript. From now on type declarations will be emitted based on that, instead of being hand-written.
Patch Changes
swc-project/swc (@​swc/core)

v1.11.16

Compare Source

Miscellaneous Tasks

v1.11.15

Compare Source

Bug Fixes
Documentation
Features
Miscellaneous Tasks
Performance
Refactor
Testing
swc-project/plugins (@​swc/plugin-emotion)

v9.0.1

Patch Changes
  • 31e3254: build: Update swc_core to v19.0.0
vitejs/release-scripts (@​vitejs/release-scripts)

v1.4.0

Compare Source

v1.3.3

Compare Source

un-ts/eslint-plugin-import-x (eslint-plugin-import-x)

v4.10.0

Compare Source

Minor Changes
Patch Changes

v4.9.4

Compare Source

Patch Changes

v4.9.3

Compare Source

Patch Changes
  • #​263 c0046a9 Thanks @​JounQin! - chore: migrate to rebranding unrs-resolver with new targets supported:

    • i686-pc-windows-msvc
    • armv7-unknown-linux-musleabihf
    • powerpc64le-unknown-linux-gnu
    • s390x-unknown-linux-gnu

v4.9.2

Compare Source

Patch Changes

v4.9.1

Compare Source

Patch Changes

v4.9.0

Compare Source

Minor Changes

v4.8.1

Compare Source

Patch Changes
jprichardson/node-fs-extra (fs-extra)

v11.3.0

Compare Source

lint-staged/lint-staged (lint-staged)

v15.5.0

Compare Source

Minor Changes
  • #​1526 630af5f Thanks @​iiroj! - Lint-staged no longer resets to the original state when preventing an empty git commit. This happens when your configured tasks reset all the staged changes, typically when trying to commit formatting changes which conflict with your linter setup like ESLint or Prettier.
Example with Prettier

By default Prettier prefers double quotes.

Previously
  1. Stage file.js with only double quotes " changed to '
  2. Run git commit -am "I don't like double quotes"
  3. Lint-staged runs prettier --write file.js, converting all the ' back to "
  4. Because there are now no changes, lint-staged fails, cancels the commit, and resets back to the original state
  5. Commit was not done, original state is restored and single quotes ' are staged
Now
  1. Stage file.js with only double-quotes " changed to '
  2. Run git commit -am "I don't like double quotes"
  3. Lint-staged runs prettier --write file.js, converting all the ' back to "
  4. Because there are now no changes, lint-staged fails and cancels the commit
  5. Commit was not done, and there are no staged changes

v15.4.3

Compare Source

Patch Changes
  • #​1512 cbfed1d Thanks @​tarik02! - Adjust TypeScript types for the default export so that it can be used as a value without error TS2693.

v15.4.2

Compare Source

Patch Changes
  • #​1509 8827ebf Thanks @​iiroj! - Change lint-staged's dependencies to use caret (^) ranges instead of tilde (~). This makes it easier for package managers to perform dependency management when minor-level updates are also permitted instead of just patch-level.

v15.4.1

Compare Source

Patch Changes

v15.4.0

Compare Source

Minor Changes
  • #​1500 a8ec1dd Thanks @​iiroj! - Lint-staged now provides TypeScript types for the configuration and main Node.js API. You can use the JSDoc syntax in your JS configuration files:

    /**
     * @​filename: lint-staged.config.js
     * @​type {import('lint-staged').Configuration}
     */
    export default {
      '*': 'prettier --write',
    }

    It's also possible to use the .ts file extension for the configuration if your Node.js version supports it. The --experimental-strip-types flag was introduced in Node.js v22.6.0 and unflagged in v23.6.0, enabling Node.js to execute TypeScript files without additional configuration.

    export NODE_OPTIONS="--experimental-strip-types"
    
    npx lint-staged --config lint-staged.config.ts
Patch Changes

v15.3.0

Compare Source

Minor Changes
  • #​1495 e69da9e Thanks @​iiroj! - Added more info to the debug logs so that "environment" info doesn't need to be added separately to GitHub issues.

  • #​1493 fa0fe98 Thanks @​iiroj! - Added more help messages around the automatic git stash that lint-staged creates as a backup (by default). The console output also displays the short git hash of the stash so that it's easier to recover lost files in case some fatal errors are encountered, or the process is killed before completing.

    For example:

    % npx lint-staged
    ✔ Backed up original state in git stash (20addf8)
    ✔ Running tasks for staged files...
    ✔ Applying modifications from tasks...
    ✔ Cleaning up temporary files...
    

    where the backup can be seen with git show 20addf8, or git stash list:

    % git stash list
    stash@{0}: lint-staged automatic backup (20addf8)
    

[v15.2.11](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGE


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), 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.

@renovate renovate bot added the dependencies label Dec 2, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 8545337 to 1193e8d Compare December 6, 2024 17:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1193e8d to 8231734 Compare December 9, 2024 12:27
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Dec 9, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from a65dc4d to 6d849cb Compare December 16, 2024 17:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from b1c76e9 to c1cec9e Compare December 26, 2024 03:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 5ea5a57 to 1389f1d Compare December 27, 2024 00:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 1581254 to d9e59f5 Compare March 14, 2025 05:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from f356109 to 63ac3b6 Compare March 24, 2025 11:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 8232e67 to c14b06c Compare March 28, 2025 23:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 3c7e35e to f87b0da Compare April 1, 2025 10:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f87b0da to 9779ff3 Compare April 1, 2025 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant