Skip to content

Commit 48c1c70

Browse files
authored
Merge pull request #52 from Patternslib/upgrade
Upgrade
2 parents 84c2165 + f1de9ba commit 48c1c70

File tree

3 files changed

+1332
-1421
lines changed

3 files changed

+1332
-1421
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ indent_style = space
55
insert_final_newline = true
66
trim_trailing_whitespace = true
77

8-
[*{js,jsx,vue,ts,json}]
8+
[*.{js,jsx,vue,ts,json}]
99
indent_size = 4
1010

1111
[*.{css,scss,xml,html,yml}]

package.json

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,37 +4,41 @@
44
"description": "Development base files for working with Patternslib and add-ons.",
55
"license": "MIT",
66
"dependencies": {
7-
"@babel/core": "^7.28.4",
8-
"@babel/eslint-parser": "^7.28.4",
9-
"@babel/preset-env": "^7.28.3",
10-
"@commitlint/cli": "^19.8.0",
11-
"@commitlint/config-conventional": "^19.8.0",
12-
"@release-it/conventional-changelog": "^8.0.2",
7+
"@babel/core": "^7.28.5",
8+
"@babel/eslint-parser": "^7.28.5",
9+
"@babel/preset-env": "^7.28.5",
10+
"@commitlint/cli": "^20.2.0",
11+
"@commitlint/config-conventional": "^20.2.0",
12+
"conventional-changelog-conventionalcommits": "^9.1.0",
13+
"@release-it/conventional-changelog": "^10.0.4",
1314
"babel-loader": "^10.0.0",
14-
"caniuse-lite": "*",
15+
"caniuse-lite": "1.0.30001760",
1516
"css-loader": "^7.1.2",
16-
"eslint": "^9.36.0",
17+
"eslint": "^9.39.2",
1718
"eslint-config-prettier": "^10.1.8",
18-
"globals": "^16.4.0",
19+
"globals": "^16.5.0",
1920
"identity-obj-proxy": "^3.0.0",
20-
"jest": "^30.1.3",
21-
"jest-environment-jsdom": "^30.1.2",
21+
"jest": "^30.2.0",
22+
"jest-environment-jsdom": "^30.2.0",
2223
"jest-watch-typeahead": "^3.0.1",
23-
"prettier": "^3.6.2",
24+
"prettier": "^3.7.4",
2425
"regenerator-runtime": "^0.14.1",
25-
"release-it": "^19.0.5",
26-
"sass": "^1.93.0",
27-
"sass-loader": "^16.0.5",
26+
"release-it": "^19.1.0",
27+
"sass": "^1.97.0",
28+
"sass-loader": "^16.0.6",
2829
"style-loader": "^4.0.0",
29-
"terser-webpack-plugin": "^5.3.14",
30+
"terser-webpack-plugin": "^5.3.16",
3031
"timezone-mock": "^1.3.6",
31-
"webpack": "^5.101.3",
32-
"webpack-bundle-analyzer": "^4.10.2",
32+
"webpack": "^5.104.0",
33+
"webpack-bundle-analyzer": "^5.1.0",
3334
"webpack-cli": "^6.0.1",
3435
"webpack-dev-server": "^5.2.2",
3536
"whybundled": "^2.0.0",
3637
"yarn": "^1.22.22"
3738
},
39+
"resolutions": {
40+
"conventional-changelog-conventionalcommits": "9.1.0"
41+
},
3842
"engines": {
3943
"node": ">=22"
4044
},

0 commit comments

Comments
 (0)