@financial-times/n-myft-ui 35.2.0 → 36.1.0
Sign up to get free protection for your applications and to get access to all the features.
- package/.circleci/config.yml +10 -10
- package/.toolkitrc.yml +2 -2
- package/.toolkitstate/ci.json +2 -2
- package/package.json +4 -7
- package/.nvmrc +0 -1
- package/.snyk +0 -4
package/.circleci/config.yml
CHANGED
@@ -4,12 +4,12 @@ orbs:
|
|
4
4
|
executors:
|
5
5
|
node:
|
6
6
|
docker:
|
7
|
-
- image: cimg/node:18.
|
7
|
+
- image: cimg/node:18.20-browsers
|
8
8
|
working_directory: /home/circleci/project/node_workspace
|
9
|
-
|
9
|
+
node22_4-browsers:
|
10
10
|
docker:
|
11
|
-
- image: cimg/node:
|
12
|
-
working_directory: /home/circleci/project/
|
11
|
+
- image: cimg/node:22.4-browsers
|
12
|
+
working_directory: /home/circleci/project/node22_workspace
|
13
13
|
jobs:
|
14
14
|
deploy-gh-pages:
|
15
15
|
docker:
|
@@ -63,7 +63,7 @@ workflows:
|
|
63
63
|
parameters:
|
64
64
|
executor:
|
65
65
|
- node
|
66
|
-
-
|
66
|
+
- node22_4-browsers
|
67
67
|
filters:
|
68
68
|
tags:
|
69
69
|
only: /^v\d+\.\d+\.\d+(-.+)?/
|
@@ -75,7 +75,7 @@ workflows:
|
|
75
75
|
parameters:
|
76
76
|
executor:
|
77
77
|
- node
|
78
|
-
-
|
78
|
+
- node22_4-browsers
|
79
79
|
filters:
|
80
80
|
tags:
|
81
81
|
only: /^v\d+\.\d+\.\d+(-.+)?/
|
@@ -87,7 +87,7 @@ workflows:
|
|
87
87
|
parameters:
|
88
88
|
executor:
|
89
89
|
- node
|
90
|
-
-
|
90
|
+
- node22_4-browsers
|
91
91
|
filters:
|
92
92
|
tags:
|
93
93
|
only: /^v\d+\.\d+\.\d+(-.+)?/
|
@@ -122,7 +122,7 @@ workflows:
|
|
122
122
|
parameters:
|
123
123
|
executor:
|
124
124
|
- node
|
125
|
-
-
|
125
|
+
- node22_4-browsers
|
126
126
|
- tool-kit/build:
|
127
127
|
name: tool-kit/build-<< matrix.executor >>
|
128
128
|
requires:
|
@@ -131,7 +131,7 @@ workflows:
|
|
131
131
|
parameters:
|
132
132
|
executor:
|
133
133
|
- node
|
134
|
-
-
|
134
|
+
- node22_4-browsers
|
135
135
|
- tool-kit/test:
|
136
136
|
name: tool-kit/test-<< matrix.executor >>
|
137
137
|
requires:
|
@@ -140,4 +140,4 @@ workflows:
|
|
140
140
|
parameters:
|
141
141
|
executor:
|
142
142
|
- node
|
143
|
-
-
|
143
|
+
- node22_4-browsers
|
package/.toolkitrc.yml
CHANGED
package/.toolkitstate/ci.json
CHANGED
package/package.json
CHANGED
@@ -1,13 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@financial-times/n-myft-ui",
|
3
|
-
"version": "
|
3
|
+
"version": "36.1.0",
|
4
4
|
"description": "Client side component for interaction with myft",
|
5
5
|
"main": "server.js",
|
6
6
|
"scripts": {
|
7
7
|
"sass": "sass demos/src/demo.scss public/main.css --load-path node_modules",
|
8
8
|
"test": "dotcom-tool-kit test:local",
|
9
9
|
"commit": "commit-wizard",
|
10
|
-
"prepare": "npx snyk protect || npx snyk protect -d || true",
|
11
10
|
"build": "dotcom-tool-kit build:local",
|
12
11
|
"start": "dotcom-tool-kit run:local",
|
13
12
|
"demo-build": "dotcom-tool-kit build:demo -- demo-build",
|
@@ -97,7 +96,6 @@
|
|
97
96
|
"semver": "6.3.0",
|
98
97
|
"sinon": "^7.1.0",
|
99
98
|
"sinon-chai": "^3.7.0",
|
100
|
-
"snyk": "^1.1227.0",
|
101
99
|
"sucrase": "^3.34.0",
|
102
100
|
"webpack": "^4.47.0",
|
103
101
|
"webpack-cli": "^4.9.2"
|
@@ -113,8 +111,8 @@
|
|
113
111
|
"@financial-times/o-overlay": "^4.0.0",
|
114
112
|
"@financial-times/o-spacing": "^3.0.0",
|
115
113
|
"@financial-times/o-tooltip": "^5.2.4",
|
116
|
-
"next-myft-client": "^12.2.0",
|
117
114
|
"n-ui-foundations": "^9.0.0 || ^10.0.0",
|
115
|
+
"next-myft-client": "^13.0.0",
|
118
116
|
"react": "^17.0.2"
|
119
117
|
},
|
120
118
|
"dependencies": {
|
@@ -131,11 +129,10 @@
|
|
131
129
|
"puppeteer": "$puppeteer"
|
132
130
|
},
|
133
131
|
"volta": {
|
134
|
-
"node": "
|
132
|
+
"node": "22.11.0"
|
135
133
|
},
|
136
134
|
"engines": {
|
137
|
-
"node": "
|
138
|
-
"npm": "7.x || 8.x || 9.x"
|
135
|
+
"node": "18.x || 22.x"
|
139
136
|
},
|
140
137
|
"x-dash": {
|
141
138
|
"engine": {
|
package/.nvmrc
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
16
|
package/.snyk
DELETED