@wmde/eslint-config-wikimedia-typescript 0.2.12 → 0.2.14

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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -26,5 +26,5 @@ To make a new release:
26
26
  it should be automatically published to NPM via GitHub Actions.
27
27
 
28
28
  1. Submit a Gitlab change to `ci-tools/libup-config`
29
- to update the version of the package in `releases.json`.
30
- ([Source](https://gitlab.wikimedia.org/repos/ci-tools/libup-config/-/commit/62e275576794ccdbf82b7cef2bf5cdd629d9b60c); replace with an example once available.)
29
+ to update the version of the package in `releases.json`
30
+ ([example](https://gitlab.wikimedia.org/repos/ci-tools/libup-config/-/merge_requests/71)).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wmde/eslint-config-wikimedia-typescript",
3
- "version": "0.2.12",
3
+ "version": "0.2.14",
4
4
  "description": "ESLint config for TypeScript following Wikimedia code conventions.",
5
5
  "main": "typescript.js",
6
6
  "scripts": {
@@ -27,11 +27,11 @@
27
27
  ],
28
28
  "devDependencies": {
29
29
  "eslint": "^8.57.0",
30
- "eslint-config-wikimedia": "^0.28.2"
30
+ "eslint-config-wikimedia": "^0.32.3"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "@typescript-eslint/eslint-plugin": "^7.8.0 || ^8.0.0",
34
34
  "@typescript-eslint/parser": "^7.8.0 || ^8.0.0",
35
- "eslint-config-wikimedia": "^0.28.2"
35
+ "eslint-config-wikimedia": "^0.32.3"
36
36
  }
37
37
  }