@adbayb/stack 2.20.0 → 2.22.0

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/bin/index.js CHANGED
@@ -1,8 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
 
3
- import { join } from "node:path";
4
3
  import { createRequire } from "node:module";
5
4
 
6
5
  const package_ = createRequire(import.meta.url)("../package.json");
7
6
 
8
- import(join("..", package_.exports["."].default));
7
+ import(new URL(`../${package_.exports["."].default}`, import.meta.url));
@@ -6,9 +6,6 @@ export const config = [
6
6
  importPlugin.flatConfigs.typescript,
7
7
  {
8
8
  files: JAVASCRIPT_LIKE_EXTENSIONS,
9
- plugins: {
10
- "import-x": importPlugin,
11
- },
12
9
  rules: {
13
10
  "import-x/consistent-type-specifier-style": [
14
11
  "error",
package/dist/index.js CHANGED
@@ -196,7 +196,7 @@ const ESLINT_EXTENSIONS = [
196
196
  "mdx"
197
197
  ];
198
198
 
199
- var version = "2.20.0";
199
+ var version = "2.22.0";
200
200
 
201
201
  const createWatchCommand = (program)=>{
202
202
  program.command({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adbayb/stack",
3
- "version": "2.20.0",
3
+ "version": "2.22.0",
4
4
  "description": "My opinionated JavaScript-based toolchain",
5
5
  "keywords": [
6
6
  "stack",
@@ -41,29 +41,29 @@
41
41
  "dependencies": {
42
42
  "@changesets/changelog-github": "^0.5.1",
43
43
  "@changesets/cli": "^2.28.1",
44
- "@commitlint/cli": "^19.7.1",
45
- "@commitlint/config-conventional": "^19.7.1",
44
+ "@commitlint/cli": "^19.8.0",
45
+ "@commitlint/config-conventional": "^19.8.0",
46
46
  "@eslint/compat": "^1.2.7",
47
- "@eslint/eslintrc": "^3.3.0",
47
+ "@eslint/eslintrc": "^3.3.1",
48
48
  "@stylistic/eslint-plugin": "^4.2.0",
49
- "@vitest/eslint-plugin": "^1.1.36",
50
- "eslint": "^9.21.0",
51
- "eslint-config-prettier": "^10.0.2",
52
- "eslint-import-resolver-typescript": "^3.8.3",
49
+ "@vitest/eslint-plugin": "^1.1.38",
50
+ "eslint": "^9.23.0",
51
+ "eslint-config-prettier": "^10.1.1",
52
+ "eslint-import-resolver-typescript": "^4.3.1",
53
53
  "eslint-plugin-depend": "^0.12.0",
54
- "eslint-plugin-import-x": "^4.6.1",
54
+ "eslint-plugin-import-x": "^4.9.4",
55
55
  "eslint-plugin-jest-formatting": "^3.1.0",
56
- "eslint-plugin-jsdoc": "^50.6.3",
57
- "eslint-plugin-mdx": "^3.1.5",
58
- "eslint-plugin-n": "^17.16.2",
59
- "eslint-plugin-prettier": "^5.2.3",
56
+ "eslint-plugin-jsdoc": "^50.6.9",
57
+ "eslint-plugin-mdx": "^3.3.1",
58
+ "eslint-plugin-n": "^17.17.0",
59
+ "eslint-plugin-prettier": "^5.2.5",
60
60
  "eslint-plugin-react": "^7.37.4",
61
61
  "eslint-plugin-react-hooks": "^5.2.0",
62
- "eslint-plugin-react-hooks-extra": "^1.30.2",
63
- "eslint-plugin-react-web-api": "^1.30.2",
62
+ "eslint-plugin-react-hooks-extra": "^1.38.4",
63
+ "eslint-plugin-react-web-api": "^1.38.4",
64
64
  "eslint-plugin-sonarjs": "^3.0.2",
65
65
  "eslint-plugin-sort-keys-custom-order": "^2.2.1",
66
- "eslint-plugin-unicorn": "^57.0.0",
66
+ "eslint-plugin-unicorn": "^58.0.0",
67
67
  "fdir": "^6.4.3",
68
68
  "globals": "^16.0.0",
69
69
  "prettier": "^3.5.3",
@@ -71,11 +71,11 @@
71
71
  "termost": "^1.4.0",
72
72
  "turbo": "^2.4.4",
73
73
  "typescript": "^5.8.2",
74
- "typescript-eslint": "^8.26.0"
74
+ "typescript-eslint": "^8.28.0"
75
75
  },
76
76
  "devDependencies": {
77
- "@types/node": "22.13.9",
78
- "quickbundle": "2.10.0"
77
+ "@types/node": "22.13.14",
78
+ "quickbundle": "2.12.0"
79
79
  },
80
80
  "publishConfig": {
81
81
  "access": "public",