From 29f706e4b8d1b23a865b9adeb0663da11437d4ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 20:17:49 +0000 Subject: [PATCH] build(deps-dev): bump @commitlint/config-conventional Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 18.0.0 to 18.1.0. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v18.1.0/@commitlint/config-conventional) --- updated-dependencies: - dependency-name: "@commitlint/config-conventional" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bc040f49..64b8b6f2 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "devDependencies": { "@biomejs/biome": "^1.3.1", "@commitlint/cli": "^18.0.0", - "@commitlint/config-conventional": "^18.0.0", + "@commitlint/config-conventional": "^18.1.0", "@release-it/bumper": "^5.1.0", "@release-it/keep-a-changelog": "^4.0.0", "@rollup/plugin-terser": "^0.4.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 52a2faa5..589872a5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,8 +15,8 @@ devDependencies: specifier: ^18.0.0 version: 18.0.0 '@commitlint/config-conventional': - specifier: ^18.0.0 - version: 18.0.0 + specifier: ^18.1.0 + version: 18.1.0 '@release-it/bumper': specifier: ^5.1.0 version: 5.1.0(release-it@16.2.1) @@ -255,8 +255,8 @@ packages: - '@swc/wasm' dev: true - /@commitlint/config-conventional@18.0.0: - resolution: {integrity: sha512-XZW3MDwhMWwr7pf+jO5F18ohBwrJ8mt+1OPhkVyO8bYrY0dKPE5tPpdXlDt+JCFurl4VnUDPmu6xZ4/cKCH7cA==} + /@commitlint/config-conventional@18.1.0: + resolution: {integrity: sha512-8vvvtV3GOLEMHeKc8PjRL1lfP1Y4B6BG0WroFd9PJeRiOc3nFX1J0wlJenLURzl9Qus6YXVGWf+a/ZlbCKT3AA==} engines: {node: '>=v18'} dependencies: conventional-changelog-conventionalcommits: 7.0.2 -- 2.34.1