@adbayb/stack 3.1.0 → 3.1.1-next-02692d0

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.
@@ -268,6 +268,7 @@ const config = defineConfig({
268
268
  "node/no-process-env": "off",
269
269
  "node/no-sync": "off",
270
270
  "node/no-top-level-await": ["error", { ignoreBin: true }],
271
+ "one-var": "off",
271
272
  "oxc/no-async-endpoint-handlers": "off",
272
273
  "perfectionist/sort-imports": "off", // Already supported by Oxfmt
273
274
  "perfectionist/sort-named-imports": "off", // Already supported by eslint/sort-imports
@@ -228,6 +228,7 @@ declare const config: {
228
228
  "node/no-top-level-await": ["error", {
229
229
  ignoreBin: true;
230
230
  }];
231
+ "one-var": "off";
231
232
  "oxc/no-async-endpoint-handlers": "off";
232
233
  "perfectionist/sort-imports": "off";
233
234
  "perfectionist/sort-named-imports": "off";
@@ -276,6 +276,7 @@ const config = defineConfig({
276
276
  "node/no-process-env": "off",
277
277
  "node/no-sync": "off",
278
278
  "node/no-top-level-await": ["error", { ignoreBin: true }],
279
+ "one-var": "off",
279
280
  "oxc/no-async-endpoint-handlers": "off",
280
281
  "perfectionist/sort-imports": "off",
281
282
  "perfectionist/sort-named-imports": "off",
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.1.0";
445
+ var version = "3.1.1-next-02692d0";
446
446
 
447
447
  //#endregion
448
448
  //#region src/commands/create.ts
@@ -789,6 +789,7 @@ const createReleaseCommand = (program) => {
789
789
  async handler() {
790
790
  helpers.message("Bumping the package(s) version\n");
791
791
  await changeset("changeset version");
792
+ await helpers.exec("git diff");
792
793
  },
793
794
  skip: ifNotEqualTo("increment")
794
795
  }).task({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adbayb/stack",
3
- "version": "3.1.0",
3
+ "version": "3.1.1-next-02692d0",
4
4
  "description": "My opinionated JavaScript-based toolchain",
5
5
  "keywords": [
6
6
  "development",
@@ -51,18 +51,18 @@
51
51
  "registry": "https://registry.npmjs.org"
52
52
  },
53
53
  "dependencies": {
54
- "@changesets/changelog-github": "^0.7.0",
55
- "@changesets/cli": "^2.31.1",
56
- "@commitlint/cli": "^21.2.1",
57
- "@commitlint/config-conventional": "^21.2.0",
54
+ "@changesets/changelog-github": "^1.0.0",
55
+ "@changesets/cli": "^3.0.1",
56
+ "@commitlint/cli": "^21.2.2",
57
+ "@commitlint/config-conventional": "^21.2.2",
58
58
  "@e18e/eslint-plugin": "^0.8.0",
59
59
  "@stylistic/eslint-plugin": "^5.10.0",
60
60
  "eslint-plugin-perfectionist": "^5.10.1",
61
- "oxfmt": "^0.62.0",
62
- "oxlint": "^1.77.0",
61
+ "oxfmt": "^0.64.0",
62
+ "oxlint": "^1.79.0",
63
63
  "oxlint-tsgolint": "^7.0.2001",
64
64
  "termost": "^1.9.2",
65
- "turbo": "^2.10.9",
65
+ "turbo": "^2.10.11",
66
66
  "typescript": "^6.0.3"
67
67
  },
68
68
  "devDependencies": {
@@ -5,10 +5,8 @@
5
5
  "changelog": ["@changesets/changelog-github", { "repo": "{{repoId}}" }],
6
6
  "commit": false,
7
7
  "ignore": ["@examples/*"],
8
- "privatePackages": {
9
- "tag": true,
10
- "version": true
11
- },
8
+ "format": false,
9
+ "privatePackages": true,
12
10
  "updateInternalDependencies": "patch",
13
11
  "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
14
12
  "onlyUpdatePeerDependentsWhenOutOfRange": true,
@@ -34,11 +34,10 @@ jobs:
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
36
  - name: Publish stable version(s)
37
- uses: changesets/action@v1
37
+ uses: changesets/action@8488615a623b1b9c987934bb89eae8af6a946ac1 # v2.1.1
38
38
  with:
39
- commit: "chore: release package(s)"
40
- title: "chore: release package(s)"
41
- version: pnpm release:version
42
- publish: pnpm release:publish
43
- env:
44
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
+ commit-message: "chore: release package(s)"
40
+ github-token: ${{ secrets.GITHUB_TOKEN }}
41
+ pr-title: "chore: release package(s)"
42
+ publish-script: pnpm release:publish
43
+ version-script: pnpm release:version
@@ -5,10 +5,8 @@
5
5
  "changelog": ["@changesets/changelog-github", { "repo": "{{repoId}}" }],
6
6
  "commit": false,
7
7
  "ignore": ["@examples/*"],
8
- "privatePackages": {
9
- "tag": true,
10
- "version": true
11
- },
8
+ "format": false,
9
+ "privatePackages": true,
12
10
  "updateInternalDependencies": "patch",
13
11
  "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
14
12
  "onlyUpdatePeerDependentsWhenOutOfRange": true,
@@ -34,11 +34,10 @@ jobs:
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
36
  - name: Publish stable version(s)
37
- uses: changesets/action@v1
37
+ uses: changesets/action@8488615a623b1b9c987934bb89eae8af6a946ac1 # v2.1.1
38
38
  with:
39
- commit: "chore: release package(s)"
40
- title: "chore: release package(s)"
41
- version: pnpm release:version
42
- publish: pnpm release:publish
43
- env:
44
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
+ commit-message: "chore: release package(s)"
40
+ github-token: ${{ secrets.GITHUB_TOKEN }}
41
+ pr-title: "chore: release package(s)"
42
+ publish-script: pnpm release:publish
43
+ version-script: pnpm release:version