linted 27.2.5 → 27.3.0

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.
@@ -1,18 +1,15 @@
1
1
  name: NPM Publish (RELEASE)
2
-
3
2
  on:
4
3
  push:
5
4
  tags:
6
5
  - v[0-9]+.[0-9]+.[0-9]+
7
-
8
6
  jobs:
9
7
  publish-release:
10
- if: github.event_name == 'push'
11
- runs-on: ubuntu-latest
8
+ name: Build/Publish (RELEASE)
12
9
  environment:
13
10
  name: RELEASE
14
11
  url: https://www.npmjs.com/package/linted?activeTab=versions
15
- name: Build/Publish (RELEASE)
12
+ runs-on: ubuntu-latest
16
13
  steps:
17
14
  - name: Checkout
18
15
  id: checkout
@@ -1,18 +1,15 @@
1
1
  name: NPM Publish (rc)
2
-
3
2
  on:
4
3
  push:
5
4
  tags:
6
5
  - v[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+
7
-
8
6
  jobs:
9
7
  publish-rc:
10
- if: github.event_name == 'push'
11
- runs-on: ubuntu-latest
8
+ name: Build/Publish (rc)
12
9
  environment:
13
10
  name: rc
14
11
  url: https://www.npmjs.com/package/linted?activeTab=versions
15
- name: Build/Publish (rc)
12
+ runs-on: ubuntu-latest
16
13
  steps:
17
14
  - name: Checkout
18
15
  id: checkout
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$template": "22.14.0",
3
3
  "name": "linted",
4
- "version": "27.2.5",
4
+ "version": "27.3.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
  "repository": "github:jimmy-zhening-luo/linted",
7
7
  "license": "MIT",
@@ -14,7 +14,7 @@
14
14
  "peerDependencies": {
15
15
  "eslint": "~9.20.1",
16
16
  "mocha": "^11.1.0",
17
- "svelte": "^5.19.10",
17
+ "svelte": "^5.20.0",
18
18
  "typescript": ">=5.7.3"
19
19
  },
20
20
  "peerDependenciesMeta": {
@@ -30,8 +30,8 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@eslint/css": "0.2.0",
33
- "@eslinted/core": "16.0.7",
34
- "@eslinted/defaults": "6.2.1",
33
+ "@eslinted/core": "16.0.8",
34
+ "@eslinted/defaults": "6.2.2",
35
35
  "@html-eslint/eslint-plugin": "0.34.0",
36
36
  "@html-eslint/parser": "0.34.0",
37
37
  "@stylistic/eslint-plugin": "3.1.0",
@@ -42,7 +42,7 @@
42
42
  "eslint-plugin-svelte": "2.46.1",
43
43
  "eslint-plugin-yml": "1.16.0",
44
44
  "jsonc-eslint-parser": "2.4.0",
45
- "svelte": "^5.19.10",
45
+ "svelte": "^5.20.0",
46
46
  "svelte-eslint-parser": "0.43.0",
47
47
  "typescript-eslint": "8.24.0",
48
48
  "yaml-eslint-parser": "1.2.3"