[READ-ONLY] Mirror of https://github.com/danielroe/nuxt-full-static. Full static implementation for Nuxt 3
0

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): update devdependency conventional-changelog-conventionalcommits to v6 (#56)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

author
renovate[bot]
co-author
renovate[bot]
committer
GitHub
date (Jul 17, 2023, 9:16 PM +0100) commit d88549ef parent 64a4ac3a
+6 -8
+1 -1
package.json
··· 60 60 "@types/node": "^18.7.2", 61 61 "@vitest/coverage-c8": "^0.22.1", 62 62 "c8": "^8.0.0", 63 - "conventional-changelog-conventionalcommits": "^5.0.0", 63 + "conventional-changelog-conventionalcommits": "^6.1.0", 64 64 "eslint": "^8.23.0", 65 65 "eslint-config-prettier": "^8.5.0", 66 66 "eslint-plugin-prettier": "^4.2.1",
+5 -7
pnpm-lock.yaml
··· 43 43 specifier: ^8.0.0 44 44 version: 8.0.0 45 45 conventional-changelog-conventionalcommits: 46 - specifier: ^5.0.0 47 - version: 5.0.0 46 + specifier: ^6.1.0 47 + version: 6.1.0 48 48 eslint: 49 49 specifier: ^8.23.0 50 50 version: 8.23.0 ··· 2653 2653 engines: {node: '>=14'} 2654 2654 dev: true 2655 2655 2656 - /conventional-changelog-conventionalcommits@5.0.0: 2657 - resolution: {integrity: sha512-lCDbA+ZqVFQGUj7h9QBKoIpLhl8iihkO0nCTyRNzuXtcd7ubODpYB04IFy31JloiJgG0Uovu8ot8oxRzn7Nwtw==} 2658 - engines: {node: '>=10'} 2656 + /conventional-changelog-conventionalcommits@6.1.0: 2657 + resolution: {integrity: sha512-3cS3GEtR78zTfMzk0AizXKKIdN4OvSh7ibNz6/DPbhWWQu7LqE/8+/GqSodV+sywUR2gpJAdP/1JFf4XtN7Zpw==} 2658 + engines: {node: '>=14'} 2659 2659 dependencies: 2660 2660 compare-func: 2.0.0 2661 - lodash: 4.17.21 2662 - q: 1.5.1 2663 2661 dev: true 2664 2662 2665 2663 /conventional-changelog-conventionalcommits@6.1.0: