Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 24, 2024

This PR contains the following updates:

Package Change Age Confidence
@monaco-editor/react 4.6.0 -> 4.7.0 age confidence
@radix-ui/react-dropdown-menu (source) 2.1.2 -> 2.1.16 age confidence
@radix-ui/react-slot (source) 1.1.0 -> 1.2.4 age confidence
@rollup/plugin-node-resolve (source) 15.3.0 -> 15.3.1 age confidence
@types/react (source) 18.3.12 -> 18.3.27 age confidence
@types/react-dom (source) 18.3.1 -> 18.3.7 age confidence
@vitejs/plugin-react (source) 4.3.3 -> 4.7.0 age confidence
autoprefixer 10.4.20 -> 10.4.22 age confidence
class-variance-authority 0.7.0 -> 0.7.1 age confidence
cypress (source) 13.16.0 -> 13.17.0 age confidence
eslint-plugin-react-hooks (source) 5.0.0 -> 5.2.0 age confidence
eslint-plugin-react-refresh 0.4.14 -> 0.4.24 age confidence
lucide-react (source) ^0.460.0 -> ^0.555.0 age confidence
monaco-editor ^0.52.0 -> ^0.55.0 age confidence
postcss (source) 8.4.49 -> 8.5.6 age confidence
react-resizable-panels 2.1.7 -> 2.1.9 age confidence
start-server-and-test 2.0.8 -> 2.1.3 age confidence
swr (source) 2.2.5 -> 2.3.7 age confidence
tailwind-merge 2.5.4 -> 2.6.0 age confidence
tailwindcss (source) 3.4.15 -> 3.4.18 age confidence

Release Notes

suren-atoyan/monaco-react (@​monaco-editor/react)

v4.7.0

Compare Source

  • package: update @​monaco-editor/loader to the latest (v1.5.0) version (this uses monaco-editor v0.52.2)
  • package: inherit all changes from v4.7.0-rc.0
radix-ui/primitives (@​radix-ui/react-dropdown-menu)

v2.1.7

Compare Source

v2.1.6

Compare Source

v2.1.5

Compare Source

v2.1.4

Compare Source

v2.1.3

Compare Source

rollup/plugins (@​rollup/plugin-node-resolve)

v15.3.1

2024-12-15

Updates
  • refactor: replace test with includes (#​1787)
vitejs/vite-plugin-react (@​vitejs/plugin-react)

v4.7.0

Compare Source

Add HMR support for compound components (#​518)

HMR now works for compound components like this:

const Root = () => <div>Accordion Root</div>
const Item = () => <div>Accordion Item</div>

export const Accordion = { Root, Item }
Return Plugin[] instead of PluginOption[] (#​537)

The return type has changed from react(): PluginOption[] to more specialized type react(): Plugin[]. This allows for type-safe manipulation of plugins, for example:

// previously this causes type errors
react({ babel: { plugins: ['babel-plugin-react-compiler'] } })
  .map(p => ({ ...p, applyToEnvironment: e => e.name === 'client' }))

v4.6.0

Compare Source

Add raw Rolldown support

This plugin only worked with Vite. But now it can also be used with raw Rolldown. The main purpose for using this plugin with Rolldown is to use react compiler.

v4.5.2

Compare Source

Suggest @vitejs/plugin-react-oxc if rolldown-vite is detected #​491

Emit a log which recommends @vitejs/plugin-react-oxc when rolldown-vite is detected to improve performance and use Oxc under the hood. The warning can be disabled by setting disableOxcRecommendation: true in the plugin options.

Use optimizeDeps.rollupOptions instead of optimizeDeps.esbuildOptions for rolldown-vite #​489

This suppresses the warning about optimizeDeps.esbuildOptions being deprecated in rolldown-vite.

Add Vite 7-beta to peerDependencies range #​497

React plugins are compatible with Vite 7, this removes the warning when testing the beta.

v4.5.1

Compare Source

Add explicit semicolon in preambleCode #​485

This fixes an edge case when using HTML minifiers that strips line breaks aggressively.

v4.5.0

Compare Source

Add filter for rolldown-vite #​470

Added filter so that it is more performant when running this plugin with rolldown-powered version of Vite.

Skip HMR for JSX files with hooks #​480

This removes the HMR warning for hooks with JSX.

v4.4.1

Compare Source

Fix type issue when using moduleResolution: "node" in tsconfig #​462

v4.4.0

Compare Source

Make compatible with rolldown-vite

This plugin is now compatible with rolldown-powered version of Vite.
Note that currently the __source property value position might be incorrect. This will be fixed in the near future.

v4.3.4

Compare Source

Add Vite 6 to peerDependencies range

Vite 6 is highly backward compatible, not much to add!

Force Babel to output spec compliant import attributes #​386

The default was an old spec (with type: "json"). We now enforce spec compliant (with { type: "json" })

postcss/autoprefixer (autoprefixer)

v10.4.22

Compare Source

  • Fixed stretch prefixes on new Can I Use database.
  • Updated fraction.js.

v10.4.21

Compare Source

joe-bell/cva (class-variance-authority)

v0.7.1

Compare Source

What's Changed

New Contributors

Full Changelog: joe-bell/cva@v0.7.0...v0.7.1

cypress-io/cypress (cypress)

v13.17.0

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#13-17-0

v13.16.1

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#13-16-1

facebook/react (eslint-plugin-react-hooks)

v5.2.0

Compare Source

v5.1.0

Compare Source

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

v0.4.24

Compare Source

  • Add "generateImageMetadata", "generateSitemaps" & "generateStaticParams" to allowExportNames in Next config

v0.4.23

Compare Source

  • Add "metadata", "generateMetadata" & "generateViewport" to allowExportNames in Next config

v0.4.22

Compare Source

  • Add "viewport" to allowExportNames in Next config (#​89)

v0.4.21

Compare Source

  • Add Next config (fixes #​85)

This allows exports like fetchCache and revalidate which are used in Page or Layout components and don't trigger a full page reload.

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

export default [
  /* Main config */
  reactRefresh.configs.next,
];

v0.4.20

Compare Source

  • Don't warn on nested HOC calls (fixes #​79)
  • Fix false positive with as const (fixes #​80)

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.

lucide-icons/lucide (lucide-react)

v0.555.0: Version 0.555.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.554.0...0.555.0

v0.554.0: Version 0.554.0

Compare Source

What's Changed

Breaking change

For lucide-react and lucide-solid, imports for Fingerprint icon are changed to FingerprintPattern.

Lucide React
- import { Fingerprint } from "lucide-react";
+ import { FingerprintPattern } from "lucide-react";
Lucide Solid
- import { Fingerprint } from "lucide/solid";
+ import { FingerprintPattern } from "lucide/solid";

// Or

- import Fingerprint from "lucide/solid/icons/fingerprint";
+ import FingerprintPattern from "lucide/solid/icons/fingerprint-pattern";

New Contributors

Full Changelog: lucide-icons/lucide@0.553.0...0.554.0

v0.553.0: Version 0.553.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.552.0...0.553.0

v0.552.0: Version 0.552.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.551.0...0.552.0

v0.551.0: Version 0.551.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.550.0...0.551.0

v0.550.0: Version 0.550.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.549.0...0.550.0

v0.549.0: Version 0.549.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.548.0...0.549.0

v0.548.0: Version 0.548.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.547.0...0.548.0

v0.547.0: Version 0.547.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.546.0...0.547.0

v0.546.0: Version 0.546.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.545.0...0.546.0

v0.545.0: Version 0.545.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.544.0...0.545.0

v0.544.0: Version 0.544.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.543.0...0.544.0

v0.543.0: Version 0.543.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.542.0...0.543.0

v0.542.0: Version 0.542.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.541.0...0.542.0

v0.541.0: Version 0.541.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.540.0...0.541.0

v0.540.0: Version 0.540.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.539.0...0.540.0

v0.539.0: Version 0.539.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.538.0...0.539.0

v0.538.0: Version 0.538.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.537.0...0.538.0

v0.537.0: Version 0.537.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.536.0...0.537.0

v0.536.0: Version 0.536.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.535.0...0.536.0

v0.535.0: Version 0.535.0

Compare Source

What's Changed

  • ci: add "telegram" to close-issue-with-banned-phrases by @​jguddas in #​3475
  • fix(lucide-static): properly select icons dir for tags & error if no metadata found by [@​AlexProgrammerDE](https://re

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@changeset-bot
Copy link

changeset-bot bot commented Nov 24, 2024

⚠️ No Changeset found

Latest commit: e55bf94

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot changed the title Update dependency tailwind-merge to v2.5.5 Update playground dependencies Nov 25, 2024
@renovate renovate bot force-pushed the renovate/playground-dependencies branch from bf2c76e to 17bb2cb Compare November 25, 2024 22:10
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Nov 25, 2024

Deploying openapi-ts-rest with  Cloudflare Pages  Cloudflare Pages

Latest commit: e55bf94
Status:🚫  Build failed.

View logs

@renovate renovate bot force-pushed the renovate/playground-dependencies branch 5 times, most recently from e57b180 to 7f069a7 Compare December 2, 2024 14:02
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@renovate renovate bot force-pushed the renovate/playground-dependencies branch 10 times, most recently from dfc00d5 to d630a09 Compare December 9, 2024 20:24
@renovate renovate bot force-pushed the renovate/playground-dependencies branch 8 times, most recently from 34ef0d0 to e78a1ed Compare December 17, 2024 04:43
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jul 2, 2025

@renovate renovate bot force-pushed the renovate/playground-dependencies branch from 1072bdf to eb7042e Compare July 18, 2025 05:30
@renovate
Copy link
Contributor Author

renovate bot commented Jul 18, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Scope: all 4 workspace projects
apps/playground                          |  WARN  deprecated [email protected]
Progress: resolved 1, reused 0, downloaded 0, added 0
Progress: resolved 41, reused 0, downloaded 0, added 0
.                                        |  WARN  deprecated [email protected]
Progress: resolved 58, reused 0, downloaded 0, added 0
Progress: resolved 120, reused 0, downloaded 0, added 0
Progress: resolved 218, reused 0, downloaded 0, added 0
Progress: resolved 319, reused 0, downloaded 0, added 0
Progress: resolved 434, reused 0, downloaded 0, added 0
Progress: resolved 542, reused 0, downloaded 0, added 0
Progress: resolved 708, reused 0, downloaded 0, added 0
Progress: resolved 770, reused 0, downloaded 0, added 0
Progress: resolved 836, reused 0, downloaded 0, added 0
Progress: resolved 911, reused 0, downloaded 0, added 0
 WARN  12 deprecated subdependencies found: @humanwhocodes/[email protected], @humanwhocodes/[email protected], @types/[email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]
Progress: resolved 971, reused 0, downloaded 0, added 0
Progress: resolved 971, reused 0, downloaded 0, added 0, done
 ERR_PNPM_PEER_DEP_ISSUES  Unmet peer dependencies

.
└─┬ @vitest/coverage-istanbul 2.1.9
  └── ✕ unmet peer [email protected]: found 2.1.5

hint: If you don't want pnpm to fail on peer dependency issues, add "strict-peer-dependencies=false" to an .npmrc file at the root of your project.


@renovate renovate bot force-pushed the renovate/playground-dependencies branch 7 times, most recently from 059c976 to dad5322 Compare August 1, 2025 14:51
@renovate renovate bot force-pushed the renovate/playground-dependencies branch 2 times, most recently from ea289eb to 3565a6a Compare August 8, 2025 09:00
@renovate renovate bot force-pushed the renovate/playground-dependencies branch 2 times, most recently from 4906897 to c53599e Compare August 22, 2025 13:48
@renovate renovate bot force-pushed the renovate/playground-dependencies branch from c53599e to 23daf2c Compare August 26, 2025 18:27
@renovate renovate bot force-pushed the renovate/playground-dependencies branch 3 times, most recently from 122907c to 2ac3c0b Compare September 11, 2025 13:48
@renovate renovate bot force-pushed the renovate/playground-dependencies branch 2 times, most recently from 16f9e6f to bdb45ec Compare October 6, 2025 22:43
@renovate renovate bot force-pushed the renovate/playground-dependencies branch from bdb45ec to 016bd18 Compare October 16, 2025 12:45
@renovate renovate bot force-pushed the renovate/playground-dependencies branch 2 times, most recently from 7e8f5fd to e141922 Compare October 24, 2025 22:05
@renovate renovate bot force-pushed the renovate/playground-dependencies branch from e141922 to 416cf9d Compare October 31, 2025 13:11
@renovate renovate bot force-pushed the renovate/playground-dependencies branch from 416cf9d to dd487cf Compare November 7, 2025 16:41
@renovate renovate bot force-pushed the renovate/playground-dependencies branch 2 times, most recently from da087b7 to c29a54c Compare November 20, 2025 18:16
@renovate renovate bot force-pushed the renovate/playground-dependencies branch from c29a54c to e55bf94 Compare November 26, 2025 09:27
@sonarqubecloud
Copy link

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