@vidavidorra/create-project 1.0.10 → 2.0.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.
@@ -8,15 +8,15 @@ on:
8
8
  pull_request: null
9
9
  jobs:
10
10
  lint-commit-messages:
11
- uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@62580a2290da7a11a4332bbafc49ecb895d6873e # v3.0.0
11
+ uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@f9dd5c7e1a71d02a92f8aac3261b62eae0df950f # v4.1.0
12
12
  lint:
13
- uses: vidavidorra/.github/.github/workflows/node-lint.yml@62580a2290da7a11a4332bbafc49ecb895d6873e # v3.0.0
13
+ uses: vidavidorra/.github/.github/workflows/node-lint.yml@f9dd5c7e1a71d02a92f8aac3261b62eae0df950f # v4.1.0
14
14
  build:
15
- uses: vidavidorra/.github/.github/workflows/node-build.yml@62580a2290da7a11a4332bbafc49ecb895d6873e # v3.0.0
15
+ uses: vidavidorra/.github/.github/workflows/node-build.yml@f9dd5c7e1a71d02a92f8aac3261b62eae0df950f # v4.1.0
16
16
  test:
17
- uses: vidavidorra/.github/.github/workflows/node-test.yml@62580a2290da7a11a4332bbafc49ecb895d6873e # v3.0.0
17
+ uses: vidavidorra/.github/.github/workflows/node-test.yml@f9dd5c7e1a71d02a92f8aac3261b62eae0df950f # v4.1.0
18
18
  code-coverage:
19
- uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@62580a2290da7a11a4332bbafc49ecb895d6873e # v3.0.0
19
+ uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@f9dd5c7e1a71d02a92f8aac3261b62eae0df950f # v4.1.0
20
20
  needs:
21
21
  - lint
22
22
  - build
@@ -24,7 +24,7 @@ jobs:
24
24
  secrets:
25
25
  codecovToken: ${{ secrets.CODECOV_TOKEN }}
26
26
  release:
27
- uses: vidavidorra/.github/.github/workflows/release.yml@62580a2290da7a11a4332bbafc49ecb895d6873e # v3.0.0
27
+ uses: vidavidorra/.github/.github/workflows/release.yml@f9dd5c7e1a71d02a92f8aac3261b62eae0df950f # v4.1.0
28
28
  needs:
29
29
  - lint-commit-messages
30
30
  - lint
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vidavidorra/create-project",
3
- "version": "1.0.10",
3
+ "version": "2.0.1",
4
4
  "private": false,
5
5
  "description": "Interactively create a GitHub project.",
6
6
  "homepage": "https://github.com/vidavidorra/create-project#readme",
@@ -198,7 +198,7 @@
198
198
  "@inquirer/prompts": "3.2.0",
199
199
  "prettier": "3.0.3",
200
200
  "sort-package-json": "2.6.0",
201
- "typescript": "5.1.6",
201
+ "typescript": "5.2.2",
202
202
  "validate-npm-package-name": "5.0.0",
203
203
  "yaml": "2.3.3",
204
204
  "zod": "3.22.4"
@@ -211,14 +211,14 @@
211
211
  "@semantic-release/git": "10.0.1",
212
212
  "@types/node": "20.8.10",
213
213
  "@types/prettier": "2.7.3",
214
- "@types/sinon": "10.0.20",
214
+ "@types/sinon": "17.0.0",
215
215
  "@types/validate-npm-package-name": "4.0.1",
216
216
  "@vidavidorra/commitlint-config": "5.0.2",
217
217
  "ava": "5.3.1",
218
218
  "c8": "8.0.1",
219
219
  "husky": "8.0.3",
220
220
  "lint-staged": "15.0.2",
221
- "semantic-release": "21.1.2",
221
+ "semantic-release": "22.0.6",
222
222
  "sinon": "17.0.1",
223
223
  "xo": "0.56.0"
224
224
  },
package/tsconfig.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "compilerOptions": {
3
3
  "declaration": true,
4
- "module": "ES2022",
4
+ "module": "Node16",
5
5
  "esModuleInterop": true,
6
6
  "moduleResolution": "Node16",
7
7
  "outDir": "dist",