From 85e1278390f0be4e45a619be90980b5bb56165f9 Mon Sep 17 00:00:00 2001 From: Daniel Lautzenheiser Date: Tue, 21 Feb 2023 14:36:20 -0500 Subject: [PATCH 01/10] fix(demo): config link --- packages/demo/src/cms.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/demo/src/cms.jsx b/packages/demo/src/cms.jsx index ccfaa37a..f25615a6 100644 --- a/packages/demo/src/cms.jsx +++ b/packages/demo/src/cms.jsx @@ -149,7 +149,7 @@ cms.registerAdditionalLink({ cms.registerAdditionalLink({ id: "config", title: "Demo config.yml", - data: "https://github.com/StaticJsCMS/static-cms/blob/main/packages/demo/config.yml", + data: "https://github.com/StaticJsCMS/static-cms/blob/main/packages/demo/public/config.yml", options: { icon: "page", }, From c6f5b11a172da2686e5bc9cfa958d74d0c17e225 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 06:39:20 -0500 Subject: [PATCH 02/10] fix(deps): update dependency minimatch to v7.0.1 (#567) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/core/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index f968a935..4d336cda 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -112,7 +112,7 @@ "jwt-decode": "3.1.2", "localforage": "1.10.0", "lodash": "4.17.21", - "minimatch": "7.0.0", + "minimatch": "7.0.1", "moment": "2.29.4", "node-polyglot": "2.5.0", "ol": "7.2.2", diff --git a/yarn.lock b/yarn.lock index 8f597c50..8a280375 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13020,10 +13020,10 @@ minimatch@3.0.5: dependencies: brace-expansion "^1.1.7" -minimatch@7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.0.0.tgz#20a8df098715e228c918b2bd81f34d9543767a75" - integrity sha512-Wog4y1P2q/0sF+0vw+6dWgqVmo/XPJg+2OtVmR6IVvNGDhcfAPjFacjZCUlGCoU/tbzH6EOeSt2P3llRAqRNiA== +minimatch@7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.0.1.tgz#346583590577d192cab9b88514f1832b9509d737" + integrity sha512-C4CrOG1kAnaIxQPTAoiAmZCR2up1yjDdseGpr8UCUw5UqBUao5E1q2bOv0cAX0+y8MUxcyrvkTsoj5DvGRnvdQ== dependencies: brace-expansion "^2.0.1" From b85853738a1160365cc0944e4a25fc5db275931d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 06:39:58 -0500 Subject: [PATCH 03/10] chore(deps): update dependency @types/uuid to v9.0.1 (#566) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/core/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index 4d336cda..cd697254 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -202,7 +202,7 @@ "@types/react-window": "1.8.5", "@types/styled-components": "5.1.26", "@types/url-join": "4.0.1", - "@types/uuid": "9.0.0", + "@types/uuid": "9.0.1", "@typescript-eslint/eslint-plugin": "5.53.0", "@typescript-eslint/parser": "5.53.0", "axios": "1.3.3", diff --git a/yarn.lock b/yarn.lock index 8a280375..4721f51c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4163,10 +4163,10 @@ resolved "https://registry.yarnpkg.com/@types/use-sync-external-store/-/use-sync-external-store-0.0.3.tgz#b6725d5f4af24ace33b36fafd295136e75509f43" integrity sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA== -"@types/uuid@9.0.0": - version "9.0.0" - resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.0.tgz#53ef263e5239728b56096b0a869595135b7952d2" - integrity sha512-kr90f+ERiQtKWMz5rP32ltJ/BtULDI5RVO0uavn1HQUOwjx0R1h0rnDYNL0CepF1zL5bSY6FISAfd9tOdDhU5Q== +"@types/uuid@9.0.1": + version "9.0.1" + resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.1.tgz#98586dc36aee8dacc98cc396dbca8d0429647aa6" + integrity sha512-rFT3ak0/2trgvp4yYZo5iKFEPsET7vKydKF+VRCxlQ9bpheehyAJH89dAkaLEq/j/RZXJIqcgsmPJKUP1Z28HA== "@types/ws@^8.5.1": version "8.5.4" From 5706498567de8a275c8b666d739b1e1bb722d4fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 17:59:45 -0500 Subject: [PATCH 04/10] chore(deps): update dependency axios to v1.3.4 (#568) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/core/package.json | 2 +- yarn.lock | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index cd697254..f1e35fb6 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -205,7 +205,7 @@ "@types/uuid": "9.0.1", "@typescript-eslint/eslint-plugin": "5.53.0", "@typescript-eslint/parser": "5.53.0", - "axios": "1.3.3", + "axios": "1.3.4", "babel-core": "7.0.0-bridge.0", "babel-loader": "9.1.2", "babel-plugin-emotion": "11.0.0", diff --git a/yarn.lock b/yarn.lock index 4721f51c..9ac4a99d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5676,7 +5676,16 @@ axe-core@^4.6.2: resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.6.3.tgz#fc0db6fdb65cc7a80ccf85286d91d64ababa3ece" integrity sha512-/BQzOX780JhsxDnPpH4ZiyrJAzcd8AfzFPkv+89veFSr1rcMjuq2JDCwypKaPeB6ljHp9KjXhPpjgCvQlWYuqg== -axios@1.3.3, axios@^1.0.0: +axios@1.3.4: + version "1.3.4" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.4.tgz#f5760cefd9cfb51fd2481acf88c05f67c4523024" + integrity sha512-toYm+Bsyl6VC5wSkfkbbNB6ROv7KY93PEBBL6xyDczaIHasAiv4wPqQ/c4RjoQzipxRD2W5g21cOqQulZ7rHwQ== + dependencies: + follow-redirects "^1.15.0" + form-data "^4.0.0" + proxy-from-env "^1.1.0" + +axios@^1.0.0: version "1.3.3" resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.3.tgz#e7011384ba839b885007c9c9fae1ff23dceb295b" integrity sha512-eYq77dYIFS77AQlhzEL937yUBSepBfPIe8FcgEDN35vMNZKMrs81pgnyrQpwfy4NF4b4XWX1Zgx7yX+25w8QJA== From 77740af41bb09ea0833f97de802c86f76e3940f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 18:00:05 -0500 Subject: [PATCH 05/10] fix(deps): update dependency slate to v0.91.3 (#569) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/core/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index f1e35fb6..20245a7d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -141,7 +141,7 @@ "sanitize-filename": "1.6.3", "scheduler": "0.23.0", "semaphore": "1.1.0", - "slate": "0.91.1", + "slate": "0.91.3", "slate-history": "0.86.0", "slate-hyperscript": "0.77.0", "slate-react": "0.91.2", diff --git a/yarn.lock b/yarn.lock index 9ac4a99d..3794f5dc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16501,10 +16501,10 @@ slate-react@0.91.2: scroll-into-view-if-needed "^2.2.20" tiny-invariant "1.0.6" -slate@0.91.1: - version "0.91.1" - resolved "https://registry.yarnpkg.com/slate/-/slate-0.91.1.tgz#1891e03dc7e3f585a23fb20149e2c7a4614b0ddc" - integrity sha512-t8R6y2CjVD/NNo3h6fyM9tOH2mwJVETzSq7cNBfhAHwTRsKQ0fF0nxErxwWURiRFr1ZMOCk7rJXfgLxI95ZNFA== +slate@0.91.3: + version "0.91.3" + resolved "https://registry.yarnpkg.com/slate/-/slate-0.91.3.tgz#e51e78db9f58bd98622a1b1db9c410277aaa418e" + integrity sha512-zHQ2/btQK9Y66tKkTTKjBLW6tzrvXHn1Z+EqbgQrqCeIAA3VtFcp+gr0qOkH12hVtXhXUi6ma4xYhNKrzwGtow== dependencies: immer "^9.0.6" is-plain-object "^5.0.0" From ce94a97d2f5208cc04839e78cebb6429b038a2fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 19:34:14 -0500 Subject: [PATCH 06/10] fix(deps): update dependency slate-react to v0.91.3 (#570) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/core/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index 20245a7d..aba8a05e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -144,7 +144,7 @@ "slate": "0.91.3", "slate-history": "0.86.0", "slate-hyperscript": "0.77.0", - "slate-react": "0.91.2", + "slate-react": "0.91.3", "stream-browserify": "3.0.0", "styled-components": "5.3.6", "symbol-observable": "4.0.0", diff --git a/yarn.lock b/yarn.lock index 3794f5dc..77984a53 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16486,10 +16486,10 @@ slate-hyperscript@0.77.0: dependencies: is-plain-object "^5.0.0" -slate-react@0.91.2: - version "0.91.2" - resolved "https://registry.yarnpkg.com/slate-react/-/slate-react-0.91.2.tgz#7bec89b497b939a9d17292d6183f88a7ca3916ea" - integrity sha512-D+rm72Q2b81aqlw/+2Kcu8p3fmsKF2v8i134bu1oGfJWy6XTSTVyEXSca0+V5CHdxWgOMu02iXNjnVI2qmIsYw== +slate-react@0.91.3: + version "0.91.3" + resolved "https://registry.yarnpkg.com/slate-react/-/slate-react-0.91.3.tgz#cdacb63e2093312ceb45e1f08f21676181c13b5b" + integrity sha512-ejdG60sb0F//yovsk4KZTGM19bZ+qAf60Od4dCmb4nHvbYQyylzvP93WCSYlmKdBbUEFBkcClEKinEWaAmEzoA== dependencies: "@juggle/resize-observer" "^3.4.0" "@types/is-hotkey" "^0.1.1" From e8ddb7ddaa09fd20144841d3e144d377a3f11573 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 23:12:58 -0500 Subject: [PATCH 07/10] fix(deps): update dependency minimatch to v7.1.0 (#571) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/core/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index aba8a05e..54bf6a30 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -112,7 +112,7 @@ "jwt-decode": "3.1.2", "localforage": "1.10.0", "lodash": "4.17.21", - "minimatch": "7.0.1", + "minimatch": "7.1.0", "moment": "2.29.4", "node-polyglot": "2.5.0", "ol": "7.2.2", diff --git a/yarn.lock b/yarn.lock index 77984a53..1e29d704 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13029,10 +13029,10 @@ minimatch@3.0.5: dependencies: brace-expansion "^1.1.7" -minimatch@7.0.1: - version "7.0.1" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.0.1.tgz#346583590577d192cab9b88514f1832b9509d737" - integrity sha512-C4CrOG1kAnaIxQPTAoiAmZCR2up1yjDdseGpr8UCUw5UqBUao5E1q2bOv0cAX0+y8MUxcyrvkTsoj5DvGRnvdQ== +minimatch@7.1.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.1.0.tgz#8d3b0a361b02b4420c89fb2b8295621429c340ea" + integrity sha512-ZRvZsrVXiuB/QDlJx7WPymFyOHQUntQOEH3vFIwCzs/fDnH/siHZQAmI6Zamx1J9u9S66ucgKXU0CnqHfi8Z4g== dependencies: brace-expansion "^2.0.1" From 4d7cf4ebcbe13c9cdfe7f4a313075c17806c2eba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 06:34:27 -0500 Subject: [PATCH 08/10] chore(deps): update dependency babel-plugin-inline-react-svg to v2.0.2 (#572) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/app/package.json | 2 +- packages/core/package.json | 2 +- yarn.lock | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/app/package.json b/packages/app/package.json index 6f0b708e..7bed60d0 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -66,7 +66,7 @@ "babel-loader": "9.1.2", "babel-plugin-emotion": "11.0.0", "babel-plugin-inline-json-import": "0.3.2", - "babel-plugin-inline-react-svg": "2.0.1", + "babel-plugin-inline-react-svg": "2.0.2", "babel-plugin-lodash": "3.3.4", "babel-plugin-transform-builtin-extend": "1.1.2", "babel-plugin-transform-define": "2.1.0", diff --git a/packages/core/package.json b/packages/core/package.json index 54bf6a30..5c00c510 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -210,7 +210,7 @@ "babel-loader": "9.1.2", "babel-plugin-emotion": "11.0.0", "babel-plugin-inline-json-import": "0.3.2", - "babel-plugin-inline-react-svg": "2.0.1", + "babel-plugin-inline-react-svg": "2.0.2", "babel-plugin-lodash": "3.3.4", "babel-plugin-transform-builtin-extend": "1.1.2", "babel-plugin-transform-define": "2.1.0", diff --git a/yarn.lock b/yarn.lock index 1e29d704..992f3f15 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5791,16 +5791,16 @@ babel-plugin-inline-json-import@0.3.2: dependencies: decache "^4.5.1" -babel-plugin-inline-react-svg@2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/babel-plugin-inline-react-svg/-/babel-plugin-inline-react-svg-2.0.1.tgz#68c9c119d643a8f2d7bf939b942534d89ae3ade9" - integrity sha512-aD4gy2G3gNVDaw97LtoixzWbaOcSEnOb4KJPe8kZedSeqxY3v71KsBs8DGmButGZtEloCRhRRuU2TpW1hIPXig== +babel-plugin-inline-react-svg@2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/babel-plugin-inline-react-svg/-/babel-plugin-inline-react-svg-2.0.2.tgz#3a7bc4dc791c2d809a54d43f1a5ac53f3be8acb9" + integrity sha512-iM9obPpCcdPE1EJE+UF+tni7CZ4q/OvdDm/TeBBHAYAEOqDcFd7fdnmym6OYAQMYfEpUnRYUYx2KxSUyo4cQxQ== dependencies: "@babel/helper-plugin-utils" "^7.0.0" "@babel/parser" "^7.0.0" lodash.isplainobject "^4.0.6" - resolve "^1.20.0" - svgo "^2.0.3" + resolve "^2.0.0-next.4" + svgo "^2.8.0" babel-plugin-istanbul@^6.1.1: version "6.1.1" @@ -17152,7 +17152,7 @@ svgo@^1.2.2: unquote "~1.1.1" util.promisify "~1.0.0" -svgo@^2.0.3, svgo@^2.7.0: +svgo@^2.7.0, svgo@^2.8.0: version "2.8.0" resolved "https://registry.yarnpkg.com/svgo/-/svgo-2.8.0.tgz#4ff80cce6710dc2795f0c7c74101e6764cfccd24" integrity sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg== From 355f94b7c01f4539dfedcdac315205b53d81f860 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 09:02:28 -0500 Subject: [PATCH 09/10] fix(deps): update dependency @mui/x-date-pickers to v5.0.20 (#573) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/core/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index 5c00c510..fc87c265 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -72,7 +72,7 @@ "@mui/icons-material": "5.11.9", "@mui/material": "5.11.10", "@mui/system": "5.11.9", - "@mui/x-date-pickers": "5.0.19", + "@mui/x-date-pickers": "5.0.20", "@reduxjs/toolkit": "1.9.3", "@styled-icons/fluentui-system-regular": "10.47.0", "@styled-icons/remix-editor": "10.46.0", diff --git a/yarn.lock b/yarn.lock index 992f3f15..03e85343 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2760,10 +2760,10 @@ prop-types "^15.8.1" react-is "^18.2.0" -"@mui/x-date-pickers@5.0.19": - version "5.0.19" - resolved "https://registry.yarnpkg.com/@mui/x-date-pickers/-/x-date-pickers-5.0.19.tgz#1a51477a702a31401e30d3e34be6934a85e9478f" - integrity sha512-D8zFyFgwA6faPCTM//3SG17RqCegczKQS9wF/toemhjsP7Ps4ape/llHqowL/BZLbi14OXV0Ud10tfUyVP7Q/Q== +"@mui/x-date-pickers@5.0.20": + version "5.0.20" + resolved "https://registry.yarnpkg.com/@mui/x-date-pickers/-/x-date-pickers-5.0.20.tgz#7b4e5b5a214a8095937ba7d82bb82acd6f270d72" + integrity sha512-ERukSeHIoNLbI1C2XRhF9wRhqfsr+Q4B1SAw2ZlU7CWgcG8UBOxgqRKDEOVAIoSWL+DWT6GRuQjOKvj6UXZceA== dependencies: "@babel/runtime" "^7.18.9" "@date-io/core" "^2.15.0" From bd02895f00e4d5c5b907e5d490697afde0109695 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 16:15:00 -0500 Subject: [PATCH 10/10] chore(deps): update nextjs monorepo to v13.2.0 (#574) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/docs/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/docs/package.json b/packages/docs/package.json index 5a4bdf84..e9cca84d 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -21,7 +21,7 @@ "date-fns": "2.29.3", "gray-matter": "4.0.3", "js-yaml": "4.1.0", - "next": "13.1.6", + "next": "13.2.0", "next-mdx-remote": "4.3.0", "next-pwa": "5.6.0", "prismjs": "1.29.0", @@ -35,8 +35,8 @@ "devDependencies": { "@babel/core": "7.21.0", "@emotion/eslint-plugin": "11.10.0", - "@next/bundle-analyzer": "13.1.6", - "@next/eslint-plugin-next": "13.1.6", + "@next/bundle-analyzer": "13.2.0", + "@next/eslint-plugin-next": "13.2.0", "@types/js-yaml": "4.0.5", "@types/node": "16.18.12", "@types/prettier": "2.7.2", @@ -47,7 +47,7 @@ "@typescript-eslint/parser": "5.53.0", "babel-eslint": "10.1.0", "eslint": "8.34.0", - "eslint-config-next": "13.1.6", + "eslint-config-next": "13.2.0", "eslint-config-prettier": "8.6.0", "eslint-plugin-babel": "5.3.1", "eslint-plugin-unicorn": "45.0.2",