@knapsack/rollup-config-starter 4.70.0--canary.4433.133de0f.0 → 4.70.0--canary.4854.b1d79a8.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +79 -0
- package/package.json +9 -10
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,82 @@
|
|
1
|
+
# v4.69.11 (Fri Sep 20 2024)
|
2
|
+
|
3
|
+
#### 🏠 Internal
|
4
|
+
|
5
|
+
- Remove deprecated packages - @types/sass [#4816](https://github.com/knapsack-labs/app-monorepo/pull/4816) ([@greylabel](https://github.com/greylabel))
|
6
|
+
- adds select all option to exclude patterns filters [#4803](https://github.com/knapsack-labs/app-monorepo/pull/4803) ([@GormanDesign](https://github.com/GormanDesign))
|
7
|
+
|
8
|
+
#### Authors: 2
|
9
|
+
|
10
|
+
- Grant Gaudet ([@greylabel](https://github.com/greylabel))
|
11
|
+
- Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
|
12
|
+
|
13
|
+
---
|
14
|
+
|
15
|
+
# v4.69.10 (Wed Sep 18 2024)
|
16
|
+
|
17
|
+
#### 🏠 Internal
|
18
|
+
|
19
|
+
- fix(deps): update dependency postcss to ^8.4.47 [#4774](https://github.com/knapsack-labs/app-monorepo/pull/4774) ([@renovate[bot]](https://github.com/renovate[bot]))
|
20
|
+
|
21
|
+
#### Authors: 1
|
22
|
+
|
23
|
+
- [@renovate[bot]](https://github.com/renovate[bot])
|
24
|
+
|
25
|
+
---
|
26
|
+
|
27
|
+
# v4.69.9 (Sat Sep 14 2024)
|
28
|
+
|
29
|
+
#### 🏠 Internal
|
30
|
+
|
31
|
+
- update template stage ui [#4763](https://github.com/knapsack-labs/app-monorepo/pull/4763) ([@GormanDesign](https://github.com/GormanDesign))
|
32
|
+
- add spacing under form feedback banner [#4747](https://github.com/knapsack-labs/app-monorepo/pull/4747) ([@GormanDesign](https://github.com/GormanDesign))
|
33
|
+
|
34
|
+
#### Authors: 1
|
35
|
+
|
36
|
+
- Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
|
37
|
+
|
38
|
+
---
|
39
|
+
|
40
|
+
# v4.69.7 (Wed Sep 11 2024)
|
41
|
+
|
42
|
+
#### 🐛 Bug Fix
|
43
|
+
|
44
|
+
- Merge branch 'latest' into feature/ksp-5497-setup-status-id-in-client ([@mabry1985](https://github.com/mabry1985))
|
45
|
+
|
46
|
+
#### 🏠 Internal
|
47
|
+
|
48
|
+
- fix(deps): update dependency sass to ^1.78.0 [#4683](https://github.com/knapsack-labs/app-monorepo/pull/4683) ([@renovate[bot]](https://github.com/renovate[bot]))
|
49
|
+
- fixes schema form select appearance [#4700](https://github.com/knapsack-labs/app-monorepo/pull/4700) ([@GormanDesign](https://github.com/GormanDesign))
|
50
|
+
- add scroll indicator to popover [#4697](https://github.com/knapsack-labs/app-monorepo/pull/4697) ([@GormanDesign](https://github.com/GormanDesign))
|
51
|
+
|
52
|
+
#### Authors: 3
|
53
|
+
|
54
|
+
- [@renovate[bot]](https://github.com/renovate[bot])
|
55
|
+
- Josh Mabry ([@mabry1985](https://github.com/mabry1985))
|
56
|
+
- Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
|
57
|
+
|
58
|
+
---
|
59
|
+
|
60
|
+
# v4.69.6 (Fri Sep 06 2024)
|
61
|
+
|
62
|
+
#### 🐛 Bug Fix
|
63
|
+
|
64
|
+
- Merge branch 'latest' into feature/ksp-5458-anchor-links-not-jumping-to-the-right-spot ([@GormanDesign](https://github.com/GormanDesign))
|
65
|
+
|
66
|
+
#### 🏠 Internal
|
67
|
+
|
68
|
+
- Update dependency tslib to ^2.7.0 [#4685](https://github.com/knapsack-labs/app-monorepo/pull/4685) ([@renovate[bot]](https://github.com/renovate[bot]))
|
69
|
+
- Update dependency postcss to ^8.4.45 [#4671](https://github.com/knapsack-labs/app-monorepo/pull/4671) ([@renovate[bot]](https://github.com/renovate[bot]))
|
70
|
+
- Update dependency @types/node to ^20.16.5 [#4669](https://github.com/knapsack-labs/app-monorepo/pull/4669) ([@renovate[bot]](https://github.com/renovate[bot]))
|
71
|
+
- restores hash link handling [#4637](https://github.com/knapsack-labs/app-monorepo/pull/4637) ([@GormanDesign](https://github.com/GormanDesign))
|
72
|
+
|
73
|
+
#### Authors: 2
|
74
|
+
|
75
|
+
- [@renovate[bot]](https://github.com/renovate[bot])
|
76
|
+
- Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
|
77
|
+
|
78
|
+
---
|
79
|
+
|
1
80
|
# v4.69.3 (Wed Sep 04 2024)
|
2
81
|
|
3
82
|
#### 🏠 Internal
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@knapsack/rollup-config-starter",
|
3
3
|
"description": "",
|
4
|
-
"version": "4.70.0--canary.
|
4
|
+
"version": "4.70.0--canary.4854.b1d79a8.0",
|
5
5
|
"bin": "./bin.js",
|
6
6
|
"main": "dist/index.js",
|
7
7
|
"types": "dist/index.d.ts",
|
@@ -25,8 +25,8 @@
|
|
25
25
|
"test": ""
|
26
26
|
},
|
27
27
|
"dependencies": {
|
28
|
-
"@knapsack/creator-utils": "4.70.0--canary.
|
29
|
-
"@knapsack/postcss-config-starter": "4.70.0--canary.
|
28
|
+
"@knapsack/creator-utils": "4.70.0--canary.4854.b1d79a8.0",
|
29
|
+
"@knapsack/postcss-config-starter": "4.70.0--canary.4854.b1d79a8.0",
|
30
30
|
"@rollup/plugin-babel": "^5.3.1",
|
31
31
|
"@rollup/plugin-commonjs": "^21.1.0",
|
32
32
|
"@rollup/plugin-json": "^4.1.0",
|
@@ -34,22 +34,21 @@
|
|
34
34
|
"@rollup/plugin-replace": "^3.1.0",
|
35
35
|
"cheerio": "^1.0.0",
|
36
36
|
"node-sass-magic-importer": "^5.3.3",
|
37
|
-
"postcss": "^8.4.
|
37
|
+
"postcss": "^8.4.47",
|
38
38
|
"rollup": "^2.79.1",
|
39
39
|
"rollup-plugin-node-builtins": "^2.1.2",
|
40
40
|
"rollup-plugin-sass": "^1.2.10",
|
41
41
|
"rollup-plugin-terser": "^7.0.2",
|
42
42
|
"rollup-plugin-typescript2": "^0.36.0",
|
43
|
-
"sass": "^1.
|
43
|
+
"sass": "^1.78.0",
|
44
44
|
"svgo": "^3.3.2",
|
45
|
-
"tslib": "^2.
|
45
|
+
"tslib": "^2.7.0",
|
46
46
|
"typescript": "^5.5.4"
|
47
47
|
},
|
48
48
|
"devDependencies": {
|
49
|
-
"@knapsack/eslint-config-starter": "4.70.0--canary.
|
50
|
-
"@knapsack/typescript-config-starter": "4.70.0--canary.
|
49
|
+
"@knapsack/eslint-config-starter": "4.70.0--canary.4854.b1d79a8.0",
|
50
|
+
"@knapsack/typescript-config-starter": "4.70.0--canary.4854.b1d79a8.0",
|
51
51
|
"@types/node": "^20.16.5",
|
52
|
-
"@types/sass": "^1.45.0",
|
53
52
|
"eslint": "^8.57.0"
|
54
53
|
},
|
55
54
|
"license": "GPL-2.0-or-later",
|
@@ -61,5 +60,5 @@
|
|
61
60
|
"directory": "tools/rollup-config-starter",
|
62
61
|
"type": "git"
|
63
62
|
},
|
64
|
-
"gitHead": "
|
63
|
+
"gitHead": "b1d79a8caffe3537b921ff76bae2f2e8bcabbc43"
|
65
64
|
}
|