@7n/rules-ci-github 2.1.0 → 2.2.1

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.2.1] - 2026-07-30
4
+
5
+ ### Changed
6
+
7
+ - release: @7n/rules@1.59.0, @7n/rules-ci-github@2.2.0, @7n/rules-lang-js@0.25.2, @7n/rules-lang-php@0.2.8, @7n/rules-lang-python@0.12.2, @7n/rules-lang-rust@0.15.2; fix(plugins): audit follow-ups — php vscode extensions, llm-lib peers, lint-style vue patch (#307)
8
+
9
+ ## [2.2.0] - 2026-07-30
10
+
11
+ ### Removed
12
+
13
+ - Прибрано `**/*.vue` з `paths` канонічного `lint-style.yml.snippet.yml` — цей глоб виїхав у `@7n/rules-lang-js` (`ci.artifact` patch-existing слот `js-lint-style-patch`), той самий патерн, що й `lint-text.yml` у хвилі 3A.
14
+
3
15
  ## [2.1.0] - 2026-07-29
4
16
 
5
17
  ### Removed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@7n/rules-ci-github",
3
- "version": "2.1.0",
3
+ "version": "2.2.1",
4
4
  "description": "Плагін @7n/rules: канон GitHub Actions (.github/workflows) — обов'язкові workflow, zizmor, VS Code",
5
5
  "keywords": [
6
6
  "github-actions",
@@ -8,7 +8,6 @@ on:
8
8
  paths:
9
9
  - '**/*.css'
10
10
  - '**/*.scss'
11
- - '**/*.vue'
12
11
 
13
12
  pull_request:
14
13
  branches:
@@ -17,7 +16,6 @@ on:
17
16
  paths:
18
17
  - '**/*.css'
19
18
  - '**/*.scss'
20
- - '**/*.vue'
21
19
 
22
20
  concurrency:
23
21
  group: ${{ github.ref }}-${{ github.workflow }}