diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 4ef7b06..4fef044 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -6,6 +6,12 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true +env: + HUSKY: 0 + +permissions: + contents: read # for checkout + jobs: ci: name: Continuous Integration diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..80b1259 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,11 @@ +# Security Policy + +## Supported Versions + +### `v0.x.x` + +Until `v1+`, only the latest version is supported. + +### `v1.x.x+` + +Only the last two major versions are supported. diff --git a/package.json b/package.json index 64af90b..0264c38 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "eslint-import-resolver-typescript": "^4.4.4", "eslint-plugin-import": "^2.32.0", "husky": "^9.1.7", - "lint-staged": "^17.0.2", + "lint-staged": "^17.0.3", "prettier": "^3.8.3", "rimraf": "^6.1.3", "semantic-release": "^25.0.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9b809d0..f9a268f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -52,8 +52,8 @@ importers: specifier: ^9.1.7 version: 9.1.7 lint-staged: - specifier: ^17.0.2 - version: 17.0.2 + specifier: ^17.0.3 + version: 17.0.3 prettier: specifier: ^3.8.3 version: 3.8.3 @@ -2273,8 +2273,8 @@ packages: lines-and-columns@1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} - lint-staged@17.0.2: - resolution: {integrity: sha512-Rbr6rdmbCn1fIDHBZpn0madg0hEkdlh+QwajnL3Qq0ZUq/icAJfLGj9BVBajAXi7657ZzKQ7kobGP9S5XOHYRw==} + lint-staged@17.0.3: + resolution: {integrity: sha512-wnvMRhzC3GNpjixxleiG+pAW09dHTUgBCjMS7XouAg5E7wKUc8YdfogpF7zIgvXKDbH+452O6+XpnKm6V67rPw==} engines: {node: '>=22.22.1'} hasBin: true @@ -5953,7 +5953,7 @@ snapshots: lines-and-columns@1.2.4: {} - lint-staged@17.0.2: + lint-staged@17.0.3: dependencies: listr2: 10.2.1 picomatch: 4.0.4