contentful-migration 4.32.0 → 5.0.0
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
CHANGED
|
@@ -1,14 +1,12 @@
|
|
|
1
|
-
# [
|
|
1
|
+
# [5.0.0](https://github.com/contentful/contentful-migration/compare/v4.32.0...v5.0.0) (2026-04-22)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
* feat!: add breaking release rule and trigger v5.0.0 [DX-787] ([#1617](https://github.com/contentful/contentful-migration/issues/1617)) ([5c89caa](https://github.com/contentful/contentful-migration/commit/5c89caadbc933f09a25025ab5e76a7f5326362ae))
|
|
5
5
|
|
|
6
|
-
* add tests, and update error message for better user experience ([ba944d8](https://github.com/contentful/contentful-migration/commit/ba944d81e68e5f17faf851bc94da38a682f68cc5))
|
|
7
6
|
|
|
7
|
+
### BREAKING CHANGES
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
* update validation so the package can create CTs referencing multiple 3rd resource types ([b542287](https://github.com/contentful/contentful-migration/commit/b5422870826d5082f61f5cb7ce4b309aa1b4dce1))
|
|
9
|
+
* Node < 22 is no longer supported. Consumers must upgrade to Node >= 22 before upgrading to this version. contentful-management has been upgraded to v12.
|
|
12
10
|
|
|
13
11
|
# Change Log
|
|
14
12
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/bin/lib/contentful-client/index.ts"],"names":[],"mappings":";;AA+BS,wDAAsB;AA/B/B,mCAA+E;AAC/E,4BAA4B;AAC5B,2BAA2B;AAC3B,iEAAqE;AACrE,4BAA4B;AAC5B,IAAI,YAAY,GAAG,oCAAa,CAAA;AAEhC,SAAS,sBAAsB,CAAC,MAAM;IACpC,IAAI,CAAC,MAAM,CAAC,WAAW,EAAE,CAAC;QACxB,MAAM,IAAI,KAAK,CAAC,oEAAoE,CAAC,CAAA;IACvF,CAAC;IAED,MAAM,eAAe,GAAG,MAAM,CAAC,KAAK,IAAI,IAAA,2BAAmB,EAAC,MAAM,CAAC,KAAK,CAAC,CAAA;IACzE,IAAI,eAAe,EAAE,CAAC;QACpB,MAAM,CAAC,KAAK,GAAG,eAAe,CAAA;IAChC,CAAC;SAAM,CAAC;QACN,MAAM,YAAY,GAAG,IAAA,wBAAgB,EAAC,OAAO,CAAC,GAAG,CAAC,CAAA;QAClD,IAAI,YAAY,EAAE,CAAC;YACjB,MAAM,CAAC,KAAK,GAAG,YAAY,CAAA;QAC7B,CAAC;IACH,CAAC;IAED,IAAI,CAAC,MAAM,CAAC,QAAQ,EAAE,CAAC;QACrB,MAAM,EAAE,UAAU,EAAE,GAAG,IAAA,sBAAc,EAAC,MAAM,CAAC,KAAK,CAAC,CAAA;QACnD,MAAM,CAAC,UAAU,GAAG,UAAU,CAAA;QAC9B,OAAO,MAAM,CAAC,KAAK,CAAA;IACrB,CAAC;IAED,OAAO,YAAY,CAAC,MAAM,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/bin/lib/contentful-client/index.ts"],"names":[],"mappings":";;AA+BS,wDAAsB;AA/B/B,mCAA+E;AAC/E,4BAA4B;AAC5B,2BAA2B;AAC3B,iEAAqE;AACrE,4BAA4B;AAC5B,IAAI,YAAY,GAAG,oCAAa,CAAA;AAEhC,SAAS,sBAAsB,CAAC,MAAM;IACpC,IAAI,CAAC,MAAM,CAAC,WAAW,EAAE,CAAC;QACxB,MAAM,IAAI,KAAK,CAAC,oEAAoE,CAAC,CAAA;IACvF,CAAC;IAED,MAAM,eAAe,GAAG,MAAM,CAAC,KAAK,IAAI,IAAA,2BAAmB,EAAC,MAAM,CAAC,KAAK,CAAC,CAAA;IACzE,IAAI,eAAe,EAAE,CAAC;QACpB,MAAM,CAAC,KAAK,GAAG,eAAe,CAAA;IAChC,CAAC;SAAM,CAAC;QACN,MAAM,YAAY,GAAG,IAAA,wBAAgB,EAAC,OAAO,CAAC,GAAG,CAAC,CAAA;QAClD,IAAI,YAAY,EAAE,CAAC;YACjB,MAAM,CAAC,KAAK,GAAG,YAAY,CAAA;QAC7B,CAAC;IACH,CAAC;IAED,IAAI,CAAC,MAAM,CAAC,QAAQ,EAAE,CAAC;QACrB,MAAM,EAAE,UAAU,EAAE,GAAG,IAAA,sBAAc,EAAC,MAAM,CAAC,KAAK,CAAC,CAAA;QACnD,MAAM,CAAC,UAAU,GAAG,UAAU,CAAA;QAC9B,OAAO,MAAM,CAAC,KAAK,CAAA;IACrB,CAAC;IAED,OAAO,YAAY,CAAC,MAAM,CAAC,CAAA;AAC7B,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "contentful-migration",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0",
|
|
4
4
|
"description": "Migration tooling for contentful",
|
|
5
5
|
"author": "Contentful GmbH",
|
|
6
6
|
"license": "MIT",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"callsites": "^3.1.0",
|
|
59
59
|
"cardinal": "^2.1.1",
|
|
60
60
|
"chalk": "^4.0.0",
|
|
61
|
-
"contentful-management": "^
|
|
61
|
+
"contentful-management": "^12.2.0",
|
|
62
62
|
"didyoumean2": "^7.0.4",
|
|
63
63
|
"https-proxy-agent": "^5.0.0",
|
|
64
64
|
"inquirer": "^8.2.7",
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"contentful-migration": "./bin/contentful-migration"
|
|
113
113
|
},
|
|
114
114
|
"engines": {
|
|
115
|
-
"node": ">=
|
|
115
|
+
"node": ">=22"
|
|
116
116
|
},
|
|
117
117
|
"release": {
|
|
118
118
|
"branches": [
|
|
@@ -133,6 +133,10 @@
|
|
|
133
133
|
"@semantic-release/commit-analyzer",
|
|
134
134
|
{
|
|
135
135
|
"releaseRules": [
|
|
136
|
+
{
|
|
137
|
+
"breaking": true,
|
|
138
|
+
"release": "major"
|
|
139
|
+
},
|
|
136
140
|
{
|
|
137
141
|
"type": "build",
|
|
138
142
|
"scope": "deps",
|