Skip to content

Update all patch dependencies #143

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

Merged
merged 1 commit into from
Mar 25, 2025
Merged

Update all patch dependencies #143

merged 1 commit into from
Mar 25, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 20, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@react-spring/three 9.7.4 -> 9.7.5 age adoption passing confidence
@react-three/eslint-plugin (source) 0.1.1 -> 0.1.2 age adoption passing confidence
autoprefixer 10.4.20 -> 10.4.21 age adoption passing confidence
eslint-plugin-react-refresh 0.4.9 -> 0.4.19 age adoption passing confidence
tailwindcss (source) 3.4.10 -> 3.4.17 age adoption passing confidence

Release Notes

pmndrs/react-spring (@​react-spring/three)

v9.7.5

Compare Source

What's Changed

New Contributors

Full Changelog: pmndrs/react-spring@v9.7.4...v9.7.5

postcss/autoprefixer (autoprefixer)

v10.4.21

Compare Source

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

v0.4.19

Compare Source

Add name to configs for ESLint Config Inspector

v0.4.18

Compare Source

ESM/CJS interop is the worse that happened to this ecosystem, this is all I have to say.

v0.4.17

Compare Source

  • Fix detection of local components to not generate warning on for variable inside JSX files that follow React component naming (fixes #​75)
  • Update types to not require extra unnecessary .default property access under TS node16 module resolution (fixes #​70)

v0.4.16

Compare Source

Fix CJS/ESM interop issue. Sorry everyone for the trouble.

v0.4.15

Compare Source

Add support for custom HOCs (#​60)

By default, the rule only knows that memo & forwardRef function calls with return a React component. With this option, you can also allow extra function names like Mobx observer to make this code valid:

const Foo = () => <></>;
export default observer(Foo);
{
  "react-refresh/only-export-components": [
    "error",
    { "customHOCs": ["observer"] }
  ]
}

Thanks @​HorusGoul!

Add recommended config and simple types (#​67)

You can now add the recommended config to your ESLint config like this:

import reactRefresh from "eslint-plugin-react-refresh";

export default [
  /* Main config */
  reactRefresh.configs.recommended, // Or reactRefresh.configs.vite for Vite users
];

To follow ESLint recommandations, the rule is added with the error severity.

Some simple types ensure that people typecheking their config won't need @ts-expect-error anymore.

Bump ESLint peer dependency to 8.40

This was actually done by mistake in the previous release when moving from a deprecated API to a new one.

Given that ESLint 8 is officialy end-of-life and the only report (#​56) didn't get likes, I'm going forward and documenting the expected minimum version from ESLin in the package JSON so that people can get warning from their package manager.

v0.4.14

Compare Source

v0.4.13

Compare Source

v0.4.12

Compare Source

  • Support type assertion on default export (fixes #​48)
  • Add default export to fix usage with jiti (fixes #​50)

v0.4.11

Compare Source

  • Ignore type exports (ex. export type foo = string;) (fixes #​47)

v0.4.10

Compare Source

  • Support function Foo() {}; export default React.memo(Foo) (#​46) (thanks @​SukkaW!)
tailwindlabs/tailwindcss (tailwindcss)

v3.4.17

Compare Source

Fixed

v3.4.16

Compare Source

Fixed
  • Ensure the TypeScript types for PluginsConfig allow undefined values (#​14668)

v3.4.15

Compare Source

  • Bump versions for security vulnerabilities (#​14697)
  • Ensure the TypeScript types for the boxShadow theme configuration allows arrays (#​14856)
  • Set fallback for opacity variables to ensure setting colors with the selection:* variant works in Chrome 131 (#​15003)

v3.4.14

Compare Source

Fixed
  • Don't set display: none on elements that use hidden="until-found" (#​14625)

v3.4.13

Compare Source

Fixed
  • Improve source glob verification performance (#​14481)

v3.4.12

Compare Source

Fixed
  • Ensure using @apply with utilities that use @defaults works with rules defined in the base layer when using optimizeUniversalDefaults (#​14427)

v3.4.11

Compare Source

Fixed
  • Allow anchor-size(…) in arbitrary values (#​14393)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 force-pushed the renovate/all-patch branch from 257a19f to 01712de Compare August 20, 2024 19:51
@renovate renovate bot changed the title Update dependency vite to v5.4.2 Update all patch dependencies Aug 20, 2024
@renovate renovate bot force-pushed the renovate/all-patch branch 5 times, most recently from c7377a9 to 699f751 Compare August 26, 2024 07:06
@renovate renovate bot force-pushed the renovate/all-patch branch 9 times, most recently from d96dcbb to 7fe7ea5 Compare September 4, 2024 12:38
@renovate renovate bot force-pushed the renovate/all-patch branch 6 times, most recently from d70c72a to e7b509a Compare September 14, 2024 16:51
@renovate renovate bot force-pushed the renovate/all-patch branch 4 times, most recently from c59f5b2 to 183fabf Compare September 23, 2024 17:19
@renovate renovate bot force-pushed the renovate/all-patch branch 2 times, most recently from d709e86 to 73dcda5 Compare October 1, 2024 07:57
@renovate renovate bot force-pushed the renovate/all-patch branch 2 times, most recently from ab4d315 to e131820 Compare October 9, 2024 01:34
@renovate renovate bot force-pushed the renovate/all-patch branch 2 times, most recently from b6ba77e to 31c5ee4 Compare October 20, 2024 01:53
@renovate renovate bot force-pushed the renovate/all-patch branch from 31c5ee4 to 6bd9e0a Compare October 24, 2024 18:55
@renovate renovate bot force-pushed the renovate/all-patch branch 3 times, most recently from 4d7c7ef to f5c4a15 Compare November 14, 2024 19:31
@renovate renovate bot force-pushed the renovate/all-patch branch 3 times, most recently from 8e364aa to af5a8ce Compare December 2, 2024 15:02
@renovate renovate bot force-pushed the renovate/all-patch branch from af5a8ce to 9ecb11d Compare December 3, 2024 19:56
@renovate renovate bot force-pushed the renovate/all-patch branch from 9ecb11d to f0b1e6c Compare December 17, 2024 23:26
@renovate renovate bot force-pushed the renovate/all-patch branch 4 times, most recently from 5d7ad5e to cbab985 Compare January 12, 2025 00:15
@renovate renovate bot force-pushed the renovate/all-patch branch 2 times, most recently from 9989346 to 3962b39 Compare January 30, 2025 20:00
@renovate renovate bot force-pushed the renovate/all-patch branch from 3962b39 to 9e7b909 Compare February 9, 2025 02:00
@renovate renovate bot force-pushed the renovate/all-patch branch from 9e7b909 to dc28a2e Compare March 9, 2025 16:47
@renovate renovate bot force-pushed the renovate/all-patch branch from dc28a2e to d4e4a94 Compare March 24, 2025 12:00
@sarvex sarvex merged commit 3a7e823 into main Mar 25, 2025
0 of 2 checks passed
@renovate renovate bot deleted the renovate/all-patch branch March 25, 2025 00:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant