@knapsack/renderer-webpack-base 4.79.2--canary.6078.18ff071.0 → 4.79.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/.lintstagedrc.mjs CHANGED
@@ -6,6 +6,6 @@ import defaultConfig from '../../../../.lintstagedrc.mjs';
6
6
  const __dirname = dirname(fileURLToPath(import.meta.url));
7
7
 
8
8
  export default {
9
- '*.{ts,tsx,js,jsx,cjs,mjs}': `cd ${__dirname} && ./node_modules/.bin/eslint`,
9
+ '*.{ts,tsx,js,jsx,cjs,mjs,mts,cts}': `cd ${__dirname} && ./node_modules/.bin/eslint`,
10
10
  ...defaultConfig,
11
11
  };
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # v4.79.2 (Tue Apr 29 2025)
2
+
3
+ #### 🏠 Internal
4
+
5
+ - update logic for editable spec [#6077](https://github.com/knapsack-labs/app-monorepo/pull/6077) ([@mabry1985](https://github.com/mabry1985))
6
+ - Add .mts and .cts file extensions to ESLint configuration in lint-staged [#6079](https://github.com/knapsack-labs/app-monorepo/pull/6079) ([@EvanLovely](https://github.com/EvanLovely))
7
+
8
+ #### Authors: 2
9
+
10
+ - Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
11
+ - Josh Mabry ([@mabry1985](https://github.com/mabry1985))
12
+
13
+ ---
14
+
1
15
  # v4.79.0 (Mon Apr 28 2025)
2
16
 
3
17
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/renderer-webpack-base",
3
3
  "description": "",
4
- "version": "4.79.2--canary.6078.18ff071.0",
4
+ "version": "4.79.2",
5
5
  "type": "commonjs",
6
6
  "exports": {
7
7
  ".": {
@@ -23,21 +23,21 @@
23
23
  "test": "time ava"
24
24
  },
25
25
  "dependencies": {
26
- "@knapsack/app": "4.79.2--canary.6078.18ff071.0",
27
- "@knapsack/babel-config-starter": "4.79.2--canary.6078.18ff071.0",
28
- "@knapsack/file-utils": "4.79.2--canary.6078.18ff071.0",
29
- "@knapsack/types": "4.79.2--canary.6078.18ff071.0",
30
- "@knapsack/utils": "4.79.2--canary.6078.18ff071.0",
26
+ "@knapsack/app": "4.79.2",
27
+ "@knapsack/babel-config-starter": "4.79.2",
28
+ "@knapsack/file-utils": "4.79.2",
29
+ "@knapsack/types": "4.79.2",
30
+ "@knapsack/utils": "4.79.2",
31
31
  "babel-loader": "^9.2.1",
32
32
  "react-dev-utils": "^12.0.1",
33
33
  "webpack": "^5.99.6",
34
34
  "webpack-manifest-plugin": "^4.1.1"
35
35
  },
36
36
  "devDependencies": {
37
- "@knapsack/eslint-config-starter": "4.79.2--canary.6078.18ff071.0",
38
- "@knapsack/prettier-config": "4.79.2--canary.6078.18ff071.0",
39
- "@knapsack/test-ava": "4.79.2--canary.6078.18ff071.0",
40
- "@knapsack/typescript-config-starter": "4.79.2--canary.6078.18ff071.0",
37
+ "@knapsack/eslint-config-starter": "4.79.2",
38
+ "@knapsack/prettier-config": "4.79.2",
39
+ "@knapsack/test-ava": "4.79.2",
40
+ "@knapsack/typescript-config-starter": "4.79.2",
41
41
  "@types/node": "^20.17.24",
42
42
  "@types/react-dev-utils": "^9.0.15",
43
43
  "@types/webpack": "^5.28.5",
@@ -54,5 +54,5 @@
54
54
  "directory": "apps/client/libs/renderer-webpack-base",
55
55
  "type": "git"
56
56
  },
57
- "gitHead": "18ff071e4a63d8467803c8fabab8b1fec1a7a0ee"
57
+ "gitHead": "a97f048e259c07f4887a675bd339dea5d736721e"
58
58
  }