@next-core/dev-dependencies 1.18.44 → 1.18.46

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.
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" ?>
2
2
  <!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd">
3
- <coverage lines-valid="404" lines-covered="396" line-rate="0.9801000000000001" branches-valid="149" branches-covered="140" branch-rate="0.9395" timestamp="1720787025740" complexity="0" version="0.1">
3
+ <coverage lines-valid="404" lines-covered="396" line-rate="0.9801000000000001" branches-valid="149" branches-covered="140" branch-rate="0.9395" timestamp="1721208588426" complexity="0" version="0.1">
4
4
  <sources>
5
5
  <source>/home/runner/work/next-core/next-core/packages/dev-dependencies</source>
6
6
  </sources>
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.18.46](https://github.com/easyops-cn/next-core/compare/@next-core/dev-dependencies@1.18.45...@next-core/dev-dependencies@1.18.46) (2024-07-17)
7
+
8
+ **Note:** Version bump only for package @next-core/dev-dependencies
9
+
10
+
11
+
12
+
13
+
14
+ ## [1.18.45](https://github.com/easyops-cn/next-core/compare/@next-core/dev-dependencies@1.18.44...@next-core/dev-dependencies@1.18.45) (2024-07-15)
15
+
16
+ **Note:** Version bump only for package @next-core/dev-dependencies
17
+
18
+
19
+
20
+
21
+
6
22
  ## [1.18.44](https://github.com/easyops-cn/next-core/compare/@next-core/dev-dependencies@1.18.43...@next-core/dev-dependencies@1.18.44) (2024-07-12)
7
23
 
8
24
  **Note:** Version bump only for package @next-core/dev-dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-core/dev-dependencies",
3
- "version": "1.18.44",
3
+ "version": "1.18.46",
4
4
  "description": "Dev dependencies for brick-next related packages",
5
5
  "homepage": "https://github.com/easyops-cn/next-core/tree/master/packages/dev-dependencies",
6
6
  "license": "GPL-3.0",
@@ -21,8 +21,8 @@
21
21
  "@babel/core": "^7.20.5",
22
22
  "@next-core/babel-preset-next": "^0.9.16",
23
23
  "@next-core/babel-preset-prismjs": "^1.0.20",
24
- "@next-core/brick-container": "^2.96.9",
25
- "@next-core/brick-dll": "^2.47.6",
24
+ "@next-core/brick-container": "^2.96.10",
25
+ "@next-core/brick-dll": "^2.47.7",
26
26
  "@next-core/brick-scripts": "^3.0.8",
27
27
  "@next-core/browserslist-config-next": "^0.1.4",
28
28
  "@next-core/build-config-factory": "^2.26.2",
@@ -32,11 +32,11 @@
32
32
  "@next-core/jest-config-factory": "^0.4.14",
33
33
  "@next-core/rollup-config-factory": "^2.8.0",
34
34
  "@next-core/webpack-config-factory": "^2.25.0",
35
- "@next-dll/ace": "^2.0.757",
35
+ "@next-dll/ace": "^2.0.758",
36
36
  "@next-dll/d3": "^2.0.82",
37
37
  "@next-dll/echarts": "^2.0.83",
38
- "@next-dll/editor-bricks-helper": "^0.38.102",
39
- "@next-dll/react-dnd": "^0.1.695",
38
+ "@next-dll/editor-bricks-helper": "^0.38.103",
39
+ "@next-dll/react-dnd": "^0.1.696",
40
40
  "@testing-library/jest-dom": "^5.16.5",
41
41
  "@testing-library/react": "^12.1.5",
42
42
  "@typescript-eslint/eslint-plugin": "^5.46.0",
@@ -85,5 +85,5 @@
85
85
  "enzyme": "^3.11.0",
86
86
  "lolex": "^5.1.2"
87
87
  },
88
- "gitHead": "0d30430f1ce11bcbdc58ac54dfbacbc8edb5e475"
88
+ "gitHead": "5506a36ffb869dd8e787d6f9fbcecb8e303fdb77"
89
89
  }
package/patch.js CHANGED
@@ -180,8 +180,8 @@ module.exports = async function patch() {
180
180
  // There is a security issue for specific versions of ua-parser-js.
181
181
  // See https://github.com/faisalman/ua-parser-js/issues/536
182
182
  updateResolutions({
183
- // Use the very current version of `0.7.19` to change nothing currently.
184
- "ua-parser-js": "0.7.19",
183
+ // Use the very current version of `0.7.38` to change nothing currently.
184
+ "ua-parser-js": "0.7.38",
185
185
  });
186
186
  }
187
187