-
Notifications
You must be signed in to change notification settings - Fork 10
Bump @heroicons/react from 1.0.6 to 2.2.0 #92
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
Open
dependabot
wants to merge
9
commits into
main
Choose a base branch
from
dependabot/npm_and_yarn/heroicons/react-2.2.0
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* . * Fix Vite 7 build failures in CSG and Mantine demos (#93) * Initial plan * Initial investigation of build failures Co-authored-by: abernier <76580+abernier@users.noreply.github.com> * Fix build failures for CSG and multiple-views demos Co-authored-by: abernier <76580+abernier@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: abernier <76580+abernier@users.noreply.github.com> --------- Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: abernier <76580+abernier@users.noreply.github.com>
* Initial plan * Update all packages to latest r3f v9, drei v10, and React 19 Co-authored-by: abernier <76580+abernier@users.noreply.github.com> * Fix CI build failures: update postprocessing to v3.0.4, fix zustand imports, fix JSX namespace, migrate Reflector to MeshReflectorMaterial Co-authored-by: abernier <76580+abernier@users.noreply.github.com> * Fix Three.js API breaking changes: migrate render() to createRoot(), replace WebGLMultipleRenderTargets with WebGLRenderTarget Co-authored-by: abernier <76580+abernier@users.noreply.github.com> * Remove SSR effect from demos (removed in postprocessing v3), fix remaining Reflector migration Co-authored-by: abernier <76580+abernier@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: abernier <76580+abernier@users.noreply.github.com>
12888dd to
a74d5b9
Compare
* Initial plan * Switch to pnpm package manager Co-authored-by: abernier <76580+abernier@users.noreply.github.com> * Update to pnpm 10 and simplify .npmrc configuration Co-authored-by: abernier <76580+abernier@users.noreply.github.com> * Remove shamefully-hoist by fixing missing dependencies Co-authored-by: abernier <76580+abernier@users.noreply.github.com> * Fix pnpm action-setup configuration Remove explicit version from pnpm/action-setup@v4 to use packageManager field from package.json Co-authored-by: abernier <76580+abernier@users.noreply.github.com> * Update to latest pnpm 10 version (10.26.2) Co-authored-by: abernier <76580+abernier@users.noreply.github.com> * Fix missing dependencies for pnpm strict dependency resolution Added missing dependencies exposed by pnpm's strict resolution: - @react-spring/core, @react-spring/web to floating-laptop, wobbling-sphere - @pmndrs/branding to progressive-loading-states-with-suspense, re-using-geometry-and-level-of-detail - three-mesh-bvh to bvh - three-stdlib to 12 demos (baking-soft-shadows, bloom-hdr-workflow-gltf, color-grading, diamond-refraction, diamond-ring, gltf-animations-re-used, html-input-fields, instanced-particles-effects, inter-epoxy-resin, mount-transitions, object-clump, viking-ship, moksha, nextjs-prism) - postprocessing to 5 demos (building-dynamic-envmaps, glass-flower, nextjs-prism, starwars, zustand-site) - @dimforge/rapier3d-compat to minecraft - zustand to audio-analyser, racing-game - glslify, glsl-noise to threejs-journey-portal (and upgraded vite-plugin-glslify to 2.3.0) - lodash to shopping - use-asset to moksha - Fixed react-merge-refs import in infinite-scroll (changed to named import) All 154 demos now build successfully with pnpm's strict dependency resolution. Co-authored-by: abernier <76580+abernier@users.noreply.github.com> * Remove .npmrc file - not needed with pnpm workspace The link-workspace-packages setting defaults to true when pnpm-workspace.yaml is present, so .npmrc is not needed. All demos build successfully without it. Co-authored-by: abernier <76580+abernier@users.noreply.github.com> * Fix CI argument passing for --continue flag Co-authored-by: abernier <76580+abernier@users.noreply.github.com> * Restore double -- separator for --continue flag in CI The --continue flag needs to be passed through two levels: 1. pnpm run ttest -- (first --) 2. pnpm run build -- (second --) 3. turbo build3 --continue (finally reaches turbo) This ensures all 154 demos are built with --continue flag. Co-authored-by: abernier <76580+abernier@users.noreply.github.com> * Fix CI: change ttest to call turbo directly and use single -- separator The issue was that ttest was defined as "pnpm run build" which added an extra layer of command nesting. When called with "pnpm run ttest -- -- --continue", it became "turbo build3 -- -- --continue" which didn't work correctly. Changed: - ttest script from "pnpm run build" to "turbo build3" - CI workflow from "-- -- --continue" to "-- --continue" Now "pnpm run ttest -- --continue" correctly becomes "turbo build3 --continue" Co-authored-by: abernier <76580+abernier@users.noreply.github.com> * Restore original script chain: ttest → build → turbo with double -- separator Co-authored-by: abernier <76580+abernier@users.noreply.github.com> * Fix CI: use --continue without -- separator for pnpm Co-authored-by: abernier <76580+abernier@users.noreply.github.com> * Fix build task: change from build3 to build2 to build all 154 demos Co-authored-by: abernier <76580+abernier@users.noreply.github.com> * Revert to build3: it builds all demos via dependsOn then website Co-authored-by: abernier <76580+abernier@users.noreply.github.com> * Switch to pnpm 10 Co-authored-by: abernier <76580+abernier@users.noreply.github.com> * . * . * disable container: * . * disable remote caching * clean * doc * . --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: abernier <76580+abernier@users.noreply.github.com> Co-authored-by: Antoine BERNIER <antoine.bernier@gmail.com>
a74d5b9 to
f3fe8d8
Compare
Bumps [@heroicons/react](https://github.com/tailwindlabs/heroicons) from 1.0.6 to 2.2.0. - [Release notes](https://github.com/tailwindlabs/heroicons/releases) - [Changelog](https://github.com/tailwindlabs/heroicons/blob/master/CHANGELOG.md) - [Commits](tailwindlabs/heroicons@v1.0.6...v2.2.0) --- updated-dependencies: - dependency-name: "@heroicons/react" dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
f3fe8d8 to
4371ad2
Compare
476e815 to
16e8b16
Compare
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
javascript
Pull requests that update javascript code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps @heroicons/react from 1.0.6 to 2.2.0.
Release notes
Sourced from
@heroicons/react's releases.... (truncated)
Changelog
Sourced from
@heroicons/react's changelog.... (truncated)
Commits
0435d4c2.2.0f327cbeAdd React 19 support (#1247)56c073cUpdate changelog64e2368Remove clip-path from 20/arrow-left-circle (#1211)ad0ad1f2.1.558d511eAdd new icons (#1204)c1b192b2.1.4e2e487fMake sure calls toforwardRefare marked as pure (#1192)cafc7d6usesize-*instead ofw-* h-*(#1182)9a17872Update README.md (#1167)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)