@knapsack/renderer-webpack-base 4.69.12--canary.4835.be226c8.0 → 4.69.12--canary.4831.31ecaa1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # v4.69.11 (Fri Sep 20 2024)
2
+
3
+ #### 🏠 Internal
4
+
5
+ - adds select all option to exclude patterns filters [#4803](https://github.com/knapsack-labs/app-monorepo/pull/4803) ([@GormanDesign](https://github.com/GormanDesign))
6
+ - chore(deps): update dependency @types/estree to ^1.0.6 [#4795](https://github.com/knapsack-labs/app-monorepo/pull/4795) ([@renovate[bot]](https://github.com/renovate[bot]))
7
+
8
+ #### Authors: 2
9
+
10
+ - [@renovate[bot]](https://github.com/renovate[bot])
11
+ - Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
12
+
13
+ ---
14
+
1
15
  # v4.69.10 (Wed Sep 18 2024)
2
16
 
3
17
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/renderer-webpack-base",
3
3
  "description": "",
4
- "version": "4.69.12--canary.4835.be226c8.0",
4
+ "version": "4.69.12--canary.4831.31ecaa1.0",
5
5
  "type": "commonjs",
6
6
  "exports": {
7
7
  ".": {
@@ -23,20 +23,20 @@
23
23
  "test": "time ava"
24
24
  },
25
25
  "dependencies": {
26
- "@knapsack/app": "4.69.12--canary.4835.be226c8.0",
27
- "@knapsack/babel-config-starter": "4.69.12--canary.4835.be226c8.0",
28
- "@knapsack/file-utils": "4.69.12--canary.4835.be226c8.0",
29
- "@knapsack/types": "4.69.12--canary.4835.be226c8.0",
30
- "@knapsack/utils": "4.69.12--canary.4835.be226c8.0",
26
+ "@knapsack/app": "4.69.12--canary.4831.31ecaa1.0",
27
+ "@knapsack/babel-config-starter": "4.69.12--canary.4831.31ecaa1.0",
28
+ "@knapsack/file-utils": "4.69.12--canary.4831.31ecaa1.0",
29
+ "@knapsack/types": "4.69.12--canary.4831.31ecaa1.0",
30
+ "@knapsack/utils": "4.69.12--canary.4831.31ecaa1.0",
31
31
  "babel-loader": "^9.2.1",
32
32
  "webpack": "^5.94.0",
33
33
  "webpack-manifest-plugin": "^4.1.1"
34
34
  },
35
35
  "devDependencies": {
36
- "@knapsack/eslint-config-starter": "4.69.12--canary.4835.be226c8.0",
37
- "@knapsack/prettier-config": "4.69.12--canary.4835.be226c8.0",
38
- "@knapsack/test-ava": "4.69.12--canary.4835.be226c8.0",
39
- "@knapsack/typescript-config-starter": "4.69.12--canary.4835.be226c8.0",
36
+ "@knapsack/eslint-config-starter": "4.69.12--canary.4831.31ecaa1.0",
37
+ "@knapsack/prettier-config": "4.69.12--canary.4831.31ecaa1.0",
38
+ "@knapsack/test-ava": "4.69.12--canary.4831.31ecaa1.0",
39
+ "@knapsack/typescript-config-starter": "4.69.12--canary.4831.31ecaa1.0",
40
40
  "@types/estree": "^1.0.6",
41
41
  "@types/node": "^20.16.5",
42
42
  "@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": "be226c8130445e4fe0368f3243593be6ff0bc252"
57
+ "gitHead": "31ecaa1b0111721f4e43314857c7824c077e6846"
58
58
  }