website-utilities 1.0.360 → 1.0.361

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.
Files changed (3) hide show
  1. package/index.js +0 -0
  2. package/package.json +14 -15
  3. package/readme.md +1 -0
package/index.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "website-utilities",
3
- "version": "1.0.360",
3
+ "version": "1.0.361",
4
4
  "description": "extend your web app",
5
5
  "keywords": [
6
6
  "jquery",
@@ -57,30 +57,29 @@
57
57
  "test:browser": "weboptimizer test:browser",
58
58
  "test:coverage": "weboptimizer test:coverage",
59
59
  "test:coverage:report": "weboptimizer test:coverage:report",
60
- "update": "yarn version patch && yarn npm publish",
61
60
  "update:documentation": "documentation-website",
62
61
  "watch": "weboptimizer build --watch"
63
62
  },
64
63
  "devDependencies": {
65
64
  "@babel/eslint-parser": "^7.26.5",
66
65
  "@babel/plugin-transform-proto-to-assign": "^7.25.9",
67
- "@babel/runtime": "^7.26.0",
68
- "@stylistic/eslint-plugin-ts": "^2.13.0",
66
+ "@babel/runtime": "^7.26.7",
67
+ "@stylistic/eslint-plugin-ts": "^3.0.1",
69
68
  "@types/ejs": "^3.1.5",
70
69
  "@types/html-minifier": "^4.0.5",
71
70
  "@types/jquery": "^3.5.32",
72
71
  "@types/jsdom": "^21.1.7",
73
- "@types/node": "^22.10.6",
74
- "@typescript-eslint/eslint-plugin": "^8.20.0",
75
- "@typescript-eslint/parser": "^8.20.0",
76
- "clientnode": "^3.0.1256",
72
+ "@types/node": "^22.12.0",
73
+ "@typescript-eslint/eslint-plugin": "^8.22.0",
74
+ "@typescript-eslint/parser": "^8.22.0",
75
+ "clientnode": "^3.0.1269",
77
76
  "css-loader": "^7.1.2",
78
77
  "cssnano": "^7.0.6",
79
- "documentation-website": "^1.0.341",
80
- "eslint": "^9.18.0",
78
+ "documentation-website": "^1.0.342",
79
+ "eslint": "^9.19.0",
81
80
  "eslint-config-google": "^0.14.0",
82
- "eslint-plugin-jsdoc": "^50.6.1",
83
- "internationalisation": "^1.0.332",
81
+ "eslint-plugin-jsdoc": "^50.6.3",
82
+ "internationalisation": "^1.0.333",
84
83
  "jest": "^29.7.0",
85
84
  "jquery": "^3.7.1",
86
85
  "jsdoc": "^4.0.4",
@@ -97,10 +96,10 @@
97
96
  "sass-loader": "^16.0.4",
98
97
  "spin.js": "^4.1.2",
99
98
  "style-loader": "^4.0.0",
100
- "stylelint": "^16.13.2",
99
+ "stylelint": "^16.14.1",
101
100
  "stylelint-config-standard-scss": "^14.0.0",
102
- "typescript-eslint": "^8.20.0",
103
- "weboptimizer": "^2.0.1553",
101
+ "typescript-eslint": "^8.22.0",
102
+ "weboptimizer": "^2.0.1559",
104
103
  "webpack-dev-server": "^5.2.0"
105
104
  },
106
105
  "peerDependencies": {
package/readme.md CHANGED
@@ -17,6 +17,7 @@ Project status
17
17
  [![npm downloads](https://img.shields.io/npm/dy/website-utilities.svg?style=for-the-badge)](https://www.npmjs.com/package/website-utilities)
18
18
 
19
19
  [![build](https://img.shields.io/github/actions/workflow/status/thaibault/website-utilities/build.yaml?style=for-the-badge)](https://github.com/thaibault/website-utilities/actions/workflows/build.yaml)
20
+ [![build push package](https://img.shields.io/github/actions/workflow/status/thaibault/website-utilities/build-package-and-push.yaml?label=build%20push%20package&style=for-the-badge)](https://github.com/thaibault/website-utilities/actions/workflows/build-package-and-push.yaml)
20
21
 
21
22
  [![check types](https://img.shields.io/github/actions/workflow/status/thaibault/website-utilities/check-types.yaml?label=check%20types&style=for-the-badge)](https://github.com/thaibault/website-utilities/actions/workflows/check-types.yaml)
22
23
  [![lint](https://img.shields.io/github/actions/workflow/status/thaibault/website-utilities/lint.yaml?label=lint&style=for-the-badge)](https://github.com/thaibault/website-utilities/actions/workflows/lint.yaml)