Skip to content

Commit

Permalink
chore(deps): update
Browse files Browse the repository at this point in the history
  • Loading branch information
Airkro committed Aug 18, 2024
1 parent aa7e231 commit d4aa391
Show file tree
Hide file tree
Showing 16 changed files with 453 additions and 442 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bring-it.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
uses: airkro/bring-it@actions
with:
npm-token: ${{ secrets.NPM_TOKEN }}
publish-command: npx -p @bring-it/npm@latest bring-it npm
publish-command: npx -p @bring-it/npm@0.5.4 bring-it npm
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"url": "https://github.com/airkro/bring-it/issues"
},
"scripts": {
"build": "best-shot prod",
"lint:staged": "nice-move lint staged",
"lint:version": "syncpack lint",
"prepare": "nice-move git hooks",
Expand All @@ -27,16 +26,16 @@
"packages/*"
],
"devDependencies": {
"@nice-move/cli": "^0.11.13",
"@nice-move/eslint-config-base": "^0.11.11",
"@nice-move/prettier-config": "^0.12.4",
"@nice-move/syncpack-config": "^0.2.4",
"@nice-move/tsconfig": "^0.2.4",
"best-shot": "0.5.11",
"@nice-move/cli": "^0.11.14",
"@nice-move/eslint-config-base": "^0.11.13",
"@nice-move/prettier-config": "^0.12.5",
"@nice-move/syncpack-config": "^0.2.6",
"@nice-move/tsconfig": "^0.2.5",
"best-shot": "0.7.1",
"eslint": "^8.57.0",
"garou": "^0.7.6",
"garou": "^0.7.8",
"prettier": "^3.3.3",
"syncpack": "^12.3.3",
"syncpack": "^12.4.0",
"typescript": "~5.5.4"
},
"peerDependencies": {
Expand All @@ -50,7 +49,7 @@
},
"packageManager": "[email protected]",
"engines": {
"node": "^18.0.0 || ^20.0.0",
"node": ">=22.0.0 || ^18.20.0 || ^20.4.0",
"npm": "^9.5.0"
},
"eslintConfig": {
Expand Down
3 changes: 3 additions & 0 deletions packages/cli/.best-shot/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ export const config = {
output: {
path: 'dist',
module: true,
library: {
type: 'module',
},
},
entry: {
cli: './lib/bin.mjs',
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bring-it/cli",
"version": "0.9.5",
"version": "0.9.7",
"description": "Common command line interface of 'bring-it'",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -33,7 +33,7 @@
],
"type": "module",
"scripts": {
"build": "best-shot dev",
"build": "best-shot prod",
"prepublishOnly": "pnpm run build"
},
"dependencies": {
Expand All @@ -44,7 +44,7 @@
"cheetor": "^0.13.0"
},
"engines": {
"node": "^18.0.0 || ^20.0.0"
"node": ">=22.0.0 || ^18.20.0 || ^20.4.0"
},
"publishConfig": {
"access": "public",
Expand Down
3 changes: 3 additions & 0 deletions packages/notify/.best-shot/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ export const config = {
output: {
path: 'dist',
module: true,
library: {
type: 'module',
},
},
copy: {
from: '@bring-it/utils/bin.mjs',
Expand Down
6 changes: 3 additions & 3 deletions packages/notify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bring-it/notify",
"version": "0.3.12",
"version": "0.3.14",
"description": "Send releases notifications",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"conventional-commits-parser": "^6.0.0",
"fast-clean": "^1.3.2",
"gitlog": "^5.0.2",
"gitlog": "^5.1.0",
"lodash": "^4.17.21",
"mdast-util-to-markdown": "^2.1.0",
"semver": "^7.6.3"
Expand All @@ -51,7 +51,7 @@
"@bring-it/cli": "workspace:~"
},
"engines": {
"node": "^18.0.0 || ^20.0.0",
"node": ">=22.0.0 || ^18.20.0 || ^20.4.0",
"npm": "^9.5.0"
},
"publishConfig": {
Expand Down
3 changes: 3 additions & 0 deletions packages/npm/.best-shot/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ export const config = {
output: {
path: 'dist',
module: true,
library: {
type: 'module',
},
},
copy: {
from: '@bring-it/utils/bin.mjs',
Expand Down
8 changes: 4 additions & 4 deletions packages/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bring-it/npm",
"version": "0.5.7",
"version": "0.5.9",
"description": "Publish npm packages when needed",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"prepublishOnly": "pnpm run build"
},
"devDependencies": {
"execa": "^8.0.1",
"execa": "^9.3.1",
"ini": "^4.1.3",
"is-url": "^1.2.4",
"semver": "^7.6.3",
Expand All @@ -51,8 +51,8 @@
"@bring-it/cli": "workspace:~"
},
"engines": {
"node": "^18.0.0 || ^20.0.0",
"npm": "^9.5.0"
"node": ">=22.0.0 || ^18.20.0 || ^20.4.0",
"npm": ">=9.5.0"
},
"publishConfig": {
"access": "public",
Expand Down
3 changes: 3 additions & 0 deletions packages/sample/.best-shot/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ export const config = {
output: {
path: 'dist',
module: true,
library: {
type: 'module',
},
},
copy: {
from: '@bring-it/utils/bin.mjs',
Expand Down
4 changes: 2 additions & 2 deletions packages/sample/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bring-it/sample",
"version": "0.4.6",
"version": "0.4.8",
"description": "Generate code sample files",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"@bring-it/cli": "workspace:~"
},
"engines": {
"node": "^18.0.0 || ^20.0.0"
"node": ">=22.0.0 || ^18.20.0 || ^20.4.0"
},
"publishConfig": {
"access": "public",
Expand Down
3 changes: 3 additions & 0 deletions packages/sentry/.best-shot/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ export const config = {
output: {
path: 'dist',
module: true,
library: {
type: 'module',
},
},
copy: {
from: '@bring-it/utils/bin.mjs',
Expand Down
4 changes: 2 additions & 2 deletions packages/sentry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bring-it/sentry",
"version": "0.5.5",
"version": "0.5.7",
"description": "Update sentry artifacts",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -48,7 +48,7 @@
"@bring-it/cli": "workspace:~"
},
"engines": {
"node": "^18.0.0 || ^20.0.0"
"node": ">=22.0.0 || ^18.20.0 || ^20.4.0"
},
"publishConfig": {
"access": "public",
Expand Down
3 changes: 3 additions & 0 deletions packages/sftp/.best-shot/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ export const config = {
output: {
path: 'dist',
module: true,
library: {
type: 'module',
},
},
copy: {
from: '@bring-it/utils/bin.mjs',
Expand Down
6 changes: 3 additions & 3 deletions packages/sftp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bring-it/sftp",
"version": "0.3.5",
"version": "0.3.7",
"description": "SFTP deployment tool for frontend",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -50,13 +50,13 @@
"p-series": "^3.0.0",
"p-timeout": "^6.1.2",
"slash": "^5.1.0",
"ssh-config": "^4.4.4"
"ssh-config": "^5.0.0"
},
"peerDependencies": {
"@bring-it/cli": "workspace:~"
},
"engines": {
"node": "^18.0.0 || ^20.0.0"
"node": ">=22.0.0 || ^18.20.0 || ^20.4.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"@bring-it/cli": "workspace:~"
},
"engines": {
"node": "^18.0.0 || ^20.0.0"
"node": ">=22.0.0 || ^18.20.0 || ^20.4.0"
}
}
Loading

0 comments on commit d4aa391

Please sign in to comment.