Skip to content

Commit

Permalink
chore(deps): update
Browse files Browse the repository at this point in the history
  • Loading branch information
Airkro committed Jul 23, 2024
1 parent f0ea263 commit 3c7b1a8
Show file tree
Hide file tree
Showing 9 changed files with 97 additions and 97 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
],
"devDependencies": {
"@nice-move/cli": "^0.11.13",
"@nice-move/eslint-config-base": "^0.11.10",
"@nice-move/eslint-config-base": "^0.11.11",
"@nice-move/prettier-config": "^0.12.4",
"best-shot": "^0.5.8",
"best-shot": "^0.5.13",
"eslint": "^8.57.0",
"garou": "^0.7.6",
"prettier": "^3.3.2",
"typescript": "^5.5.2"
"prettier": "^3.3.3",
"typescript": "^5.5.4"
},
"peerDependencies": {
"@bring-it/npm": "workspace:*",
Expand All @@ -42,10 +42,10 @@
"cpu-features": "npm:[email protected]"
}
},
"packageManager": "pnpm@9.0.5",
"packageManager": "pnpm@9.5.0",
"engines": {
"node": "^18.0.0 || ^20.0.0",
"npm": ">=9.4.0"
"npm": ">=9.5.0"
},
"eslintConfig": {
"extends": "@nice-move/eslint-config-base"
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/lib/action/pack.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { execFileSync } from 'node:child_process';
import { join } from 'node:path';
import { resolve } from 'node:path';

import { globbySync } from 'globby';

Expand Down Expand Up @@ -27,7 +27,7 @@ function checkTarget(pattern) {
export async function action({ pattern, name, dir }) {
const target = checkTarget(pattern);

const filename = join(dir, name);
const filename = resolve(process.cwd(), dir, name);

try {
execFileSync('ls', [dir]);
Expand All @@ -39,5 +39,5 @@ export async function action({ pattern, name, dir }) {

execFileSync('tar', ['-c', '-f', `${filename}.tar.gz`, '-z', ...target]);

execFileSync('zip', ['-r', '-q', `${filename}.zip`, ...target]);
execFileSync('zip', ['-r', '-FS', '-q', `${filename}.zip`, ...target]);
}
4 changes: 2 additions & 2 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.3",
"version": "0.9.4",
"description": "Common command line interface of 'bring-it'",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"globby": "^14.0.1",
"globby": "^14.0.2",
"yargs": "^17.7.2"
},
"devDependencies": {
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.7",
"version": "0.3.8",
"description": "Send releases notifications",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -42,10 +42,10 @@
"devDependencies": {
"conventional-commits-parser": "^5.0.0",
"fast-clean": "^1.3.2",
"gitlog": "^5.0.1",
"gitlog": "^5.0.2",
"lodash": "^4.17.21",
"mdast-util-to-markdown": "^2.1.0",
"semver": "^7.6.2"
"semver": "^7.6.3"
},
"peerDependencies": {
"@bring-it/cli": "workspace:^"
Expand Down
4 changes: 2 additions & 2 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.5",
"version": "0.5.6",
"description": "Publish npm packages when needed",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"execa": "^8.0.1",
"ini": "^4.1.3",
"is-url": "^1.2.4",
"semver": "^7.6.2",
"semver": "^7.6.3",
"validate-npm-package-name": "^5.0.1"
},
"peerDependencies": {
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.4",
"version": "0.4.5",
"description": "Generate code sample files",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"globby": "^14.0.1"
"globby": "^14.0.2"
},
"peerDependencies": {
"@bring-it/cli": "workspace:^"
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.3",
"version": "0.5.4",
"description": "Update sentry artifacts",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"globby": "^14.0.1"
"globby": "^14.0.2"
},
"devDependencies": {
"@npmcli/promise-spawn": "^7.0.2"
Expand Down
4 changes: 2 additions & 2 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.3",
"version": "0.3.4",
"description": "SFTP deployment tool for frontend",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"globby": "^14.0.1"
"globby": "^14.0.2"
},
"devDependencies": {
"lodash": "^4.17.21",
Expand Down
Loading

0 comments on commit 3c7b1a8

Please sign in to comment.