@vidavidorra/create-project 2.0.0 → 2.0.2

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@f9dd5c7e1a71d02a92f8aac3261b62eae0df950f # v4.1.0
11
+ uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@430b5f02ffe77661ce0fe69608df20e1eb478c95 # v4.1.1
12
12
  lint:
13
- uses: vidavidorra/.github/.github/workflows/node-lint.yml@f9dd5c7e1a71d02a92f8aac3261b62eae0df950f # v4.1.0
13
+ uses: vidavidorra/.github/.github/workflows/node-lint.yml@430b5f02ffe77661ce0fe69608df20e1eb478c95 # v4.1.1
14
14
  build:
15
- uses: vidavidorra/.github/.github/workflows/node-build.yml@f9dd5c7e1a71d02a92f8aac3261b62eae0df950f # v4.1.0
15
+ uses: vidavidorra/.github/.github/workflows/node-build.yml@430b5f02ffe77661ce0fe69608df20e1eb478c95 # v4.1.1
16
16
  test:
17
- uses: vidavidorra/.github/.github/workflows/node-test.yml@f9dd5c7e1a71d02a92f8aac3261b62eae0df950f # v4.1.0
17
+ uses: vidavidorra/.github/.github/workflows/node-test.yml@430b5f02ffe77661ce0fe69608df20e1eb478c95 # v4.1.1
18
18
  code-coverage:
19
- uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@f9dd5c7e1a71d02a92f8aac3261b62eae0df950f # v4.1.0
19
+ uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@430b5f02ffe77661ce0fe69608df20e1eb478c95 # v4.1.1
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@f9dd5c7e1a71d02a92f8aac3261b62eae0df950f # v4.1.0
27
+ uses: vidavidorra/.github/.github/workflows/release.yml@430b5f02ffe77661ce0fe69608df20e1eb478c95 # v4.1.1
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": "2.0.0",
3
+ "version": "2.0.2",
4
4
  "private": false,
5
5
  "description": "Interactively create a GitHub project.",
6
6
  "homepage": "https://github.com/vidavidorra/create-project#readme",
@@ -198,9 +198,9 @@
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
- "yaml": "2.3.3",
203
+ "yaml": "2.3.4",
204
204
  "zod": "3.22.4"
205
205
  },
206
206
  "devDependencies": {
@@ -211,7 +211,7 @@
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",