Skip to content

Commit

Permalink
Merge branch 'main' into fix/resolve-url
Browse files Browse the repository at this point in the history
* main:
  chore(deps): update devdependency @release-it/conventional-changelog to v5 (#1434)
  chore(deps): update devdependency release-it to v15 (#1435)
  chore(deps): disable updates of the node engine
  • Loading branch information
rchl committed Aug 1, 2022
2 parents c694824 + 7740a33 commit 4b3d46b
Show file tree
Hide file tree
Showing 3 changed files with 1,062 additions and 496 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"@nuxtjs/composition-api": "0.32.0",
"@nuxtjs/eslint-config-typescript": "7.0.2",
"@nuxtjs/module-test-utils": "1.6.3",
"@release-it/conventional-changelog": "4.3.0",
"@release-it/conventional-changelog": "5.0.0",
"@types/argparse": "2.0.10",
"@types/cookie": "0.5.1",
"@types/express": "4.17.13",
Expand All @@ -136,7 +136,7 @@
"messageformat": "2.3.0",
"nuxt": "2.15.8",
"playwright-chromium": "1.24.2",
"release-it": "14.14.2",
"release-it": "15.2.0",
"serve-static": "1.15.0",
"typescript": "4.7.4"
}
Expand Down
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"commitMessageTopic": "{{prettyDepType}} {{depName}}"
},
"packageRules": [
{
"matchPackageNames": [
"node"
],
"enabled": false
},
{
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
Expand Down

0 comments on commit 4b3d46b

Please sign in to comment.