@adbayb/stack 3.0.1 → 3.0.2

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/dist/index.js CHANGED
@@ -442,7 +442,7 @@ const PRESERVE_FILES = ["node_modules"];
442
442
 
443
443
  //#endregion
444
444
  //#region package.json
445
- var version = "3.0.1";
445
+ var version = "3.0.2";
446
446
 
447
447
  //#endregion
448
448
  //#region src/commands/create.ts
@@ -788,7 +788,7 @@ const createReleaseCommand = (program) => {
788
788
  }).task({
789
789
  async handler() {
790
790
  helpers.message("Bumping the package(s) version\n");
791
- await changeset("changeset version && pnpm install --no-frozen-lockfile");
791
+ await changeset("changeset version");
792
792
  },
793
793
  skip: ifNotEqualTo("tag")
794
794
  }).task({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adbayb/stack",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "description": "My opinionated JavaScript-based toolchain",
5
5
  "keywords": [
6
6
  "development",
@@ -52,17 +52,17 @@
52
52
  },
53
53
  "dependencies": {
54
54
  "@changesets/changelog-github": "^0.7.0",
55
- "@changesets/cli": "^2.31.1",
55
+ "@changesets/cli": "^3.0.0-next.11",
56
56
  "@commitlint/cli": "^21.2.1",
57
57
  "@commitlint/config-conventional": "^21.2.0",
58
- "@e18e/eslint-plugin": "^0.6.0",
58
+ "@e18e/eslint-plugin": "^0.8.0",
59
59
  "@stylistic/eslint-plugin": "^5.10.0",
60
- "eslint-plugin-perfectionist": "^5.10.0",
61
- "oxfmt": "^0.61.0",
62
- "oxlint": "^1.76.0",
60
+ "eslint-plugin-perfectionist": "^5.10.1",
61
+ "oxfmt": "^0.62.0",
62
+ "oxlint": "^1.77.0",
63
63
  "oxlint-tsgolint": "^7.0.2001",
64
64
  "termost": "^1.9.2",
65
- "turbo": "^2.10.8",
65
+ "turbo": "^2.10.9",
66
66
  "typescript": "^6.0.3"
67
67
  },
68
68
  "devDependencies": {
@@ -4,6 +4,7 @@
4
4
  "baseBranch": "main",
5
5
  "changelog": ["@changesets/changelog-github", { "repo": "{{repoId}}" }],
6
6
  "commit": false,
7
+ "format": false,
7
8
  "ignore": ["@examples/*"],
8
9
  "privatePackages": {
9
10
  "tag": true,
@@ -33,18 +33,11 @@ jobs:
33
33
  pnpm --filter="!." --filter="!./applications/*" --filter="!./examples/*" --filter="!./tools/*" --recursive exec \
34
34
  node -e "const fs=require('fs'),pkg=JSON.parse(fs.readFileSync('package.json'));pkg.version=pkg.version+'-next-${GITHUB_SHA::7}';fs.writeFileSync('package.json',JSON.stringify(pkg,null,2)+'\n');"
35
35
  pnpm --filter="!." --filter="!./applications/*" --filter="!./examples/*" --filter="!./tools/*" --recursive exec pnpm publish --tag next --no-git-checks
36
- - name: Create release pull request
37
- if: "!contains(github.event.head_commit.message, 'chore: release package(s)')"
36
+ - name: Publish stable version(s)
38
37
  uses: changesets/action@v1
39
38
  with:
40
39
  commit: "chore: release package(s)"
41
40
  title: "chore: release package(s)"
42
- env:
43
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
- - name: Publish stable version(s)
45
- if: "contains(github.event.head_commit.message, 'chore: release package(s)')"
46
- uses: changesets/action@v1
47
- with:
48
41
  version: pnpm release:version
49
42
  publish: pnpm release:publish
50
43
  env:
@@ -27,6 +27,5 @@
27
27
  "version": "{{nodeVersion}}",
28
28
  "onFail": "error"
29
29
  }
30
- },
31
- "packageManager": "pnpm@{{pnpmVersion}}"
30
+ }
32
31
  }
@@ -4,6 +4,7 @@
4
4
  "baseBranch": "main",
5
5
  "changelog": ["@changesets/changelog-github", { "repo": "{{repoId}}" }],
6
6
  "commit": false,
7
+ "format": false,
7
8
  "ignore": ["@examples/*"],
8
9
  "privatePackages": {
9
10
  "tag": true,
@@ -33,18 +33,11 @@ jobs:
33
33
  pnpm --filter="!." --filter="!./applications/*" --filter="!./examples/*" --filter="!./tools/*" --recursive exec \
34
34
  node -e "const fs=require('fs'),pkg=JSON.parse(fs.readFileSync('package.json'));pkg.version=pkg.version+'-next-${GITHUB_SHA::7}';fs.writeFileSync('package.json',JSON.stringify(pkg,null,2)+'\n');"
35
35
  pnpm --filter="!." --filter="!./applications/*" --filter="!./examples/*" --filter="!./tools/*" --recursive exec pnpm publish --tag next --no-git-checks
36
- - name: Create release pull request
37
- if: "!contains(github.event.head_commit.message, 'chore: release package(s)')"
36
+ - name: Publish stable version(s)
38
37
  uses: changesets/action@v1
39
38
  with:
40
39
  commit: "chore: release package(s)"
41
40
  title: "chore: release package(s)"
42
- env:
43
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
- - name: Publish stable version(s)
45
- if: "contains(github.event.head_commit.message, 'chore: release package(s)')"
46
- uses: changesets/action@v1
47
- with:
48
41
  version: pnpm release:version
49
42
  publish: pnpm release:publish
50
43
  env:
@@ -27,6 +27,5 @@
27
27
  "version": "{{nodeVersion}}",
28
28
  "onFail": "error"
29
29
  }
30
- },
31
- "packageManager": "pnpm@{{pnpmVersion}}"
30
+ }
32
31
  }