openreachtech / eslint-rules-default

A showcasing package all the rules of ESLint.
MIT License
0 stars 0 forks source link

🚀 Publish `1.1.0` #256

Closed StewEucen closed 3 months ago

StewEucen commented 3 months ago

Overview

Tasks

npm login to GitHub Packages before publishing

Procedure to Publish

1. Check Commit Hash to Publish

2. Confirm Work to Publish

3. Publish

arbredoux commented 3 months ago
$ node -v
v14.18.1

$ npm -v
6.14.15
$ npm publish --dry-run
npm notice
npm notice 📦  @openreachtech/eslint-rules-default@1.1.0
npm notice === Tarball Contents ===
npm notice 1.1kB  LICENSE
npm notice 330B   configurations/stylistic/all.js
npm notice 17.5kB configurations/core.js
npm notice 2.3kB  configurations/disable-core-stylistic.js
npm notice 440B   index.js
npm notice 9.9kB  configurations/stylistic/default-rules/js.js
npm notice 11.3kB configurations/stylistic/js.js
npm notice 214B   configurations/stylistic/default-rules/plus.js
npm notice 377B   configurations/stylistic/plus.js
npm notice 1.0kB  package.json
npm notice 4.8kB  README.ja.md
npm notice 4.2kB  README.md
npm notice 531B   index.mjs
npm notice 423B   types/index.d.ts
npm notice === Tarball Details ===
npm notice name:          @openreachtech/eslint-rules-default
npm notice version:       1.1.0
npm notice package size:  11.0 kB
npm notice unpacked size: 54.5 kB
npm notice shasum:        8d1c0f95517650d0976ad3388b08d352234b4711
npm notice integrity:     sha512-mxqYqJ6raeP/f[...]X6VYduRsIAY2w==
npm notice total files:   14
npm notice
+ @openreachtech/eslint-rules-default@1.1.0
arbredoux commented 3 months ago

node の version を v20 に上げて再実行しました!

$ node -v
v20.12.1

$ npm -v
10.5.2
$ npm publish --dry-run
npm notice
npm notice 📦  @openreachtech/eslint-rules-default@1.1.0
npm notice === Tarball Contents ===
npm notice 1.1kB  LICENSE
npm notice 4.8kB  README.ja.md
npm notice 4.2kB  README.md
npm notice 17.5kB configurations/core.js
npm notice 2.3kB  configurations/disable-core-stylistic.js
npm notice 330B   configurations/stylistic/all.js
npm notice 9.9kB  configurations/stylistic/default-rules/js.js
npm notice 214B   configurations/stylistic/default-rules/plus.js
npm notice 11.3kB configurations/stylistic/js.js
npm notice 377B   configurations/stylistic/plus.js
npm notice 440B   index.js
npm notice 531B   index.mjs
npm notice 1.0kB  package.json
npm notice 423B   types/index.d.ts
npm notice === Tarball Details ===
npm notice name:          @openreachtech/eslint-rules-default
npm notice version:       1.1.0
npm notice filename:      openreachtech-eslint-rules-default-1.1.0.tgz
npm notice package size:  11.0 kB
npm notice unpacked size: 54.5 kB
npm notice shasum:        7cdce05df07c132ea74d77d3363d166d00881399
npm notice integrity:     sha512-LjNjByYgSvAgX[...]3pyu1Unlzx5GA==
npm notice total files:   14
npm notice
npm notice Publishing to https://npm.pkg.github.com with tag latest and default access (dry-run)
+ @openreachtech/eslint-rules-default@1.1.0
StewEucen commented 3 months ago