|
2 | 2 | "name": "@rimac-technology/semantic-release-ecr",
|
3 | 3 | "version": "2.0.8",
|
4 | 4 | "description": "Semantic-release plugin to publish a docker image to the AWS Elastic Container Registry",
|
5 |
| - "keywords": [ |
6 |
| - "release", |
7 |
| - "semantic-release", |
8 |
| - "ecr", |
9 |
| - "aws" |
10 |
| - ], |
| 5 | + "keywords": ["release", "semantic-release", "ecr", "aws"], |
11 | 6 | "homepage": "https://github.com/RimacTechnology/semantic-release-ecr#readme",
|
12 | 7 | "bugs": {
|
13 | 8 | "url": "https://github.com/RimacTechnology/semantic-release-ecr/issues"
|
|
21 | 16 | "default": "./dist/index.js"
|
22 | 17 | }
|
23 | 18 | },
|
24 |
| - "files": [ |
25 |
| - "dist" |
26 |
| - ], |
| 19 | + "files": ["dist"], |
27 | 20 | "scripts": {
|
28 | 21 | "build": "turbo run build:all",
|
29 | 22 | "build:ts": "tsup --config tsup.config.ts",
|
|
39 | 32 | "release": "semantic-release"
|
40 | 33 | },
|
41 | 34 | "commitlint": {
|
42 |
| - "extends": [ |
43 |
| - "@commitlint/config-conventional" |
44 |
| - ] |
| 35 | + "extends": ["@commitlint/config-conventional"] |
45 | 36 | },
|
46 | 37 | "config": {
|
47 | 38 | "commitizen": {
|
48 | 39 | "path": "cz-conventional-changelog"
|
49 | 40 | }
|
50 | 41 | },
|
51 | 42 | "dependencies": {
|
52 |
| - "@aws-sdk/client-ecr": "^3.616.0" |
| 43 | + "@aws-sdk/client-ecr": "^3.667.0" |
53 | 44 | },
|
54 | 45 | "devDependencies": {
|
55 |
| - "@biomejs/biome": "^1.8.3", |
56 |
| - "@commitlint/cli": "^19.3.0", |
57 |
| - "@commitlint/config-conventional": "^19.2.2", |
| 46 | + "@biomejs/biome": "^1.9.3", |
| 47 | + "@commitlint/cli": "^19.5.0", |
| 48 | + "@commitlint/config-conventional": "^19.5.0", |
58 | 49 | "@semantic-release/commit-analyzer": "^13.0.0",
|
59 | 50 | "@semantic-release/git": "^10.0.1",
|
60 |
| - "@semantic-release/github": "^10.1.1", |
| 51 | + "@semantic-release/github": "^11.0.0", |
61 | 52 | "@semantic-release/npm": "^12.0.1",
|
62 | 53 | "@semantic-release/release-notes-generator": "^14.0.1",
|
63 |
| - "@types/node": "^20.14.12", |
64 |
| - "commitizen": "^4.3.0", |
| 54 | + "@types/node": "^20.16.11", |
| 55 | + "commitizen": "^4.3.1", |
65 | 56 | "conventional-changelog-conventionalcommits": "^8.0.0",
|
66 |
| - "cspell": "^8.12.1", |
67 |
| - "husky": "^9.1.1", |
| 57 | + "cspell": "^8.14.4", |
| 58 | + "husky": "^9.1.6", |
68 | 59 | "pinst": "^3.0.0",
|
69 |
| - "semantic-release": "^24.0.0", |
70 |
| - "tsup": "^8.2.3", |
71 |
| - "turbo": "^2.0.9", |
72 |
| - "typescript": "^5.5.4" |
| 60 | + "semantic-release": "^24.1.2", |
| 61 | + "tsup": "^8.3.0", |
| 62 | + "turbo": "^2.1.3", |
| 63 | + "typescript": "^5.6.3" |
73 | 64 | },
|
74 | 65 | "peerDependencies": {
|
75 | 66 | "semantic-release": ">=20"
|
76 | 67 | },
|
77 |
| - "packageManager": "yarn@4.3.1", |
| 68 | + "packageManager": "yarn@4.5.0", |
78 | 69 | "engines": {
|
79 | 70 | "node": ">=20"
|
80 | 71 | },
|
|
0 commit comments