sanity-io / sanity-plugin-markdown

Markdown support in the Sanity Studio
MIT License
50 stars 8 forks source link

chore(deps): update dependency @sanity/pkg-utils to v2 - autoclosed #55

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sanity/pkg-utils ^1.18.0 -> ^2.1.0 age adoption passing confidence

Release Notes

sanity-io/pkg-utils ### [`v2.1.0`](https://togithub.com/sanity-io/pkg-utils/blob/HEAD/CHANGELOG.md#​210-httpsgithubcomsanity-iopkg-utilscomparev207v210-2023-01-02) [Compare Source](https://togithub.com/sanity-io/pkg-utils/compare/v2.0.7...v2.1.0) ##### Features - re-export CJS in ESM wrapper (`node.import` compat) ([4e1a4d8](https://togithub.com/sanity-io/pkg-utils/commit/4e1a4d822114dbaff45eb5baba8729d74d5c263c)) ### [`v2.0.7`](https://togithub.com/sanity-io/pkg-utils/blob/HEAD/CHANGELOG.md#​207-httpsgithubcomsanity-iopkg-utilscomparev206v207-2023-01-02) [Compare Source](https://togithub.com/sanity-io/pkg-utils/compare/v2.0.6...v2.0.7) ##### Bug Fixes - optional `node.source` property ([4565d6f](https://togithub.com/sanity-io/pkg-utils/commit/4565d6f73cb3667ed749d2cf600acdbe1be86fa1)) - print all errors ([f6bba7e](https://togithub.com/sanity-io/pkg-utils/commit/f6bba7e6c0b9cd34f4e9730b2a52a5965588bbe4)) ### [`v2.0.6`](https://togithub.com/sanity-io/pkg-utils/blob/HEAD/CHANGELOG.md#​206-httpsgithubcomsanity-iopkg-utilscomparev205v206-2023-01-02) [Compare Source](https://togithub.com/sanity-io/pkg-utils/compare/v2.0.5...v2.0.6) ##### Bug Fixes - allow `dynamicImportInCjs` in rollup v3 ([#​28](https://togithub.com/sanity-io/pkg-utils/issues/28)) ([a0d73d6](https://togithub.com/sanity-io/pkg-utils/commit/a0d73d6590b8b2654aba1f4a55343c9fd20dd95e)) - disable transitive imports hoisting ([#​29](https://togithub.com/sanity-io/pkg-utils/issues/29)) ([ad1f22a](https://togithub.com/sanity-io/pkg-utils/commit/ad1f22a2416792f2d05151faa6f81e2eea0c60e4)) ### [`v2.0.5`](https://togithub.com/sanity-io/pkg-utils/blob/HEAD/CHANGELOG.md#​205-httpsgithubcomsanity-iopkg-utilscomparev204v205-2023-01-02) [Compare Source](https://togithub.com/sanity-io/pkg-utils/compare/v2.0.4...v2.0.5) ##### Bug Fixes - optional package type ([#​37](https://togithub.com/sanity-io/pkg-utils/issues/37)) ([c9e2821](https://togithub.com/sanity-io/pkg-utils/commit/c9e2821a4cbf5b071c4acab421e13ca99f0c27a3)) ### [`v2.0.4`](https://togithub.com/sanity-io/pkg-utils/blob/HEAD/CHANGELOG.md#​204-httpsgithubcomsanity-iopkg-utilscomparev203v204-2023-01-02) [Compare Source](https://togithub.com/sanity-io/pkg-utils/compare/v2.0.3...v2.0.4) ##### Bug Fixes - **deps:** update dependencies (non-major) ([a9bd709](https://togithub.com/sanity-io/pkg-utils/commit/a9bd709150f07d801509feac05c86cd98e790ad9)) ### [`v2.0.3`](https://togithub.com/sanity-io/pkg-utils/blob/HEAD/CHANGELOG.md#​203-httpsgithubcomsanity-iopkg-utilscomparev202v203-2022-12-23) [Compare Source](https://togithub.com/sanity-io/pkg-utils/compare/v2.0.2...v2.0.3) ##### Bug Fixes - support the `use client` directive ([#​27](https://togithub.com/sanity-io/pkg-utils/issues/27)) ([e8e31ab](https://togithub.com/sanity-io/pkg-utils/commit/e8e31ab816811f2efffc32738a189f4694457121)) ### [`v2.0.2`](https://togithub.com/sanity-io/pkg-utils/blob/HEAD/CHANGELOG.md#​202-httpsgithubcomsanity-iopkg-utilscomparev201v202-2022-12-23) [Compare Source](https://togithub.com/sanity-io/pkg-utils/compare/v2.0.1...v2.0.2) ##### Bug Fixes - **deps:** update rollup packages (major) ([#​23](https://togithub.com/sanity-io/pkg-utils/issues/23)) ([b19d585](https://togithub.com/sanity-io/pkg-utils/commit/b19d5858425971b94853dc185442076194a5f948)) ### [`v2.0.1`](https://togithub.com/sanity-io/pkg-utils/blob/HEAD/CHANGELOG.md#​201-httpsgithubcomsanity-iopkg-utilscomparev200v201-2022-12-23) [Compare Source](https://togithub.com/sanity-io/pkg-utils/compare/v2.0.0...v2.0.1) ##### Bug Fixes - **deps:** update dependencies (non-major) ([#​13](https://togithub.com/sanity-io/pkg-utils/issues/13)) ([192cfd2](https://togithub.com/sanity-io/pkg-utils/commit/192cfd2bdd916bce6df3ea386fbbbd88a991f638)) ### [`v2.0.0`](https://togithub.com/sanity-io/pkg-utils/blob/HEAD/CHANGELOG.md#​200-httpsgithubcomsanity-iopkg-utilscomparev1204v200-2022-12-22) [Compare Source](https://togithub.com/sanity-io/pkg-utils/compare/v1.20.4...v2.0.0) ##### ⚠ BREAKING CHANGES - default to `minify: false` - require `type` in `package.json` - require `.mjs` extensions for ESM modules ##### Features - print package type ([bacd4b7](https://togithub.com/sanity-io/pkg-utils/commit/bacd4b7a8d19bbaeb6c748e4409294a4152509ae)) - support `.esm.js` extensions when using legacy exports ([2936d3f](https://togithub.com/sanity-io/pkg-utils/commit/2936d3f9ca974d36b038a0fc473dfb8a40294a52)) - warn when using `type: "commonjs"` ([228ee62](https://togithub.com/sanity-io/pkg-utils/commit/228ee6205be92647a06ef25dcfbb6f18b413df68)) ##### Bug Fixes - improve build output ([567a1bd](https://togithub.com/sanity-io/pkg-utils/commit/567a1bda326c9f293d1cd9fabd5fece72e951370)) - improve check output ([9f56ebf](https://togithub.com/sanity-io/pkg-utils/commit/9f56ebff6a278784cebfb26a31e3e60777ee37be)) - improve logging ([8f40188](https://togithub.com/sanity-io/pkg-utils/commit/8f4018894d094bb2c458b4b834a27f09d4212a0b)) ##### Code Refactoring - default to `minify: false` ([16ab63e](https://togithub.com/sanity-io/pkg-utils/commit/16ab63e8b5b98474ea88d0d445540fc80550e637)) - require `.mjs` extensions for ESM modules ([24586c2](https://togithub.com/sanity-io/pkg-utils/commit/24586c22acf5197bbe3a69f7b4441a3fffb3bc86)) - require `type` in `package.json` ([1c451b4](https://togithub.com/sanity-io/pkg-utils/commit/1c451b4ca65787938ec82ee1fabdf8aeddda975e)) ### [`v1.20.4`](https://togithub.com/sanity-io/pkg-utils/blob/HEAD/CHANGELOG.md#​1204-httpsgithubcomsanity-iopkg-utilscomparev1203v1204-2022-12-16) [Compare Source](https://togithub.com/sanity-io/pkg-utils/compare/v1.20.3...v1.20.4) ##### Bug Fixes - build correct `PKG_FILE_PATH` env variable ([20d6dfb](https://togithub.com/sanity-io/pkg-utils/commit/20d6dfb5693ee865b54be1e2b8eb6875ae2195a7)) ### [`v1.20.3`](https://togithub.com/sanity-io/pkg-utils/blob/HEAD/CHANGELOG.md#​1203-httpsgithubcomsanity-iopkg-utilscomparev1202v1203-2022-12-09) [Compare Source](https://togithub.com/sanity-io/pkg-utils/compare/v1.20.2...v1.20.3) ##### Bug Fixes - prevent useless warnings ([d797edc](https://togithub.com/sanity-io/pkg-utils/commit/d797edccd8c72440a9fb4584c7b8f11aee5f08b3)) ### [`v1.20.2`](https://togithub.com/sanity-io/pkg-utils/blob/HEAD/CHANGELOG.md#​1202-httpsgithubcomsanity-iopkg-utilscomparev1201v1202-2022-12-01) [Compare Source](https://togithub.com/sanity-io/pkg-utils/compare/v1.20.1...v1.20.2) ##### Bug Fixes - refactor to `@rollup/plugin-terser` ([#​12](https://togithub.com/sanity-io/pkg-utils/issues/12)) ([4bd427f](https://togithub.com/sanity-io/pkg-utils/commit/4bd427fece32097f826c31ae2c014ad1de0da9f8)) ### [`v1.20.1`](https://togithub.com/sanity-io/pkg-utils/blob/HEAD/CHANGELOG.md#​1201-httpsgithubcomsanity-iopkg-utilscomparev1200v1201-2022-11-27) [Compare Source](https://togithub.com/sanity-io/pkg-utils/compare/v1.20.0...v1.20.1) ##### Bug Fixes - remove shared browserlist config ([528c4d3](https://togithub.com/sanity-io/pkg-utils/commit/528c4d304e8b8f99d261a6b18c9df2900e502831)) ### [`v1.20.0`](https://togithub.com/sanity-io/pkg-utils/blob/HEAD/CHANGELOG.md#​1200-httpsgithubcomsanity-iopkg-utilscomparev1190v1200-2022-11-27) [Compare Source](https://togithub.com/sanity-io/pkg-utils/compare/v1.19.0...v1.20.0) ##### Features - share browserslist config ([7ae4424](https://togithub.com/sanity-io/pkg-utils/commit/7ae44248dbf24564715e73d3cc34afa4a72ff0b1)) ### [`v1.19.0`](https://togithub.com/sanity-io/pkg-utils/blob/HEAD/CHANGELOG.md#​1190-httpsgithubcomsanity-iopkg-utilscomparev1180v1190-2022-11-27) [Compare Source](https://togithub.com/sanity-io/pkg-utils/compare/v1.18.0...v1.19.0) ##### Features - export `DEFAULT_BROWSERSLIST_QUERY` ([5def2e2](https://togithub.com/sanity-io/pkg-utils/commit/5def2e20919584abc1484d5f3586ba01070f7689))

Configuration

📅 Schedule: Branch creation - "before 4am on sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate using a preset from Sanity. View repository job log here