Skip to content

Commit 111beef

Browse files
committed
fix: updated npm packages, added trusted publishing
1 parent d988ea3 commit 111beef

File tree

5 files changed

+1383
-1430
lines changed

5 files changed

+1383
-1430
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ jobs:
88
ci:
99
runs-on: ${{ matrix.os }}
1010

11+
permissions:
12+
id-token: write
13+
contents: write
14+
1115
strategy:
1216
matrix:
1317
os: [ubuntu-latest]
@@ -50,5 +54,4 @@ jobs:
5054
- name: Release
5155
env:
5256
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
5457
run: npx semantic-release

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v23
1+
v24

dist/vue-search-input.umd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.0.0-semantic-release",
55
"license": "MIT",
66
"repository": "https://github.com/kouts/vue-search-input",
7-
"packageManager": "pnpm@10.14.0",
7+
"packageManager": "pnpm@10.20.0",
88
"type": "module",
99
"author": "Giannis Koutsaftakis",
1010
"keywords": [
@@ -48,31 +48,31 @@
4848
"prepare": "husky"
4949
},
5050
"devDependencies": {
51-
"@commitlint/cli": "^19.8.1",
52-
"@commitlint/config-conventional": "^19.8.1",
53-
"@kouts/eslint-config": "^3.0.5",
54-
"@tailwindcss/vite": "^4.1.11",
55-
"@types/jsdom": "^21.1.7",
56-
"@types/node": "^24.2.0",
51+
"@commitlint/cli": "^20.1.0",
52+
"@commitlint/config-conventional": "^20.0.0",
53+
"@kouts/eslint-config": "^3.0.9",
54+
"@tailwindcss/vite": "^4.1.16",
55+
"@types/jsdom": "^27.0.0",
56+
"@types/node": "^24.9.2",
5757
"@vitejs/plugin-vue": "^6.0.1",
58-
"@vitest/coverage-v8": "^3.2.4",
59-
"@vue/compiler-sfc": "^3.5.18",
58+
"@vitest/coverage-v8": "^4.0.6",
59+
"@vue/compiler-sfc": "^3.5.22",
6060
"@vue/test-utils": "^2.4.6",
61-
"eslint": "^9.32.0",
61+
"eslint": "^9.39.0",
6262
"husky": "^9.1.7",
63-
"jsdom": "^26.1.0",
64-
"lint-staged": "^16.1.4",
63+
"jsdom": "^27.1.0",
64+
"lint-staged": "^16.2.6",
6565
"make-coverage-badge": "^1.2.0",
6666
"prettier": "^3.6.2",
67-
"prettier-plugin-tailwindcss": "^0.6.14",
67+
"prettier-plugin-tailwindcss": "^0.7.1",
6868
"rollup-plugin-delete": "^3.0.1",
69-
"sass": "^1.90.0",
70-
"tailwindcss": "^4.1.11",
71-
"typescript": "^5.8.3",
72-
"vite": "^7.1.0",
69+
"sass": "^1.93.3",
70+
"tailwindcss": "^4.1.16",
71+
"typescript": "^5.9.3",
72+
"vite": "^7.1.12",
7373
"vite-plugin-dts": "^4.5.4",
74-
"vitest": "^3.2.4",
75-
"vue": "^3.5.18",
76-
"vue-tsc": "^3.0.5"
74+
"vitest": "^4.0.6",
75+
"vue": "^3.5.22",
76+
"vue-tsc": "^3.1.2"
7777
}
7878
}

0 commit comments

Comments
 (0)