Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
940 changes: 940 additions & 0 deletions .yarn/releases/yarn-4.13.0.cjs

Large diffs are not rendered by default.

894 changes: 0 additions & 894 deletions .yarn/releases/yarn-4.2.2.cjs

This file was deleted.

18 changes: 9 additions & 9 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
changesetIgnorePatterns:
- "**/*.test.*"
- "**/*.md"
- "**/test/**"

nodeLinker: node-modules

packageExtensions:
"@parcel/node-resolver-core@*":
peerDependencies:
"@parcel/core": ^2.12.0

unsafeHttpWhitelist:
- localhost

yarnPath: .yarn/releases/yarn-4.2.2.cjs

plugins:
- .yarn/plugins/plugin-nightly-prep.js

changesetIgnorePatterns:
- "**/*.test.*"
- "**/*.md"
- "**/test/**"
unsafeHttpWhitelist:
- localhost

yarnPath: .yarn/releases/yarn-4.13.0.cjs
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/adobe/react-spectrum"
},
"packageManager": "yarn@4.2.2",
"packageManager": "yarn@4.13.0",
"scripts": {
"tsgo": "tsgo",
"check-types": "tsgo --noEmit",
Expand Down Expand Up @@ -187,6 +187,7 @@
"postcss": "^8.4.24",
"postcss-custom-properties": "^13.2.0",
"postcss-import": "^15.1.0",
"prop-types": "^15.8.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-frame-component": "^5.0.0",
Expand All @@ -208,6 +209,7 @@
"typescript-eslint": "^8.38.0",
"unplugin-parcel-macros": "^0.1.1",
"verdaccio": "^6.0.0",
"vite": "^7.3.1",
"vite-plugin-svgr": "^4.5.0",
"vitest": "^4.0.17",
"vitest-browser-react": "^2.0.2",
Expand Down Expand Up @@ -245,7 +247,9 @@
"react-server-dom-parcel": "canary",
"react-test-renderer": "19.1.0",
"@parcel/packager-react-static": "^2.16.3",
"@sinclair/typebox": "0.27.10"
"@sinclair/typebox": "0.27.10",
"react": "19.2.4",
"react-dom": "19.2.4"
},
"@parcel/transformer-css": {
"cssModules": {
Expand Down
4 changes: 3 additions & 1 deletion packages/@adobe/react-spectrum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@
"devDependencies": {
"@adobe/spectrum-css-temp": "3.0.0-alpha.1",
"@babel/cli": "^7.12.10",
"@babel/core": "^7.24.3"
"@babel/core": "^7.24.3",
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
},
"targets": {
"main": false,
Expand Down
4 changes: 4 additions & 0 deletions packages/@react-aria/actiongroup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,9 @@
},
"targets": {
"types": false
},
"devDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
}
}
4 changes: 4 additions & 0 deletions packages/@react-aria/aria-modal-polyfill/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,9 @@
},
"targets": {
"types": false
},
"devDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
}
}
4 changes: 4 additions & 0 deletions packages/@react-aria/autocomplete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,9 @@
},
"targets": {
"types": false
},
"devDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
}
}
4 changes: 4 additions & 0 deletions packages/@react-aria/breadcrumbs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,9 @@
},
"targets": {
"types": false
},
"devDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
}
}
4 changes: 4 additions & 0 deletions packages/@react-aria/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,9 @@
},
"targets": {
"types": false
},
"devDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
}
}
4 changes: 4 additions & 0 deletions packages/@react-aria/calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,9 @@
},
"targets": {
"types": false
},
"devDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
}
}
4 changes: 4 additions & 0 deletions packages/@react-aria/checkbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,9 @@
},
"targets": {
"types": false
},
"devDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
}
}
4 changes: 4 additions & 0 deletions packages/@react-aria/collections/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,9 @@
},
"targets": {
"types": false
},
"devDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
}
}
4 changes: 4 additions & 0 deletions packages/@react-aria/color/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,9 @@
},
"targets": {
"types": false
},
"devDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
}
}
4 changes: 4 additions & 0 deletions packages/@react-aria/combobox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,9 @@
},
"targets": {
"types": false
},
"devDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
}
}
4 changes: 4 additions & 0 deletions packages/@react-aria/datepicker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,9 @@
},
"targets": {
"types": false
},
"devDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
}
}
4 changes: 4 additions & 0 deletions packages/@react-aria/dialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,9 @@
},
"targets": {
"types": false
},
"devDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
}
}
4 changes: 4 additions & 0 deletions packages/@react-aria/disclosure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,9 @@
},
"targets": {
"types": false
},
"devDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
}
}
4 changes: 4 additions & 0 deletions packages/@react-aria/dnd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,9 @@
},
"targets": {
"types": false
},
"devDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
}
}
4 changes: 4 additions & 0 deletions packages/@react-aria/focus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,9 @@
},
"targets": {
"types": false
},
"devDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
}
}
4 changes: 4 additions & 0 deletions packages/@react-aria/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,9 @@
},
"targets": {
"types": false
},
"devDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
}
}
4 changes: 4 additions & 0 deletions packages/@react-aria/grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,9 @@
},
"targets": {
"types": false
},
"devDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
}
}
4 changes: 4 additions & 0 deletions packages/@react-aria/gridlist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,9 @@
},
"targets": {
"types": false
},
"devDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
}
}
4 changes: 4 additions & 0 deletions packages/@react-aria/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,9 @@
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
}
}
4 changes: 4 additions & 0 deletions packages/@react-aria/interactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,9 @@
},
"targets": {
"types": false
},
"devDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
}
}
4 changes: 4 additions & 0 deletions packages/@react-aria/label/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,9 @@
},
"targets": {
"types": false
},
"devDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
}
}
4 changes: 4 additions & 0 deletions packages/@react-aria/landmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,9 @@
},
"targets": {
"types": false
},
"devDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
}
}
4 changes: 4 additions & 0 deletions packages/@react-aria/link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,9 @@
},
"targets": {
"types": false
},
"devDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
}
}
4 changes: 4 additions & 0 deletions packages/@react-aria/listbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,9 @@
},
"targets": {
"types": false
},
"devDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
}
}
4 changes: 4 additions & 0 deletions packages/@react-aria/live-announcer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,9 @@
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
},
"devDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
}
}
4 changes: 4 additions & 0 deletions packages/@react-aria/menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,9 @@
},
"targets": {
"types": false
},
"devDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
}
}
4 changes: 4 additions & 0 deletions packages/@react-aria/meter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,9 @@
},
"targets": {
"types": false
},
"devDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
}
}
4 changes: 4 additions & 0 deletions packages/@react-aria/numberfield/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,9 @@
},
"targets": {
"types": false
},
"devDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
}
}
4 changes: 4 additions & 0 deletions packages/@react-aria/overlays/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,9 @@
},
"targets": {
"types": false
},
"devDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
}
}
4 changes: 4 additions & 0 deletions packages/@react-aria/progress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,9 @@
},
"targets": {
"types": false
},
"devDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
}
}
4 changes: 4 additions & 0 deletions packages/@react-aria/radio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,9 @@
},
"targets": {
"types": false
},
"devDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
}
}
4 changes: 4 additions & 0 deletions packages/@react-aria/searchfield/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,9 @@
},
"targets": {
"types": false
},
"devDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
}
}
Loading
Loading