Skip to content

Commit 323d76f

Browse files
chore(dev-deps): ⬆️ upgrade devdependencies (major) to v6 (major) (#174)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@release-it/conventional-changelog](https://togithub.com/release-it/conventional-changelog) | [`5.1.1` -> `6.0.0`](https://renovatebot.com/diffs/npm/@release-it%2fconventional-changelog/5.1.1/6.0.0) | [![age](https://badges.renovateapi.com/packages/npm/@release-it%2fconventional-changelog/6.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@release-it%2fconventional-changelog/6.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@release-it%2fconventional-changelog/6.0.0/compatibility-slim/5.1.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@release-it%2fconventional-changelog/6.0.0/confidence-slim/5.1.1)](https://docs.renovatebot.com/merge-confidence/) | | [npm-package-json-lint-config-default](https://togithub.com/tclindner/npm-package-json-lint-config-default) | [`5.0.0` -> `6.0.0`](https://renovatebot.com/diffs/npm/npm-package-json-lint-config-default/5.0.0/6.0.0) | [![age](https://badges.renovateapi.com/packages/npm/npm-package-json-lint-config-default/6.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/npm-package-json-lint-config-default/6.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/npm-package-json-lint-config-default/6.0.0/compatibility-slim/5.0.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/npm-package-json-lint-config-default/6.0.0/confidence-slim/5.0.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>release-it/conventional-changelog (@&#8203;release-it/conventional-changelog)</summary> ### [`v6.0.0`](https://togithub.com/release-it/conventional-changelog/releases/tag/6.0.0) [Compare Source](https://togithub.com/release-it/conventional-changelog/compare/5.1.1...6.0.0) - Use GITHUB_TOKEN_RELEASE_IT token ([`3931967`](https://togithub.com/release-it/conventional-changelog/commit/3931967)) - Update dependencies ([`1a42811`](https://togithub.com/release-it/conventional-changelog/commit/1a42811)) - Add test (related to [#&#8203;58](https://togithub.com/release-it/conventional-changelog/issues/58)) ([`ff9f1aa`](https://togithub.com/release-it/conventional-changelog/commit/ff9f1aa)) - Update dependencies ([`e41e7d3`](https://togithub.com/release-it/conventional-changelog/commit/e41e7d3)) - Add note about not writing a changelog and setting options from CLI (closes [#&#8203;48](https://togithub.com/release-it/conventional-changelog/issues/48)) ([`6166bd8`](https://togithub.com/release-it/conventional-changelog/commit/6166bd8)) </details> <details> <summary>tclindner/npm-package-json-lint-config-default (npm-package-json-lint-config-default)</summary> ### [`v6.0.0`](https://togithub.com/tclindner/npm-package-json-lint-config-default/releases/tag/v6.0.0) [Compare Source](https://togithub.com/tclindner/npm-package-json-lint-config-default/compare/v5.0.0...v6.0.0) #### What's Changed ##### 💥 Breaking changes - Drop support for node14 and update peerDeps to require `npm-package-json-lint` v7 by [@&#8203;tclindner](https://togithub.com/tclindner) in [https://github.com/tclindner/npm-package-json-lint-config-default/pull/396](https://togithub.com/tclindner/npm-package-json-lint-config-default/pull/396) **Full Changelog**: tclindner/npm-package-json-lint-config-default@v5.0.0...v6.0.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" in timezone Asia/Kolkata, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/timelessco/next-ts-app).
1 parent 38367c3 commit 323d76f

File tree

2 files changed

+112
-113
lines changed

2 files changed

+112
-113
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"@next/env": "13.4.7",
9393
"@next/eslint-plugin-next": "13.4.7",
9494
"@octokit/core": "4.2.4",
95-
"@release-it/conventional-changelog": "5.1.1",
95+
"@release-it/conventional-changelog": "6.0.0",
9696
"@types/node": "18.16.18",
9797
"@types/react": "18.2.14",
9898
"@types/react-dom": "18.2.6",
@@ -122,7 +122,7 @@
122122
"markdownlint-cli": "0.35.0",
123123
"next-sitemap": "4.1.3",
124124
"npm-package-json-lint": "6.4.0",
125-
"npm-package-json-lint-config-default": "5.0.0",
125+
"npm-package-json-lint-config-default": "6.0.0",
126126
"postcss": "8.4.24",
127127
"prettier": "2.8.8",
128128
"prettier-plugin-packagejson": "2.4.3",

pnpm-lock.yaml

+110-111
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)