@modernpoacher/cogs 1.0.121 → 1.0.123

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": "@modernpoacher/cogs",
3
- "version": "1.0.121",
3
+ "version": "1.0.123",
4
4
  "description": "Cogs",
5
5
  "keywords": [
6
6
  "Cogs",
@@ -50,19 +50,19 @@
50
50
  "debug": "^4.4.1"
51
51
  },
52
52
  "devDependencies": {
53
- "@babel/core": "^7.28.0",
53
+ "@babel/core": "^7.28.3",
54
54
  "@babel/eslint-parser": "^7.28.0",
55
- "@babel/preset-env": "^7.28.0",
55
+ "@babel/preset-env": "^7.28.3",
56
56
  "@babel/preset-react": "^7.27.1",
57
- "@babel/register": "^7.27.1",
57
+ "@babel/register": "^7.28.3",
58
58
  "@modernpoacher/design-system": "2.0.15",
59
- "@sequencemedia/eslint-config-standard": "^0.2.74",
60
- "@sequencemedia/eslint-config-typescript": "^0.1.129",
61
- "@storybook/addon-docs": "^9.1.1",
62
- "@storybook/addon-links": "^9.1.1",
59
+ "@sequencemedia/eslint-config-standard": "^0.2.76",
60
+ "@sequencemedia/eslint-config-typescript": "^0.1.132",
61
+ "@storybook/addon-docs": "^9.1.3",
62
+ "@storybook/addon-links": "^9.1.3",
63
63
  "@storybook/addon-webpack5-compiler-babel": "^3.0.6",
64
- "@storybook/react-webpack5": "^9.1.1",
65
- "@testing-library/jest-dom": "^6.6.4",
64
+ "@storybook/react-webpack5": "^9.1.3",
65
+ "@testing-library/jest-dom": "^6.8.0",
66
66
  "@testing-library/react": "^16.3.0",
67
67
  "@types/babel__register": "^7.17.3",
68
68
  "@types/chai": "^5.2.2",
@@ -70,22 +70,22 @@
70
70
  "@types/jest": "^30.0.0",
71
71
  "@types/mocha": "^10.0.10",
72
72
  "@types/prop-types": "^15.7.15",
73
- "@types/react": "^19.1.9",
73
+ "@types/react": "^19.1.11",
74
74
  "@types/react-dom": "^19.1.7",
75
- "@typescript-eslint/eslint-plugin": "^8.39.0",
76
- "@typescript-eslint/parser": "^8.39.0",
75
+ "@typescript-eslint/eslint-plugin": "^8.40.0",
76
+ "@typescript-eslint/parser": "^8.40.0",
77
77
  "autoprefixer": "^10.4.21",
78
- "chai": "^5.2.1",
79
- "core-js": "^3.45.0",
78
+ "chai": "^6.0.1",
79
+ "core-js": "^3.45.1",
80
80
  "cross-env": "^10.0.0",
81
- "eslint": "^9.32.0",
81
+ "eslint": "^9.34.0",
82
82
  "eslint-plugin-react": "^7.37.5",
83
- "eslint-plugin-storybook": "^9.1.1",
83
+ "eslint-plugin-storybook": "^9.1.3",
84
84
  "globals": "^16.3.0",
85
85
  "husky": "^9.1.7",
86
86
  "jest": "^30.0.5",
87
87
  "jest-environment-jsdom": "^30.0.5",
88
- "mini-css-extract-plugin": "^2.9.3",
88
+ "mini-css-extract-plugin": "^2.9.4",
89
89
  "mocha": "^11.7.1",
90
90
  "perfectionist": "^2.4.0",
91
91
  "postcss": "^8.5.6",
@@ -97,17 +97,17 @@
97
97
  "prettier": "^3.6.2",
98
98
  "prop-types": "^15.8.1",
99
99
  "react": "^19.1.1",
100
- "react-component-instance": "^0.0.77",
101
- "react-component-snapshot": "^0.0.99",
100
+ "react-component-instance": "^0.0.79",
101
+ "react-component-snapshot": "^0.0.101",
102
102
  "react-dom": "^19.1.1",
103
103
  "remove-files-webpack-plugin": "^1.5.0",
104
- "sass": "^1.89.2",
104
+ "sass": "^1.90.0",
105
105
  "sass-loader": "^16.0.5",
106
- "storybook": "^9.1.1",
107
- "stylelint": "^16.23.0",
108
- "stylelint-config-recommended-scss": "^15.0.1",
106
+ "storybook": "^9.1.3",
107
+ "stylelint": "^16.23.1",
108
+ "stylelint-config-recommended-scss": "^16.0.0",
109
109
  "stylelint-scss": "^6.12.1",
110
- "webpack": "^5.101.0",
110
+ "webpack": "^5.101.3",
111
111
  "webpack-cli": "^6.0.1"
112
112
  },
113
113
  "overrides": {
@@ -10,36 +10,36 @@
10
10
  padding: 0;
11
11
  margin: 1rem 0;
12
12
 
13
- &:first-child {
13
+ &:first-child /* stylelint-disable-line nesting-selector-no-missing-scoping-root */ {
14
14
  margin-top: 0;
15
15
  }
16
16
 
17
- &:last-child {
17
+ &:last-child /* stylelint-disable-line nesting-selector-no-missing-scoping-root */ {
18
18
  margin-bottom: 0;
19
19
  }
20
20
 
21
21
  line-height: 1.375rem;
22
22
 
23
- &.radio {
23
+ &.radio /* stylelint-disable-line nesting-selector-no-missing-scoping-root */ {
24
24
  @include radio.cog-radio;
25
25
  }
26
26
 
27
- &.checkbox {
27
+ &.checkbox /* stylelint-disable-line nesting-selector-no-missing-scoping-root */ {
28
28
  @include checkbox.cog-checkbox;
29
29
  }
30
30
 
31
- &.disabled {
31
+ &.disabled /* stylelint-disable-line nesting-selector-no-missing-scoping-root */ {
32
32
  @include disabled.cog-disabled;
33
33
  }
34
34
 
35
- &.error {
35
+ &.error /* stylelint-disable-line nesting-selector-no-missing-scoping-root */ {
36
36
  @include error.cog-error;
37
37
  }
38
38
 
39
39
  .description {
40
40
  @include typography.secondary-text;
41
41
 
42
- & /* stylelint-disable-line no-duplicate-selectors */ {
42
+ & /* stylelint-disable-line no-duplicate-selectors, nesting-selector-no-missing-scoping-root */ {
43
43
  display: block;
44
44
  padding: 0;
45
45
  margin: 0 0 0.25rem 0;
@@ -49,7 +49,7 @@
49
49
  .error-message {
50
50
  @include typography.error-standard;
51
51
 
52
- & /* stylelint-disable-line no-duplicate-selectors */ {
52
+ & /* stylelint-disable-line no-duplicate-selectors, nesting-selector-no-missing-scoping-root */ {
53
53
  display: block;
54
54
  padding: 0;
55
55
  margin: 0 0 0.25rem 0;
@@ -7,7 +7,7 @@
7
7
  margin-bottom: 0.5rem;
8
8
  min-height: 2rem;
9
9
 
10
- &:last-of-type {
10
+ &:last-of-type /* stylelint-disable-line nesting-selector-no-missing-scoping-root */ {
11
11
  margin-bottom: 0;
12
12
  }
13
13
 
@@ -64,7 +64,7 @@
64
64
  }
65
65
  }
66
66
 
67
- &.disabled {
67
+ &.disabled /* stylelint-disable-line nesting-selector-no-missing-scoping-root */ {
68
68
  input:checked + {
69
69
  label::before {
70
70
  border-color: palette.$disabled;
@@ -15,8 +15,8 @@
15
15
  }
16
16
  }
17
17
 
18
- &.radio,
19
- &.checkbox {
18
+ &.radio /* stylelint-disable-line nesting-selector-no-missing-scoping-root */,
19
+ &.checkbox /* stylelint-disable-line nesting-selector-no-missing-scoping-root */ {
20
20
  padding-left: 4rem;
21
21
 
22
22
  input /* stylelint-disable-line no-descending-specificity */ {
@@ -30,13 +30,13 @@
30
30
  }
31
31
  }
32
32
 
33
- &.radio {
33
+ &.radio /* stylelint-disable-line nesting-selector-no-missing-scoping-root */ {
34
34
  input:checked + label:after {
35
35
  left: 1.5rem;
36
36
  }
37
37
  }
38
38
 
39
- &.checkbox {
39
+ &.checkbox /* stylelint-disable-line nesting-selector-no-missing-scoping-root */ {
40
40
  input:checked + label:after {
41
41
  left: 1.3125rem; // 21px;
42
42
  }
@@ -9,7 +9,7 @@
9
9
  margin-bottom: 0.5rem;
10
10
  min-height: 2rem;
11
11
 
12
- &:last-of-type {
12
+ &:last-of-type /* stylelint-disable-line nesting-selector-no-missing-scoping-root */ {
13
13
  margin-bottom: 0;
14
14
  }
15
15
 
@@ -67,7 +67,7 @@
67
67
  }
68
68
  }
69
69
 
70
- &.disabled {
70
+ &.disabled /* stylelint-disable-line nesting-selector-no-missing-scoping-root */ {
71
71
  input + label {
72
72
  &::before,
73
73
  &::after {