linted 19.4.1 → 19.4.3-rc.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -32,5 +32,5 @@ jobs:
32
32
  run: npm ci
33
33
  - name: Publish to NPM
34
34
  id: publish
35
- run: npm publish
35
+ run: npm publish --tag=next
36
36
  env: { NODE_AUTH_TOKEN: "${{ secrets.NPM_TOKEN }}" }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "_schemaVersion": "22.10.0",
3
3
  "name": "linted",
4
- "version": "19.4.1",
4
+ "version": "19.4.3-rc.0",
5
5
  "description": "ESLint mono-plugin bundler with strict, opinionated defaults for (Stylistic) JavaScript, TypeScript, Svelte, HTML, Tailwind/CSS, JSON, JSONC, YAML, and Mocha.",
6
6
  "keywords": [
7
7
  "eslint",
@@ -46,7 +46,7 @@
46
46
  "peerDependencies": {
47
47
  "eslint": "~9.13.0",
48
48
  "mocha": "^10.8.2",
49
- "svelte": "^5.1.6",
49
+ "svelte": "^5.1.9",
50
50
  "typescript": ">=5.6.3"
51
51
  },
52
52
  "peerDependenciesMeta": {
@@ -61,7 +61,7 @@
61
61
  }
62
62
  },
63
63
  "dependencies": {
64
- "@eslinted/core": "5.1.4",
64
+ "@eslinted/core": "5.1.5-rc.0",
65
65
  "@html-eslint/eslint-plugin": "0.27.0",
66
66
  "@html-eslint/parser": "0.27.0",
67
67
  "@stylistic/eslint-plugin": "2.10.0",
@@ -72,7 +72,7 @@
72
72
  "eslint-plugin-svelte": "2.46.0",
73
73
  "eslint-plugin-yml": "1.15.0",
74
74
  "jsonc-eslint-parser": "2.4.0",
75
- "svelte": "^5.1.6",
75
+ "svelte": "^5.1.9",
76
76
  "svelte-eslint-parser": "0.43.0",
77
77
  "yaml-eslint-parser": "1.2.3"
78
78
  },