diff --git a/packages/components/package.json b/packages/components/package.json index d20f7792..10225e6a 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -46,7 +46,7 @@ "rehype-raw": "^6.1.1", "remark-frontmatter": "^4.0.1", "remark-gfm": "^3.0.1", - "unified": "^10.1.2", + "unified": "^11.0.0", "unist-builder": "^4.0.0", "unist-util-is": "^6.0.0", "unist-util-visit": "^5.0.0", diff --git a/packages/template/package.json b/packages/template/package.json index df15793a..3ba2f671 100644 --- a/packages/template/package.json +++ b/packages/template/package.json @@ -46,7 +46,7 @@ "rehype-raw": "^6.1.1", "remark-frontmatter": "^4.0.1", "remark-gfm": "^3.0.1", - "unified": "^10.1.2", + "unified": "^11.0.0", "unist-builder": "^4.0.0", "unist-util-is": "^6.0.0", "unist-util-visit": "^5.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 96c1edcf..3df4b8bf 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -145,8 +145,8 @@ importers: specifier: ^3.0.1 version: 3.0.1 unified: - specifier: ^10.1.2 - version: 10.1.2 + specifier: ^11.0.0 + version: 11.0.5 unist-builder: specifier: ^4.0.0 version: 4.0.0 @@ -321,8 +321,8 @@ importers: specifier: ^3.0.1 version: 3.0.1 unified: - specifier: ^10.1.2 - version: 10.1.2 + specifier: ^11.0.0 + version: 11.0.5 unist-builder: specifier: ^4.0.0 version: 4.0.0 @@ -464,8 +464,8 @@ importers: specifier: ^3.0.1 version: 3.0.1 unified: - specifier: ^10.1.2 - version: 10.1.2 + specifier: ^11.0.0 + version: 11.0.5 unist-builder: specifier: ^4.0.0 version: 4.0.0 @@ -549,8 +549,8 @@ importers: specifier: ^3.0.1 version: 3.0.1 unified: - specifier: ^10.1.2 - version: 10.1.2 + specifier: ^11.0.0 + version: 11.0.5 unist-builder: specifier: ^4.0.0 version: 4.0.0 @@ -4174,6 +4174,12 @@ packages: /destr@2.0.1: resolution: {integrity: sha512-M1Ob1zPSIvlARiJUkKqvAZ3VAqQY6Jcuth/pBKQ2b1dX/Qx0OnJ8Vux6J2H5PTMQeRzWrrbTu70VxBfv/OPDJA==} + /devlop@1.1.0: + resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==} + dependencies: + dequal: 2.0.3 + dev: false + /diff-sequences@29.4.3: resolution: {integrity: sha512-ofrBgwpPhCD85kMKtE9RYFFq6OC1A89oW2vvgWZNCwxrUpRUILopY7lsYyMDSjc8g6U6aiO0Qubg6r4Wgt5ZnA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -4522,6 +4528,7 @@ packages: /eslint-plugin-i@2.28.0-2(@typescript-eslint/parser@6.3.0)(eslint@8.46.0): resolution: {integrity: sha512-z48kG4qmE4TmiLcxbmvxMT5ycwvPkXaWW0XpU1L768uZaTbiDbxsHMEdV24JHlOR1xDsPpKW39BfP/pRdYIwFA==} engines: {node: '>=12'} + deprecated: Please migrate to the brand new `eslint-plugin-import-x` instead peerDependencies: eslint: ^7.2.0 || ^8 dependencies: @@ -7585,6 +7592,7 @@ packages: /source-map@0.8.0-beta.0: resolution: {integrity: sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==} engines: {node: '>= 8'} + deprecated: The work that was done in this beta branch won't be included in future versions dependencies: whatwg-url: 7.1.0 dev: false @@ -8081,6 +8089,18 @@ packages: vfile: 5.3.7 dev: false + /unified@11.0.5: + resolution: {integrity: sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==} + dependencies: + '@types/unist': 3.0.0 + bail: 2.0.2 + devlop: 1.1.0 + extend: 3.0.2 + is-plain-obj: 4.1.0 + trough: 2.1.0 + vfile: 6.0.3 + dev: false + /unique-string@2.0.0: resolution: {integrity: sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==} engines: {node: '>=8'} @@ -8128,6 +8148,12 @@ packages: '@types/unist': 2.0.6 dev: false + /unist-util-stringify-position@4.0.0: + resolution: {integrity: sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==} + dependencies: + '@types/unist': 3.0.0 + dev: false + /unist-util-visit-parents@5.1.3: resolution: {integrity: sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==} dependencies: @@ -8296,6 +8322,13 @@ packages: unist-util-stringify-position: 3.0.3 dev: false + /vfile-message@4.0.3: + resolution: {integrity: sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==} + dependencies: + '@types/unist': 3.0.0 + unist-util-stringify-position: 4.0.0 + dev: false + /vfile@5.3.7: resolution: {integrity: sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==} dependencies: @@ -8305,6 +8338,13 @@ packages: vfile-message: 3.1.4 dev: false + /vfile@6.0.3: + resolution: {integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==} + dependencies: + '@types/unist': 3.0.0 + vfile-message: 4.0.3 + dev: false + /vite-node@0.34.1(@types/node@20.4.9): resolution: {integrity: sha512-odAZAL9xFMuAg8aWd7nSPT+hU8u2r9gU3LRm9QKjxBEF2rRdWpMuqkrkjvyVQEdNFiBctqr2Gg4uJYizm5Le6w==} engines: {node: '>=v14.18.0'} @@ -8676,6 +8716,7 @@ packages: /workbox-google-analytics@7.0.0: resolution: {integrity: sha512-MEYM1JTn/qiC3DbpvP2BVhyIH+dV/5BjHk756u9VbwuAhu0QHyKscTnisQuz21lfRpOwiS9z4XdqeVAKol0bzg==} + deprecated: It is not compatible with newer versions of GA starting with v4, as long as you are using GAv3 it should be ok, but the package is not longer being maintained dependencies: workbox-background-sync: 7.0.0 workbox-core: 7.0.0 diff --git a/templates/default/package.json b/templates/default/package.json index 3e23f684..4fc8a5ac 100644 --- a/templates/default/package.json +++ b/templates/default/package.json @@ -53,7 +53,7 @@ "rehype-raw": "^6.1.1", "remark-frontmatter": "^4.0.1", "remark-gfm": "^3.0.1", - "unified": "^10.1.2", + "unified": "^11.0.0", "unist-builder": "^4.0.0", "unist-util-is": "^6.0.0", "unist-util-visit": "^5.0.0", diff --git a/templates/nova/package.json b/templates/nova/package.json index 4bf8c4a9..40588929 100644 --- a/templates/nova/package.json +++ b/templates/nova/package.json @@ -52,7 +52,7 @@ "rehype-raw": "^6.1.1", "remark-frontmatter": "^4.0.1", "remark-gfm": "^3.0.1", - "unified": "^10.1.2", + "unified": "^11.0.0", "unist-builder": "^4.0.0", "unist-util-is": "^6.0.0", "unist-util-visit": "^5.0.0",