@etchteam/eslint-config 2.2.67 → 2.2.69

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,25 +1,28 @@
1
- name: 🚀 Publish
1
+ ---
2
+ name: 🚀 Release
2
3
  on:
3
4
  push:
4
5
  branches:
5
6
  - main
6
-
7
7
  env:
8
8
  HUSKY: 0
9
-
9
+ permissions:
10
+ contents: read
10
11
  jobs:
11
12
  publish:
12
- name: Publish
13
+ name: 🚀 Publish
13
14
  runs-on: ubuntu-latest
14
- if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
15
+ permissions:
16
+ contents: write
17
+ issues: write
18
+ pull-requests: write
19
+ id-token: write
15
20
  steps:
16
- - name: Checkout
17
- uses: actions/checkout@v3
21
+ - uses: actions/checkout@v4
18
22
  with:
19
23
  fetch-depth: 0
20
24
  persist-credentials: false
21
- - name: Publish
22
- uses: cycjimmy/semantic-release-action@v3
25
+ - uses: cycjimmy/semantic-release-action@v3
23
26
  with:
24
27
  semantic_version: 19.x
25
28
  branch: main
package/CHANGELOG.md CHANGED
@@ -1,7 +1,6 @@
1
- ## [2.2.67](https://github.com/etchteam/eslint/compare/v2.2.66...v2.2.67) (2025-06-25)
1
+ ## [2.2.69](https://github.com/etchteam/eslint/compare/v2.2.68...v2.2.69) (2025-06-30)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * bump eslint-plugin-prettier from 5.5.0 to 5.5.1 ([58d9cd3](https://github.com/etchteam/eslint/commit/58d9cd353a6290cbeb2c1fc5c9cc276e7de1645e))
7
- * bump prettier from 3.5.3 to 3.6.1 ([253242e](https://github.com/etchteam/eslint/commit/253242e4bc2d9932dcf21bde212d17e2af516173))
6
+ * bump @eslint/js from 9.29.0 to 9.30.0 ([1100805](https://github.com/etchteam/eslint/commit/110080502567f732bb35789dab59fcde94b08e7f))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etchteam/eslint-config",
3
- "version": "2.2.67",
3
+ "version": "2.2.69",
4
4
  "description": "Etch's standard eslint config",
5
5
  "type": "module",
6
6
  "main": "eslint.config.mjs",