Skip to content

Commit fb0aff3

Browse files
committed
Merge branch 'main' of github.com:adobe/react-spectrum into loadmore_rac
2 parents 52e04bc + ef27de0 commit fb0aff3

25 files changed

+39
-191
lines changed

.circleci/config.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,25 @@ parameters:
1313
type: string
1414
default: ""
1515

16-
orbs:
17-
azure-cli: circleci/azure-cli@1.2.0
18-
1916
executors:
2017
rsp:
2118
docker:
22-
- image: cimg/node:20.18.2
19+
- image: cimg/node:22.13.1
2320
environment:
2421
CACHE_VERSION: v1
2522
working_directory: ~/react-spectrum
2623

2724
rsp-large:
2825
docker:
29-
- image: cimg/node:20.18.2
26+
- image: cimg/node:22.13.1
3027
resource_class: large
3128
environment:
3229
CACHE_VERSION: v1
3330
working_directory: ~/react-spectrum
3431

3532
rsp-xlarge:
3633
docker:
37-
- image: cimg/node:20.18.2
34+
- image: cimg/node:22.13.1
3835
resource_class: xlarge
3936
environment:
4037
CACHE_VERSION: v1
@@ -786,7 +783,6 @@ jobs:
786783
command: make publish-nightly
787784

788785
workflows:
789-
version: 2
790786
commit:
791787
jobs:
792788
- install

.github/actions/branch/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'Branch from fork'
22
description: 'creates a branch based off PR from fork'
33
runs:
4-
using: 'node20'
4+
using: 'node22'
55
main: 'index.js'

.github/actions/comment/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'PR Comment'
22
description: 'Comment on the PR attached to a commit'
33
runs:
4-
using: 'node20'
4+
using: 'node22'
55
main: 'index.js'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'Check permissions'
22
description: 'Checks if commentor has write access or above'
33
runs:
4-
using: 'node20'
4+
using: 'node22'
55
main: 'index.js'

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.*
1+
22.*

examples/remix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"vite-tsconfig-paths": "^4.2.1"
3131
},
3232
"engines": {
33-
"node": ">=20.0.0"
33+
"node": ">=22.0.0"
3434
},
3535
"workspaces": [
3636
"../../packages/react-aria-components",

examples/rsp-webpack-4/package.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,23 @@
1919
"dependencies": {
2020
"@adobe/react-spectrum": "^3.24.1",
2121
"@react-spectrum/provider": "^3.9.7",
22-
"@react-spectrum/tag": "^3.0.0-rc.0",
2322
"@spectrum-icons/workflow": "^4.2.12",
2423
"react": "^18.2.0",
2524
"react-dom": "^18.2.0"
2625
},
2726
"devDependencies": {
28-
"@babel/core": "^7.24.3",
2927
"@babel/cli": "^7.24.3",
28+
"@babel/core": "^7.24.3",
3029
"@babel/preset-env": "^7.24.3",
3130
"@babel/preset-react": "^7.24.1",
32-
"webpack": "4.46.0",
33-
"webpack-cli": "3.1.1",
34-
"webpack-dev-server": "3.1.8",
31+
"babel-loader": "^8.0.2",
32+
"css-loader": "^1.0.0",
33+
"jest": "^29",
34+
"patch-package": "^8.0.0",
3535
"style-loader": "0.23.0",
36-
"css-loader": "1.0.0",
37-
"babel-loader": "8.0.2",
38-
"jest": "^26",
39-
"patch-package": "^8.0.0"
36+
"webpack": "^4.46.0",
37+
"webpack-cli": "^3.1.1",
38+
"webpack-dev-server": "^3.1.8"
4039
},
4140
"resolutions": {
4241
"terser-webpack-plugin": "4.2.3"

examples/rsp-webpack-4/patches/terser-webpack-plugin+4.2.3.patch

Lines changed: 0 additions & 13 deletions
This file was deleted.

examples/rsp-webpack-4/patches/webpack+4.46.0.patch

Lines changed: 0 additions & 144 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
"fast-check": "^2.19.0",
162162
"fast-glob": "^3.1.0",
163163
"framer-motion": "^11.3.0-alpha.0",
164-
"fs-extra": "^10.0.0",
164+
"fs-extra": "^11.0.0",
165165
"glob": "^8.0.3",
166166
"glob-promise": "^6.0.5",
167167
"globals": "^15.11.0",

0 commit comments

Comments
 (0)