@financial-times/n-conversion-forms 32.8.0 → 32.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.eslintignore CHANGED
@@ -2,5 +2,9 @@
2
2
  /dist
3
3
  /.eslintrc.js
4
4
  /public
5
- secret-squirrel.js
6
- secret-squirrel.cjs
5
+ package-lock.json
6
+ *.json
7
+ *.sh
8
+ .*
9
+ *.feature
10
+ /docs
package/.prettierignore CHANGED
@@ -11,6 +11,7 @@ node_modules
11
11
 
12
12
  /coverage
13
13
  /pa11y-screen-capture
14
+ /docs
14
15
 
15
16
  *.json
16
17
  *.sh
package/.toolkitrc.yml CHANGED
@@ -4,9 +4,9 @@ plugins:
4
4
  - "@dotcom-tool-kit/jest"
5
5
  - "@dotcom-tool-kit/eslint"
6
6
  - "@dotcom-tool-kit/prettier"
7
- - "@dotcom-tool-kit/lint-staged"
7
+ - "@dotcom-tool-kit/lint-staged-npm"
8
8
  - "@dotcom-tool-kit/husky-npm"
9
- - './toolkit/run-storybook'
9
+ - "./toolkit/run-storybook"
10
10
  hooks:
11
11
  test:local:
12
12
  - Eslint
@@ -15,10 +15,16 @@ hooks:
15
15
  - Eslint
16
16
  - JestCI
17
17
  run:local:
18
- - RunStorybook
18
+ - RunStorybook
19
19
  options:
20
20
  "@dotcom-tool-kit/circleci":
21
21
  nodeVersion: 18.17-browsers
22
22
  "@dotcom-tool-kit/babel":
23
23
  files: "components/{*.jsx,index.js}"
24
24
  outputPath: dist
25
+ "@dotcom-tool-kit/lint-staged-npm":
26
+ testGlob: "**/*.{js,jsx,json,scss}"
27
+ formatGlob: "**/*.{js,jsx,json,scss}"
28
+ "@dotcom-tool-kit/prettier":
29
+ files: ["**/*.{js,jsx,json,scss}"]
30
+ configFile: ".prettierrc.js"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "branch": "",
3
3
  "repo": "n-conversion-forms",
4
- "version": "4aafd13f98d9bf021c5e8be58ebe9d1c252e3060",
5
- "tag": "v32.8.0"
4
+ "version": "69b63baab3896624c51a78b1171792e6e67adaaf",
5
+ "tag": "v32.9.0"
6
6
  }
@@ -71,9 +71,6 @@ exports[`GraduationDate renders with default props 1`] = `
71
71
  name="graduationDateYear"
72
72
  aria-required="false"
73
73
  >
74
- <option value="2019">
75
- 2019
76
- </option>
77
74
  <option value="2020">
78
75
  2020
79
76
  </option>
@@ -98,6 +95,9 @@ exports[`GraduationDate renders with default props 1`] = `
98
95
  <option value="2027">
99
96
  2027
100
97
  </option>
98
+ <option value="2028">
99
+ 2028
100
+ </option>
101
101
  </select>
102
102
  </span>
103
103
  </div>