shinkansen-sprockets 2.1.90 → 2.1.91

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shinkansen-sprockets",
3
- "version": "2.1.90",
3
+ "version": "2.1.91",
4
4
  "description": "Shinkansen Sprockets",
5
5
  "keywords": [
6
6
  "Shinkansen",
@@ -55,20 +55,20 @@
55
55
  "fast-deep-equal": "^3.1.3"
56
56
  },
57
57
  "devDependencies": {
58
- "@babel/core": "^7.28.0",
58
+ "@babel/core": "^7.28.3",
59
59
  "@babel/eslint-parser": "^7.28.0",
60
60
  "@babel/plugin-syntax-import-attributes": "^7.27.1",
61
- "@babel/preset-env": "^7.28.0",
61
+ "@babel/preset-env": "^7.28.3",
62
62
  "@babel/preset-react": "^7.27.1",
63
- "@babel/register": "^7.27.1",
63
+ "@babel/register": "^7.28.3",
64
64
  "@modernpoacher/design-system": "2.0.15",
65
- "@sequencemedia/eslint-config-standard": "^0.2.75",
66
- "@sequencemedia/eslint-config-typescript": "^0.1.131",
67
- "@storybook/addon-docs": "^9.1.1",
68
- "@storybook/addon-links": "^9.1.1",
65
+ "@sequencemedia/eslint-config-standard": "^0.2.76",
66
+ "@sequencemedia/eslint-config-typescript": "^0.1.132",
67
+ "@storybook/addon-docs": "^9.1.3",
68
+ "@storybook/addon-links": "^9.1.3",
69
69
  "@storybook/addon-webpack5-compiler-babel": "^3.0.6",
70
- "@storybook/react-webpack5": "^9.1.1",
71
- "@testing-library/jest-dom": "^6.6.4",
70
+ "@storybook/react-webpack5": "^9.1.3",
71
+ "@testing-library/jest-dom": "^6.8.0",
72
72
  "@testing-library/react": "^16.3.0",
73
73
  "@types/babel__register": "^7.17.3",
74
74
  "@types/chai": "^5.2.2",
@@ -76,22 +76,22 @@
76
76
  "@types/jest": "^30.0.0",
77
77
  "@types/mocha": "^10.0.10",
78
78
  "@types/prop-types": "^15.7.15",
79
- "@types/react": "^19.1.9",
79
+ "@types/react": "^19.1.11",
80
80
  "@types/react-dom": "^19.1.7",
81
- "@typescript-eslint/eslint-plugin": "^8.39.0",
82
- "@typescript-eslint/parser": "^8.39.0",
81
+ "@typescript-eslint/eslint-plugin": "^8.40.0",
82
+ "@typescript-eslint/parser": "^8.40.0",
83
83
  "autoprefixer": "^10.4.21",
84
- "chai": "^5.2.1",
85
- "core-js": "^3.45.0",
84
+ "chai": "^6.0.1",
85
+ "core-js": "^3.45.1",
86
86
  "cross-env": "^10.0.0",
87
- "eslint": "^9.32.0",
87
+ "eslint": "^9.34.0",
88
88
  "eslint-plugin-react": "^7.37.5",
89
- "eslint-plugin-storybook": "^9.1.1",
89
+ "eslint-plugin-storybook": "^9.1.3",
90
90
  "globals": "^16.3.0",
91
91
  "husky": "^9.1.7",
92
92
  "jest": "^30.0.5",
93
93
  "jest-environment-jsdom": "^30.0.5",
94
- "mini-css-extract-plugin": "^2.9.3",
94
+ "mini-css-extract-plugin": "^2.9.4",
95
95
  "mocha": "^11.7.1",
96
96
  "perfectionist": "^2.4.0",
97
97
  "postcss": "^8.5.6",
@@ -103,18 +103,18 @@
103
103
  "prettier": "^3.6.2",
104
104
  "prop-types": "^15.8.1",
105
105
  "react": "^19.1.1",
106
- "react-component-instance": "^0.0.79",
107
- "react-component-snapshot": "^0.0.101",
106
+ "react-component-instance": "^0.0.80",
107
+ "react-component-snapshot": "^0.0.102",
108
108
  "react-dom": "^19.1.1",
109
- "react-router": "^7.7.1",
109
+ "react-router": "^7.8.2",
110
110
  "remove-files-webpack-plugin": "^1.5.0",
111
111
  "sass": "^1.90.0",
112
112
  "sass-loader": "^16.0.5",
113
- "storybook": "^9.1.1",
114
- "stylelint": "^16.23.0",
115
- "stylelint-config-recommended-scss": "^15.0.1",
113
+ "storybook": "^9.1.3",
114
+ "stylelint": "^16.23.1",
115
+ "stylelint-config-recommended-scss": "^16.0.0",
116
116
  "stylelint-scss": "^6.12.1",
117
- "webpack": "^5.101.0",
117
+ "webpack": "^5.101.3",
118
118
  "webpack-cli": "^6.0.1"
119
119
  },
120
120
  "overrides": {
@@ -9,25 +9,25 @@
9
9
  padding: 0;
10
10
  margin: 1rem 0;
11
11
 
12
- &:first-child {
12
+ &:first-child /* stylelint-disable-line nesting-selector-no-missing-scoping-root */ {
13
13
  margin-top: 0;
14
14
  }
15
15
 
16
- &:last-child {
16
+ &:last-child /* stylelint-disable-line nesting-selector-no-missing-scoping-root */ {
17
17
  margin-bottom: 0;
18
18
  }
19
19
 
20
20
  line-height: 1.375rem;
21
21
 
22
- &.error-summary {
22
+ &.error-summary /* stylelint-disable-line nesting-selector-no-missing-scoping-root */ {
23
23
  @include error-summary.sprocket-error-summary;
24
24
  }
25
25
 
26
- &.check-answers {
26
+ &.check-answers /* stylelint-disable-line nesting-selector-no-missing-scoping-root */ {
27
27
  @include check-answers.sprocket-check-answers;
28
28
  }
29
29
 
30
- &.fieldset {
30
+ &.fieldset /* stylelint-disable-line nesting-selector-no-missing-scoping-root */ {
31
31
  legend {
32
32
  @include typography.heading-m;
33
33
 
@@ -4,7 +4,7 @@
4
4
  @use "design-system/typography";
5
5
 
6
6
  @mixin sprocket-check-answers {
7
- & > h2:first-child {
7
+ & > h2:first-child /* stylelint-disable-line nesting-selector-no-missing-scoping-root */ {
8
8
  margin-top: 0;
9
9
  }
10
10
 
@@ -10,7 +10,7 @@
10
10
  padding: 1rem;
11
11
  line-height: 2rem;
12
12
 
13
- & > h2:first-child {
13
+ & > h2:first-child /* stylelint-disable-line nesting-selector-no-missing-scoping-root */ {
14
14
  margin-top: 0;
15
15
  }
16
16
 
@@ -45,7 +45,7 @@
45
45
  }
46
46
  }
47
47
 
48
- &:focus {
48
+ &:focus /* stylelint-disable-line nesting-selector-no-missing-scoping-root */ {
49
49
  outline: 3px solid palette.$outline;
50
50
  outline-offset: 0;
51
51
  border-color: palette.$black;
@@ -14,8 +14,8 @@
14
14
  }
15
15
  }
16
16
 
17
- &.radio,
18
- &.checkbox {
17
+ &.radio /* stylelint-disable-line nesting-selector-no-missing-scoping-root */,
18
+ &.checkbox /* stylelint-disable-line nesting-selector-no-missing-scoping-root */ {
19
19
  padding-left: 4rem;
20
20
 
21
21
  input /* stylelint-disable-line no-descending-specificity */ {
@@ -29,13 +29,13 @@
29
29
  }
30
30
  }
31
31
 
32
- &.radio {
32
+ &.radio /* stylelint-disable-line nesting-selector-no-missing-scoping-root */ {
33
33
  input:checked + label:after {
34
34
  left: 1.5rem;
35
35
  }
36
36
  }
37
37
 
38
- &.checkbox {
38
+ &.checkbox /* stylelint-disable-line nesting-selector-no-missing-scoping-root */ {
39
39
  input:checked + label:after {
40
40
  left: 1.3125rem; // 21px;
41
41
  }