@toptal/davinci-engine 12.2.4-alpha-ff-64-af69159e.39 → 12.2.4
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/CHANGELOG.md +12 -0
- package/package.json +6 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 12.2.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2639](https://github.com/toptal/davinci/pull/2639) [`7e4896d`](https://github.com/toptal/davinci/commit/7e4896d4db27e868ddce2bae9002699d5d26a65f) Thanks [@rocodesign](https://github.com/rocodesign)!
|
|
8
|
+
- add the new `@toptal/davinci-workspace-root` package with Yarn and pnpm workspace root detection, workspace membership checks, and TypeScript declarations
|
|
9
|
+
- replace `find-yarn-workspace-root` usage across Davinci packages with `@toptal/davinci-workspace-root` to make workspace root resolution package-manager agnostic
|
|
10
|
+
- Updated dependencies [[`7e4896d`](https://github.com/toptal/davinci/commit/7e4896d4db27e868ddce2bae9002699d5d26a65f)]:
|
|
11
|
+
- @toptal/davinci-cli-shared@2.6.1
|
|
12
|
+
- @toptal/davinci-monorepo@12.1.1
|
|
13
|
+
- @toptal/davinci-workspace-root@1.0.1
|
|
14
|
+
|
|
3
15
|
## 12.2.3
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/davinci-engine",
|
|
3
|
-
"version": "12.2.4
|
|
3
|
+
"version": "12.2.4",
|
|
4
4
|
"description": "Build tool for frontend projects",
|
|
5
5
|
"author": "Toptal",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.MD",
|
|
@@ -43,10 +43,10 @@
|
|
|
43
43
|
"@svgr/webpack": "^8.1.0",
|
|
44
44
|
"@swc/core": "^1.13.5",
|
|
45
45
|
"@swc/plugin-styled-components": "^9.1.0",
|
|
46
|
-
"@toptal/davinci-cli-shared": "2.6.1
|
|
47
|
-
"@toptal/davinci-cloudflare-requests-handler": "0.1.
|
|
48
|
-
"@toptal/davinci-monorepo": "12.1.1
|
|
49
|
-
"@toptal/davinci-workspace-root": "1.0.1
|
|
46
|
+
"@toptal/davinci-cli-shared": "^2.6.1",
|
|
47
|
+
"@toptal/davinci-cloudflare-requests-handler": "0.1.2",
|
|
48
|
+
"@toptal/davinci-monorepo": "^12.1.1",
|
|
49
|
+
"@toptal/davinci-workspace-root": "^1.0.1",
|
|
50
50
|
"autoprefixer": "^10.4.15",
|
|
51
51
|
"babel-loader": "^8.2.3",
|
|
52
52
|
"babel-plugin-graphql-tag": "^3.3.0",
|
|
@@ -108,6 +108,5 @@
|
|
|
108
108
|
},
|
|
109
109
|
"publishConfig": {
|
|
110
110
|
"access": "public"
|
|
111
|
-
}
|
|
112
|
-
"gitHead": "af69159eeae7c2755ac9a2385cadb37b134d4e11"
|
|
111
|
+
}
|
|
113
112
|
}
|