mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
4 days ago befff425dc8e29a24d0e92dfdf412d90937eac0b
chore: update release-it dependencies
2 files modified
49 ■■■■■ changed files
package-lock.json 48 ●●●●● patch | view | raw | blame | history
package.json 1 ●●●● patch | view | raw | blame | history
package-lock.json
@@ -13,6 +13,7 @@
        "@commitlint/config-conventional": "^21.2.0",
        "@netlify/plugin-lighthouse": "^6.0.4",
        "@release-it/conventional-changelog": "^11.0.1",
        "conventional-commits-filter": "^6.0.1",
        "husky": "^9.1.7",
        "prettier": "^3.8.1",
        "prettier-plugin-go-template": "^0.0.15",
@@ -1231,6 +1232,33 @@
        "node": ">=18"
      }
    },
    "node_modules/@release-it/conventional-changelog/node_modules/conventional-commits-filter": {
      "version": "5.0.0",
      "resolved": "https://registry.npmjs.org/conventional-commits-filter/-/conventional-commits-filter-5.0.0.tgz",
      "integrity": "sha512-tQMagCOC59EVgNZcC5zl7XqO30Wki9i9J3acbUvkaosCT6JX3EeFwJD7Qqp4MCikRnzS18WXV3BLIQ66ytu6+Q==",
      "extraneous": true,
      "license": "MIT",
      "engines": {
        "node": ">=18"
      }
    },
    "node_modules/@release-it/conventional-changelog/node_modules/conventional-commits-parser": {
      "version": "6.4.0",
      "resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-6.4.0.tgz",
      "integrity": "sha512-tvRg7FIBNlyPzjdG8wWRlPHQJJHI7DylhtRGeU9Lq+JuoPh5BKpPRX83ZdLrvXuOSu5Eo/e7SzOQhU4Hd2Miuw==",
      "extraneous": true,
      "license": "MIT",
      "dependencies": {
        "@simple-libs/stream-utils": "^1.2.0",
        "meow": "^13.0.0"
      },
      "bin": {
        "conventional-commits-parser": "dist/cli/index.js"
      },
      "engines": {
        "node": ">=18"
      }
    },
    "node_modules/@sentry/core": {
      "version": "6.19.7",
      "resolved": "https://registry.npmjs.org/@sentry/core/-/core-6.19.7.tgz",
@@ -2907,6 +2935,16 @@
        "url": "https://ko-fi.com/dangreen"
      }
    },
    "node_modules/conventional-changelog/node_modules/conventional-commits-filter": {
      "version": "5.0.0",
      "resolved": "https://registry.npmjs.org/conventional-commits-filter/-/conventional-commits-filter-5.0.0.tgz",
      "integrity": "sha512-tQMagCOC59EVgNZcC5zl7XqO30Wki9i9J3acbUvkaosCT6JX3EeFwJD7Qqp4MCikRnzS18WXV3BLIQ66ytu6+Q==",
      "extraneous": true,
      "license": "MIT",
      "engines": {
        "node": ">=18"
      }
    },
    "node_modules/conventional-changelog/node_modules/conventional-commits-parser": {
      "version": "6.4.0",
      "resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-6.4.0.tgz",
@@ -2924,6 +2962,16 @@
        "node": ">=18"
      }
    },
    "node_modules/conventional-commits-filter": {
      "version": "6.0.1",
      "resolved": "https://registry.npmjs.org/conventional-commits-filter/-/conventional-commits-filter-6.0.1.tgz",
      "integrity": "sha512-cs+LadpH7Kpw0M3k8wurk+sOVVDAENA0iK4OBOrkL94j5lEVYRJ4j3zd2bhY9qgzyrPqthdcYT3axzRN7AliMg==",
      "dev": true,
      "license": "MIT",
      "engines": {
        "node": ">=22"
      }
    },
    "node_modules/conventional-commits-parser": {
      "version": "7.1.0",
      "resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-7.1.0.tgz",
package.json
@@ -32,6 +32,7 @@
    "@commitlint/config-conventional": "^21.2.0",
    "@netlify/plugin-lighthouse": "^6.0.4",
    "@release-it/conventional-changelog": "^11.0.1",
    "conventional-commits-filter": "^6.0.1",
    "husky": "^9.1.7",
    "prettier": "^3.8.1",
    "prettier-plugin-go-template": "^0.0.15",