Skip to content

Commit 3c748d9

Browse files
committed
fixes
1 parent 72b3180 commit 3c748d9

File tree

13 files changed

+830
-811
lines changed

13 files changed

+830
-811
lines changed

.circleci/config.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
executors:
4-
sb_node_14_classic:
4+
sb_node_16_classic:
55
parameters:
66
class:
77
description: The Resource class
@@ -14,7 +14,7 @@ executors:
1414
environment:
1515
NODE_OPTIONS: --max_old_space_size=3076
1616
resource_class: <<parameters.class>>
17-
sb_node_14_browsers:
17+
sb_node_16_browsers:
1818
parameters:
1919
class:
2020
description: The Resource class
@@ -78,7 +78,7 @@ jobs:
7878
check:
7979
executor:
8080
class: xlarge
81-
name: sb_node_14_classic
81+
name: sb_node_16_classic
8282
steps:
8383
- git-shallow-clone/checkout_advanced:
8484
clone_options: '--depth 1 --verbose'
@@ -94,7 +94,7 @@ jobs:
9494
build:
9595
executor:
9696
class: xlarge
97-
name: sb_node_14_classic
97+
name: sb_node_16_classic
9898
steps:
9999
- git-shallow-clone/checkout_advanced:
100100
clone_options: '--depth 1 --verbose'
@@ -126,7 +126,7 @@ jobs:
126126
- code/renderers
127127
- code/presets
128128
chromatic:
129-
executor: sb_node_14_browsers
129+
executor: sb_node_16_browsers
130130
parallelism: 15
131131
steps:
132132
# Keep using default checkout because Chromatic needs some git history to work properly
@@ -141,7 +141,7 @@ jobs:
141141
examples:
142142
executor:
143143
class: medium+
144-
name: sb_node_14_browsers
144+
name: sb_node_16_browsers
145145
parallelism: 4
146146
steps:
147147
- git-shallow-clone/checkout_advanced:
@@ -160,7 +160,7 @@ jobs:
160160
publish:
161161
executor:
162162
class: medium
163-
name: sb_node_14_classic
163+
name: sb_node_16_classic
164164
steps:
165165
- git-shallow-clone/checkout_advanced:
166166
clone_options: '--depth 1 --verbose'
@@ -240,7 +240,7 @@ jobs:
240240
smoke-tests:
241241
executor:
242242
class: medium+
243-
name: sb_node_14_browsers
243+
name: sb_node_16_browsers
244244
environment:
245245
# Disable ESLint when running smoke tests to improve perf + As of CRA 4.0.3, CRA kitchen sinks are throwing
246246
# because of some ESLint warnings, related to: https://github.com/facebook/create-react-app/pull/10590
@@ -259,7 +259,7 @@ jobs:
259259
lint:
260260
executor:
261261
class: medium
262-
name: sb_node_14_classic
262+
name: sb_node_16_classic
263263
steps:
264264
- git-shallow-clone/checkout_advanced:
265265
clone_options: '--depth 1 --verbose'
@@ -271,7 +271,7 @@ jobs:
271271
cd code
272272
yarn lint
273273
script-unit-tests:
274-
executor: sb_node_14_browsers
274+
executor: sb_node_16_browsers
275275
steps:
276276
- git-shallow-clone/checkout_advanced:
277277
clone_options: '--depth 1 --verbose'
@@ -285,7 +285,7 @@ jobs:
285285
- store_test_results:
286286
path: scripts/junit.xml
287287
unit-tests:
288-
executor: sb_node_14_browsers
288+
executor: sb_node_16_browsers
289289
steps:
290290
- git-shallow-clone/checkout_advanced:
291291
clone_options: '--depth 1 --verbose'
@@ -305,7 +305,7 @@ jobs:
305305
coverage:
306306
executor:
307307
class: small
308-
name: sb_node_14_browsers
308+
name: sb_node_16_browsers
309309
steps:
310310
- git-shallow-clone/checkout_advanced:
311311
clone_options: '--depth 1 --verbose'
@@ -321,7 +321,7 @@ jobs:
321321
create-sandboxes:
322322
executor:
323323
class: medium+
324-
name: sb_node_14_browsers
324+
name: sb_node_16_browsers
325325
parallelism: 20
326326
steps:
327327
- git-shallow-clone/checkout_advanced:
@@ -340,7 +340,7 @@ jobs:
340340
smoke-test-sandboxes:
341341
executor:
342342
class: medium+
343-
name: sb_node_14_browsers
343+
name: sb_node_16_browsers
344344
parallelism: 15
345345
steps:
346346
- git-shallow-clone/checkout_advanced:
@@ -355,7 +355,7 @@ jobs:
355355
build-sandboxes:
356356
executor:
357357
class: medium+
358-
name: sb_node_14_browsers
358+
name: sb_node_16_browsers
359359
parallelism: 20
360360
steps:
361361
- git-shallow-clone/checkout_advanced:
@@ -374,7 +374,7 @@ jobs:
374374
test-runner-sandboxes:
375375
executor:
376376
class: medium+
377-
name: sb_node_14_browsers
377+
name: sb_node_16_browsers
378378
parallelism: 18
379379
steps:
380380
- git-shallow-clone/checkout_advanced:
@@ -389,7 +389,7 @@ jobs:
389389
chromatic-sandboxes:
390390
executor:
391391
class: medium+
392-
name: sb_node_14_browsers
392+
name: sb_node_16_browsers
393393
parallelism: 20
394394
steps:
395395
- git-shallow-clone/checkout_advanced:

.yarn/releases/yarn-3.2.3.cjs

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

.yarn/releases/yarn-3.2.4.cjs

Lines changed: 801 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.yarnrc.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1+
installStatePath: ./.yarn/root-install-state.gz
2+
13
nodeLinker: node-modules
24

3-
yarnPath: .yarn/releases/yarn-3.2.3.cjs
4-
installStatePath: "./.yarn/root-install-state.gz"
5+
yarnPath: .yarn/releases/yarn-3.2.4.cjs

code/.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ plugins:
2727
unsafeHttpWhitelist:
2828
- localhost
2929

30-
yarnPath: ../.yarn/releases/yarn-3.2.3.cjs
30+
yarnPath: ../.yarn/releases/yarn-3.2.4.cjs
3131
installStatePath: '../.yarn/code-install-state.gz'

code/nx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"default": {
1212
"runner": "@nrwl/nx-cloud",
1313
"options": {
14-
"cacheableOperations": ["build", "test", "lint", "package", "prep"],
14+
"cacheableOperations": ["build", "test", "lint", "package", "prep", "check"],
1515
"accessToken": "NGVmYTkxMmItYzY3OS00MjkxLTk1ZDktZDFmYTFmNmVlNGY4fHJlYWQ=",
1616
"canTrackAnalytics": false,
1717
"showUsageWarnings": true,

code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@
379379
"verdaccio": "^4.10.0",
380380
"verdaccio-auth-memory": "^9.7.2"
381381
},
382-
"packageManager": "yarn@3.2.3",
382+
"packageManager": "yarn@3.2.4",
383383
"engines": {
384384
"node": ">=10.13.0",
385385
"yarn": ">=1.3.2"

code/yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39182,7 +39182,7 @@ __metadata:
3918239182

3918339183
"typescript@patch:typescript@npm%3A~4.6.3#~builtin<compat/typescript>":
3918439184
version: 4.6.4
39185-
resolution: "typescript@patch:typescript@npm%3A4.6.4#~builtin<compat/typescript>::version=4.6.4&hash=a1c5e5"
39185+
resolution: "typescript@patch:typescript@npm%3A4.6.4#~builtin<compat/typescript>::version=4.6.4&hash=701156"
3918639186
bin:
3918739187
tsc: bin/tsc
3918839188
tsserver: bin/tsserver

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"test": "cd code; yarn test",
77
"lint": "cd code; yarn lint"
88
},
9-
"packageManager": "yarn@3.2.3"
9+
"packageManager": "yarn@3.2.4"
1010
}

scripts/.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ plugins:
2727
unsafeHttpWhitelist:
2828
- localhost
2929

30-
yarnPath: ../.yarn/releases/yarn-3.2.3.cjs
30+
yarnPath: ../.yarn/releases/yarn-3.2.4.cjs
3131
installStatePath: "../.yarn/scripts-install-state.gz"

0 commit comments

Comments
 (0)