@anolilab/semantic-release-pnpm 1.1.4 → 1.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## @anolilab/semantic-release-pnpm [1.1.6](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-pnpm@1.1.5...@anolilab/semantic-release-pnpm@1.1.6) (2024-12-15)
2
+
3
+ ### Bug Fixes
4
+
5
+ * allowing node v23, updated @types/node ([41e4e33](https://github.com/anolilab/semantic-release/commit/41e4e3301f1f7c9e72603f39ec70eaad2c820445))
6
+ * **semantic-release-pnpm:** updated visulima fs, visulima package, visulima path, execa and registry-auth-token dependencies, updated all dev deps ([7212e22](https://github.com/anolilab/semantic-release/commit/7212e229c02b5e650ffc398c3394417af80c61f0))
7
+
8
+
9
+ ### Dependencies
10
+
11
+ * **@anolilab/rc:** upgraded to 1.1.4
12
+
13
+ ## @anolilab/semantic-release-pnpm [1.1.5](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-pnpm@1.1.4...@anolilab/semantic-release-pnpm@1.1.5) (2024-11-03)
14
+
15
+ ### Bug Fixes
16
+
17
+ * **deps:** update minor updates ([#89](https://github.com/anolilab/semantic-release/issues/89)) ([3f1ecd1](https://github.com/anolilab/semantic-release/commit/3f1ecd1d1b9837ffaf1aaa6d53d57c89137f09d9))
18
+
1
19
  ## @anolilab/semantic-release-pnpm [1.1.4](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-pnpm@1.1.3...@anolilab/semantic-release-pnpm@1.1.4) (2024-10-26)
2
20
 
3
21
  ### Bug Fixes
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  var ee=Object.defineProperty;var o=(e,t)=>ee(e,"name",{value:t,configurable:!0});import{execa as y}from"execa";import{validRange as te,gte as ne}from"semver";import{isAccessibleSync as K,ensureFileSync as ie,move as se,writeFile as _}from"@visulima/fs";import{resolve as h}from"@visulima/path";import{rc as U}from"@anolilab/rc";import E from"normalize-url";import b from"aggregate-error";import{findPackageJson as re,getPackageManagerVersion as oe}from"@visulima/package";import ae from"@semantic-release/error";import{stringify as j}from"ini";import le from"registry-auth-token";import{URL as V}from"node:url";var ce=Object.defineProperty,pe=o((e,t)=>ce(e,"name",{value:t,configurable:!0}),"e$4");const H=pe(e=>e?te(e)?`release-${e}`:e:"latest","default");var ge=Object.defineProperty,me=o((e,t)=>ge(e,"name",{value:t,configurable:!0}),"s$4");const Y=me((e,t)=>{const n=h(e,".npmrc");return t.NPM_CONFIG_USERCONFIG&&K(t.NPM_CONFIG_USERCONFIG)?t.NPM_CONFIG_USERCONFIG:(K(n)||ie(n),n)},"getNpmrcPath"),W="https://registry.npmjs.org/";var ue=Object.defineProperty,z=o((e,t)=>ue(e,"name",{value:t,configurable:!0}),"s$3");const de=z((e,t)=>{let n=W;if(t){const i=t[`${e}:registry`]??t.registry;i&&(n=i)}return n.endsWith("/")?n:`${n}/`},"getRegistryUrl"),R=z(({name:e,publishConfig:{registry:t}={}},{cwd:n,env:i})=>t??i.NPM_CONFIG_REGISTRY??de(e.split("/")[0],U("npm",{config:i.NPM_CONFIG_USERCONFIG??h(n,".npmrc"),cwd:n,defaults:{registry:"https://registry.npmjs.org/"}}).config),"default");var fe=Object.defineProperty,he=o((e,t)=>fe(e,"name",{value:t,configurable:!0}),"r");const q=he(({name:e},{env:{DEFAULT_NPM_REGISTRY:t="https://registry.npmjs.org/"},nextRelease:{version:n}},i,r)=>({channel:i,name:`pnpm package (@${i} dist-tag)`,url:E(r)===E(t)?`https://www.npmjs.com/package/${e}/v/${n}`:void 0}),"getReleaseInfo");var be=Object.defineProperty,J=o((e,t)=>be(e,"name",{value:t,configurable:!0}),"o$4");const D=J((e,t)=>e.npmPublish===!1?"npmPublish plugin option is false":t.private===!0&&t.workspaces===void 0?"package is private and has no workspaces":null,"reasonToNotPublish"),S=J((e,t)=>D(e,t)===null,"shouldPublish");var ve=Object.defineProperty,ye=o((e,t)=>ve(e,"name",{value:t,configurable:!0}),"l$2");const Ne=ye(async(e,t,n)=>{const{cwd:i,env:r,logger:l,nextRelease:{channel:m,version:c},stderr:p,stdout:s}=n;if(S(e,t)){const a=R(t,n),d=H(m);l.log(`Adding version ${c} to npm registry on dist-tag ${d}`);const v=Y(i,r),u=y("pnpm",["dist-tag","add",`${t.name}@${c}`,d,"--userconfig",v,"--registry",a],{cwd:i,env:r,preferLocal:!0});return u.stdout.pipe(s,{end:!1}),u.stderr.pipe(p,{end:!1}),await u,l.log(`Added ${t.name}@${c} to dist-tag @${d} on ${a}`),q(t,n,d,a)}return l.log(`Skip adding to npm channel as ${D(e,t)}`),!1},"default");var Pe=Object.defineProperty,$e=o((e,t)=>Pe(e,"name",{value:t,configurable:!0}),"d$3");const Q=$e(async({pkgRoot:e,tarballDir:t},{cwd:n,env:i,logger:r,nextRelease:{version:l},stderr:m,stdout:c})=>{const p=e?h(n,e):n;r.log("Write version %s to package.json in %s",l,p);const s=y("pnpm",["version",l,"--no-git-tag-version","--allow-same-version"],{cwd:p,env:i,preferLocal:!0});if(s.stdout.pipe(c,{end:!1}),s.stderr.pipe(m,{end:!1}),await s,t){r.log("Creating npm package version %s",l);const a=y("pnpm",["pack",p],{cwd:n,env:i,preferLocal:!0});a.stdout.pipe(c,{end:!1}),a.stderr.pipe(m,{end:!1});const d=(await a).stdout.split(`
2
- `).pop(),v=h(n,d),u=h(n,t.trim(),d);v!==u&&await se(v,u)}},"default");var Ee=Object.defineProperty,we=o((e,t)=>Ee(e,"name",{value:t,configurable:!0}),"d$1");const ke=we(async(e,t,n)=>{const{cwd:i,env:r,logger:l,nextRelease:{channel:m,version:c},stderr:p,stdout:s}=n,{pkgRoot:a,publishBranch:d}=e;if(S(e,t)){const v=a?h(i,a):i,u=R(t,n),P=H(m),{stdout:L}=await y("git",["rev-parse","--abbrev-ref","HEAD"],{cwd:i,env:r,preferLocal:!0}),C=typeof d=="string"&&d.split("|"),x=C&&C.includes(L)?L:"main";l.log(`Publishing version ${c} on branch ${x} to npm registry on dist-tag ${P}`);const G=["publish",v,"--publish-branch",x,"--tag",P,"--registry",u,"--no-git-checks"];e.disableScripts&&G.push("--ignore-scripts");const O=y("pnpm",G,{cwd:i,env:r,preferLocal:!0});O.stdout.pipe(s,{end:!1}),O.stderr.pipe(p,{end:!1});try{await O}catch(A){throw l.log(`Failed to publish ${t.name}@${c} to dist-tag @${P} on ${u}: ${A.message??A}`),new b([A])}return l.log(`Published ${t.name}@${c} to dist-tag @${P} on ${u}`),q(t,n,P,u)}return l.log(`Skip publishing to npm registry as ${D(e,t)}`),!1},"default"),Ie="@anolilab/semantic-release-pnpm",Oe="1.1.3",Ae="Semantic-release plugin to publish a npm package with pnpm.",_e=["anolilab","npm","pnpm","publish","monorepo","semantic-release","semantic-release-plugin","semantic-release-pnpm"],je="https://github.com/anolilab/semantic-release/tree/main/packages/semantic-release-pnpm",Me={url:"https://github.com/anolilab/semantic-release/issues"},Re={type:"git",url:"git+https://github.com/anolilab/semantic-release.git",directory:"packages/semantic-release-pnpm"},De=[{type:"github",url:"https://github.com/sponsors/prisis"},{type:"consulting",url:"https://anolilab.com/support"}],Se="MIT",Te={name:"Daniel Bannert",email:"d.bannert@anolilab.de"},Le=!1,Ce="module",xe="./dist/index.mjs",Ge="./dist/index.d.mts",Ke=["dist","README.md","CHANGELOG.md"],Ve={build:"cross-env NODE_ENV=development packem build","build:prod":"cross-env NODE_ENV=production packem build",clean:"rimraf node_modules dist .eslintcache",dev:"pnpm run build --watch","lint:attw":"attw --pack","lint:eslint":"eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs","lint:eslint:fix":"eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs --fix","lint:package-json":"publint --strict","lint:prettier":"prettier --config=.prettierrc.cjs --check .","lint:prettier:fix":"prettier --config=.prettierrc.cjs --write .","lint:types":"tsc --noEmit",test:"vitest run","test:coverage":"vitest run --coverage","test:ui":"vitest --ui --coverage.enabled=true","test:watch":"vitest"},Be={"@anolilab/rc":"1.1.2","@semantic-release/error":"^4.0.0","@visulima/fs":"^2.3.0","@visulima/package":"^3.1.5","@visulima/path":"^1.1.1","aggregate-error":"^5.0.0",execa:"^9.4.1",ini:"^5.0.0","normalize-url":"^8.0.1","registry-auth-token":"^5.0.2",semver:"^7.6.3"},Fe={"@anolilab/eslint-config":"^15.0.3","@anolilab/prettier-config":"^5.0.14","@arethetypeswrong/cli":"^0.16.4","@babel/core":"^7.26.0","@rushstack/eslint-plugin-security":"^0.8.3","@secretlint/secretlint-rule-preset-recommend":"^9.0.0","@semantic-release/changelog":"^6.0.3","@semantic-release/commit-analyzer":"13.0.0","@semantic-release/exec":"^6.0.3","@semantic-release/git":"^10.0.1","@semantic-release/github":"^11.0.0","@semantic-release/release-notes-generator":"14.0.1","@types/dockerode":"^3.3.31","@types/ini":"^4.1.1","@types/node":"18.19.59","@types/semantic-release__error":"3.0.3","@types/semver":"7.5.8","@types/stream-buffers":"^3.0.7","@visulima/packem":"^1.1.1","@vitest/coverage-v8":"^2.1.3","@vitest/ui":"^2.1.3","conventional-changelog-conventionalcommits":"8.0.0","cross-env":"^7.0.3",dockerode:"4.0.2",esbuild:"0.24.0",eslint:"^8.57.1","eslint-plugin-deprecation":"^3.0.0","eslint-plugin-editorconfig":"^4.0.3","eslint-plugin-import":"npm:eslint-plugin-i@2.29.1","eslint-plugin-mdx":"^3.1.5","eslint-plugin-n":"^17.11.1","eslint-plugin-vitest":"^0.4.1","eslint-plugin-vitest-globals":"^1.5.0","eslint-plugin-you-dont-need-lodash-underscore":"^6.14.0","get-stream":"9.0.1",got:"^14.4.3","p-retry":"^6.2.0",prettier:"^3.3.3",rimraf:"^6.0.1",secretlint:"9.0.0","semantic-release":"^24.2.0","sort-package-json":"^2.10.1","stream-buffers":"^3.0.3",tempy:"^3.1.0",typescript:"^5.6.3",vitest:"^2.1.3"},Ue={node:">=18.* <=22.*"},He={access:"public",provenance:!0},Ye={"eslint-config":{plugin:{etc:!1,tsdoc:!1},warn_on_unsupported_typescript_version:!1,info_on_disabling_jsx_react_rule:!1,info_on_disabling_prettier_conflict_rule:!1,info_on_disabling_jsonc_sort_keys_rule:!1,import_ignore_exports:["**/*.cjs"]}},We={name:Ie,version:Oe,description:Ae,keywords:_e,homepage:je,bugs:Me,repository:Re,funding:De,license:Se,author:Te,sideEffects:Le,type:Ce,main:xe,types:Ge,files:Ke,scripts:Ve,dependencies:Be,devDependencies:Fe,engines:Ue,publishConfig:He,anolilab:Ye};var ze=Object.defineProperty,g=o((e,t)=>ze(e,"name",{value:t,configurable:!0}),"e$3");const f=g(e=>We.homepage+"/blob/main/"+e,"linkify"),qe={EINVALIDBRANCHES:g(e=>({details:`The [branches option](${f("README.md#branches")}) option, if defined, must be an array of \`String\`.
2
+ `).pop(),v=h(n,d),u=h(n,t.trim(),d);v!==u&&await se(v,u)}},"default");var Ee=Object.defineProperty,we=o((e,t)=>Ee(e,"name",{value:t,configurable:!0}),"d$1");const ke=we(async(e,t,n)=>{const{cwd:i,env:r,logger:l,nextRelease:{channel:m,version:c},stderr:p,stdout:s}=n,{pkgRoot:a,publishBranch:d}=e;if(S(e,t)){const v=a?h(i,a):i,u=R(t,n),P=H(m),{stdout:L}=await y("git",["rev-parse","--abbrev-ref","HEAD"],{cwd:i,env:r,preferLocal:!0}),C=typeof d=="string"&&d.split("|"),x=C&&C.includes(L)?L:"main";l.log(`Publishing version ${c} on branch ${x} to npm registry on dist-tag ${P}`);const G=["publish",v,"--publish-branch",x,"--tag",P,"--registry",u,"--no-git-checks"];e.disableScripts&&G.push("--ignore-scripts");const O=y("pnpm",G,{cwd:i,env:r,preferLocal:!0});O.stdout.pipe(s,{end:!1}),O.stderr.pipe(p,{end:!1});try{await O}catch(A){throw l.log(`Failed to publish ${t.name}@${c} to dist-tag @${P} on ${u}: ${A.message??A}`),new b([A])}return l.log(`Published ${t.name}@${c} to dist-tag @${P} on ${u}`),q(t,n,P,u)}return l.log(`Skip publishing to npm registry as ${D(e,t)}`),!1},"default"),Ie="@anolilab/semantic-release-pnpm",Oe="1.1.5",Ae="Semantic-release plugin to publish a npm package with pnpm.",_e=["anolilab","npm","pnpm","publish","monorepo","semantic-release","semantic-release-plugin","semantic-release-pnpm"],je="https://github.com/anolilab/semantic-release/tree/main/packages/semantic-release-pnpm",Me={url:"https://github.com/anolilab/semantic-release/issues"},Re={type:"git",url:"git+https://github.com/anolilab/semantic-release.git",directory:"packages/semantic-release-pnpm"},De=[{type:"github",url:"https://github.com/sponsors/prisis"},{type:"consulting",url:"https://anolilab.com/support"}],Se="MIT",Te={name:"Daniel Bannert",email:"d.bannert@anolilab.de"},Le=!1,Ce="module",xe="./dist/index.mjs",Ge="./dist/index.d.mts",Ke=["dist","README.md","CHANGELOG.md"],Ve={build:"cross-env NODE_ENV=development packem build","build:prod":"cross-env NODE_ENV=production packem build",clean:"rimraf node_modules dist .eslintcache",dev:"pnpm run build --watch","lint:attw":"attw --pack","lint:eslint":"eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs","lint:eslint:fix":"eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs --fix","lint:package-json":"publint --strict","lint:prettier":"prettier --config=.prettierrc.cjs --check .","lint:prettier:fix":"prettier --config=.prettierrc.cjs --write .","lint:types":"tsc --noEmit",test:"vitest run","test:coverage":"vitest run --coverage","test:ui":"vitest --ui --coverage.enabled=true","test:watch":"vitest"},Be={"@anolilab/rc":"1.1.3","@semantic-release/error":"^4.0.0","@visulima/fs":"^2.3.1","@visulima/package":"^3.1.6","@visulima/path":"^1.1.2","aggregate-error":"^5.0.0",execa:"^9.5.2",ini:"^5.0.0","normalize-url":"^8.0.1","registry-auth-token":"^5.0.3",semver:"^7.6.3"},Fe={"@anolilab/eslint-config":"^15.0.3","@anolilab/prettier-config":"^5.0.14","@arethetypeswrong/cli":"^0.17.1","@babel/core":"^7.26.0","@rushstack/eslint-plugin-security":"^0.8.3","@secretlint/secretlint-rule-preset-recommend":"^9.0.0","@semantic-release/changelog":"^6.0.3","@semantic-release/commit-analyzer":"13.0.0","@semantic-release/exec":"^6.0.3","@semantic-release/git":"^10.0.1","@semantic-release/github":"^11.0.1","@semantic-release/release-notes-generator":"14.0.1","@types/dockerode":"^3.3.32","@types/ini":"^4.1.1","@types/node":"18.19.68","@types/semantic-release__error":"3.0.3","@types/semver":"7.5.8","@types/stream-buffers":"^3.0.7","@visulima/packem":"^1.10.0","@vitest/coverage-v8":"^2.1.8","@vitest/ui":"^2.1.8","conventional-changelog-conventionalcommits":"8.0.0","cross-env":"^7.0.3",dockerode:"4.0.2",esbuild:"0.24.0",eslint:"^8.57.1","eslint-plugin-deprecation":"^3.0.0","eslint-plugin-editorconfig":"^4.0.3","eslint-plugin-import":"npm:eslint-plugin-i@2.29.1","eslint-plugin-mdx":"^3.1.5","eslint-plugin-n":"^17.15.0","eslint-plugin-vitest":"^0.4.1","eslint-plugin-vitest-globals":"^1.5.0","eslint-plugin-you-dont-need-lodash-underscore":"^6.14.0","get-stream":"9.0.1",got:"^14.4.5","p-retry":"^6.2.1",prettier:"^3.4.2",rimraf:"^6.0.1",secretlint:"9.0.0","semantic-release":"^24.2.0","sort-package-json":"^2.12.0","stream-buffers":"^3.0.3",tempy:"^3.1.0",typescript:"^5.7.2",vitest:"^2.1.8"},Ue={node:">=18.* <=23.*"},He={access:"public",provenance:!0},Ye={"eslint-config":{plugin:{etc:!1,tsdoc:!1},warn_on_unsupported_typescript_version:!1,info_on_disabling_jsx_react_rule:!1,info_on_disabling_prettier_conflict_rule:!1,info_on_disabling_jsonc_sort_keys_rule:!1,import_ignore_exports:["**/*.cjs"]}},We={name:Ie,version:Oe,description:Ae,keywords:_e,homepage:je,bugs:Me,repository:Re,funding:De,license:Se,author:Te,sideEffects:Le,type:Ce,main:xe,types:Ge,files:Ke,scripts:Ve,dependencies:Be,devDependencies:Fe,engines:Ue,publishConfig:He,anolilab:Ye};var ze=Object.defineProperty,g=o((e,t)=>ze(e,"name",{value:t,configurable:!0}),"e$3");const f=g(e=>We.homepage+"/blob/main/"+e,"linkify"),qe={EINVALIDBRANCHES:g(e=>({details:`The [branches option](${f("README.md#branches")}) option, if defined, must be an array of \`String\`.
3
3
  Your configuration for the \`branches\` option is \`${e.join(",")}\`.`,message:"Invalid `branches` option."}),"EINVALIDBRANCHES"),EINVALIDNPMPUBLISH:g(({npmPublish:e})=>({details:`The [npmPublish option](${f("README.md#npmpublish")}) option, if defined, must be a \`Boolean\`.
4
4
  Your configuration for the \`npmPublish\` option is \`${String(e)}\`.`,message:"Invalid `npmPublish` option."}),"EINVALIDNPMPUBLISH"),EINVALIDNPMTOKEN:g(({registry:e})=>({details:`The [npm token](${f("README.md#npm-registry-authentication")}) configured in the \`NPM_TOKEN\` environment variable must be a valid [token](https://docs.npmjs.com/getting-started/working_with_tokens) allowing to publish to the registry \`${String(e)}\`.
5
5
  If you are using Two Factor Authentication for your account, set its level to ["Authorization only"](https://docs.npmjs.com/getting-started/using-two-factor-authentication#levels-of-authentication) in your account settings. **semantic-release** cannot publish with the default "Authorization and writes" level.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/semantic-release-pnpm",
3
- "version": "1.1.4",
3
+ "version": "1.1.6",
4
4
  "description": "Semantic-release plugin to publish a npm package with pnpm.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -46,22 +46,22 @@
46
46
  "CHANGELOG.md"
47
47
  ],
48
48
  "dependencies": {
49
- "@anolilab/rc": "1.1.3",
49
+ "@anolilab/rc": "1.1.4",
50
50
  "@semantic-release/error": "^4.0.0",
51
- "@visulima/fs": "^2.3.0",
52
- "@visulima/package": "^3.1.5",
53
- "@visulima/path": "^1.1.1",
51
+ "@visulima/fs": "^2.3.1",
52
+ "@visulima/package": "^3.1.6",
53
+ "@visulima/path": "^1.1.2",
54
54
  "aggregate-error": "^5.0.0",
55
- "execa": "^9.4.1",
55
+ "execa": "^9.5.2",
56
56
  "ini": "^5.0.0",
57
57
  "normalize-url": "^8.0.1",
58
- "registry-auth-token": "^5.0.2",
58
+ "registry-auth-token": "^5.0.3",
59
59
  "semver": "^7.6.3"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@anolilab/eslint-config": "^15.0.3",
63
63
  "@anolilab/prettier-config": "^5.0.14",
64
- "@arethetypeswrong/cli": "^0.16.4",
64
+ "@arethetypeswrong/cli": "^0.17.1",
65
65
  "@babel/core": "^7.26.0",
66
66
  "@rushstack/eslint-plugin-security": "^0.8.3",
67
67
  "@secretlint/secretlint-rule-preset-recommend": "^9.0.0",
@@ -69,17 +69,17 @@
69
69
  "@semantic-release/commit-analyzer": "13.0.0",
70
70
  "@semantic-release/exec": "^6.0.3",
71
71
  "@semantic-release/git": "^10.0.1",
72
- "@semantic-release/github": "^11.0.0",
72
+ "@semantic-release/github": "^11.0.1",
73
73
  "@semantic-release/release-notes-generator": "14.0.1",
74
- "@types/dockerode": "^3.3.31",
74
+ "@types/dockerode": "^3.3.32",
75
75
  "@types/ini": "^4.1.1",
76
- "@types/node": "18.19.59",
76
+ "@types/node": "18.19.68",
77
77
  "@types/semantic-release__error": "3.0.3",
78
78
  "@types/semver": "7.5.8",
79
79
  "@types/stream-buffers": "^3.0.7",
80
- "@visulima/packem": "^1.1.1",
81
- "@vitest/coverage-v8": "^2.1.3",
82
- "@vitest/ui": "^2.1.3",
80
+ "@visulima/packem": "^1.10.0",
81
+ "@vitest/coverage-v8": "^2.1.8",
82
+ "@vitest/ui": "^2.1.8",
83
83
  "conventional-changelog-conventionalcommits": "8.0.0",
84
84
  "cross-env": "^7.0.3",
85
85
  "dockerode": "4.0.2",
@@ -89,25 +89,25 @@
89
89
  "eslint-plugin-editorconfig": "^4.0.3",
90
90
  "eslint-plugin-import": "npm:eslint-plugin-i@2.29.1",
91
91
  "eslint-plugin-mdx": "^3.1.5",
92
- "eslint-plugin-n": "^17.11.1",
92
+ "eslint-plugin-n": "^17.15.0",
93
93
  "eslint-plugin-vitest": "^0.4.1",
94
94
  "eslint-plugin-vitest-globals": "^1.5.0",
95
95
  "eslint-plugin-you-dont-need-lodash-underscore": "^6.14.0",
96
96
  "get-stream": "9.0.1",
97
- "got": "^14.4.3",
98
- "p-retry": "^6.2.0",
99
- "prettier": "^3.3.3",
97
+ "got": "^14.4.5",
98
+ "p-retry": "^6.2.1",
99
+ "prettier": "^3.4.2",
100
100
  "rimraf": "^6.0.1",
101
101
  "secretlint": "9.0.0",
102
102
  "semantic-release": "^24.2.0",
103
- "sort-package-json": "^2.10.1",
103
+ "sort-package-json": "^2.12.0",
104
104
  "stream-buffers": "^3.0.3",
105
105
  "tempy": "^3.1.0",
106
- "typescript": "^5.6.3",
107
- "vitest": "^2.1.3"
106
+ "typescript": "^5.7.2",
107
+ "vitest": "^2.1.8"
108
108
  },
109
109
  "engines": {
110
- "node": ">=18.* <=22.*"
110
+ "node": ">=18.* <=23.*"
111
111
  },
112
112
  "publishConfig": {
113
113
  "access": "public",