chore(deps): update dependency svelte-preprocess to v6 #148

Merged
nemunaire merged 1 commits from renovate/svelte-preprocess-6.x into master 2024-06-19 11:34:27 +00:00
Collaborator

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
svelte-preprocess ^5.0.3 -> ^6.0.0 age adoption passing confidence

Release Notes

sveltejs/svelte-preprocess (svelte-preprocess)

v6.0.1

Compare Source

Bug Fixes

v6.0.0

Compare Source

BREAKING CHANGES
  • remove TS mixed imports support, require TS 5.0 or higher
  • remove preserve option as it's unnecessary
  • require Svelte 4+, Node 18+
  • add exports map
Bug Fixes
  • adjust globalifySelector to not split selectors with parentheses. (#​632) (c435ebd), closes #​501
  • fix: allow TS filename to be undefined, fixes #​488
  • fix: adjust Svelte compiler type import
  • fix: remove pug types and magic-string from dependencies
  • chore: bump peer deps, fixes #​553

5.1.4 (2024-04-16)

Bug Fixes

5.1.3 (2023-12-18)

Bug Fixes
  • sass dependency list referencing source file in win32 (#​621) (209312f)

5.1.2 (2023-12-12)

  • chore: mark postcss-load-config 5 as supported (3b5b1f0)

5.1.1 (2023-11-21)

Bug Fixes
  • force module(resolution) (66d3cf9)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [svelte-preprocess](https://github.com/sveltejs/svelte-preprocess) | [`^5.0.3` -> `^6.0.0`](https://renovatebot.com/diffs/npm/svelte-preprocess/5.1.4/6.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/svelte-preprocess/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/svelte-preprocess/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/svelte-preprocess/5.1.4/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/svelte-preprocess/5.1.4/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sveltejs/svelte-preprocess (svelte-preprocess)</summary> ### [`v6.0.1`](https://github.com/sveltejs/svelte-preprocess/blob/HEAD/CHANGELOG.md#601-2024-06-14) [Compare Source](https://github.com/sveltejs/svelte-preprocess/compare/v6.0.0...v6.0.1) ##### Bug Fixes - deprecate default export in favor of named export ([#&#8203;641](https://github.com/sveltejs/svelte-preprocess/issues/641)) ([a43de10](https://github.com/sveltejs/svelte-preprocess/commit/a43de107846a5fe943b6d3910ac369e0dfca1ba1)), closes [#&#8203;591](https://github.com/sveltejs/svelte-preprocess/issues/591) ### [`v6.0.0`](https://github.com/sveltejs/svelte-preprocess/blob/HEAD/CHANGELOG.md#600-2024-06-12) [Compare Source](https://github.com/sveltejs/svelte-preprocess/compare/v5.1.4...v6.0.0) ##### BREAKING CHANGES - remove TS mixed imports support, require TS 5.0 or higher - remove `preserve` option as it's unnecessary - require Svelte 4+, Node 18+ - add exports map ##### Bug Fixes - adjust globalifySelector to not split selectors with parentheses. ([#&#8203;632](https://github.com/sveltejs/svelte-preprocess/issues/632)) ([c435ebd](https://github.com/sveltejs/svelte-preprocess/commit/c435ebd633b9b5d461e8256b748a9f6b28680965)), closes [#&#8203;501](https://github.com/sveltejs/svelte-preprocess/issues/501) - fix: allow TS filename to be undefined, fixes [#&#8203;488](https://github.com/sveltejs/svelte-preprocess/issues/488) - fix: adjust Svelte compiler type import - fix: remove pug types and magic-string from dependencies - chore: bump peer deps, fixes [#&#8203;553](https://github.com/sveltejs/svelte-preprocess/issues/553) #### [5.1.4](https://github.com/sveltejs/svelte-preprocess/compare/v5.1.3...v5.1.4) (2024-04-16) ##### Bug Fixes - remove pnpm version restriction ([#&#8203;629](https://github.com/sveltejs/svelte-preprocess/issues/629)) ([2713b82](https://github.com/sveltejs/svelte-preprocess/commit/2713b82d80cd6d40c1c12cebe31c4d25882bec13)) #### [5.1.3](https://github.com/sveltejs/svelte-preprocess/compare/v5.1.2...v5.1.3) (2023-12-18) ##### Bug Fixes - sass dependency list referencing source file in win32 ([#&#8203;621](https://github.com/sveltejs/svelte-preprocess/issues/621)) ([209312f](https://github.com/sveltejs/svelte-preprocess/commit/209312fe258fc1dc5eb6f0d81937c6962ca8bafc)) #### [5.1.2](https://github.com/sveltejs/svelte-preprocess/compare/v5.1.1...v5.1.2) (2023-12-12) - chore: mark postcss-load-config 5 as supported ([3b5b1f0](https://github.com/sveltejs/svelte-preprocess/commit/4ba875d1ab0e076e27509f33ba11c9b2f3b5b1f0)) #### [5.1.1](https://github.com/sveltejs/svelte-preprocess/compare/v5.1.0...v5.1.1) (2023-11-21) ##### Bug Fixes - force module(resolution) ([66d3cf9](https://github.com/sveltejs/svelte-preprocess/commit/66d3cf9a0cbc0eda84b98090bb8d9644b70eea00)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTkuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zOTkuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
renovate-bot added 1 commit 2024-06-12 12:31:08 +00:00
chore(deps): update dependency svelte-preprocess to v6
All checks were successful
continuous-integration/drone/push Build is passing
de6853b356
nemunaire merged commit c98ae939bf into master 2024-06-19 11:34:27 +00:00
nemunaire deleted branch renovate/svelte-preprocess-6.x 2024-06-19 11:34:30 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: nemunaire/reveil#148
No description provided.