chore(deps): update dependency svelte-preprocess to v5 #42

Merged
nemunaire merged 1 commits from renovate/svelte-preprocess-5.x into master 2022-12-11 22:18:22 +00:00
Contributor

This PR contains the following updates:

Package Type Update Change
svelte-preprocess devDependencies major ^4.10.6 -> ^5.0.0

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the logs for more information.


Release Notes

sveltejs/svelte-preprocess

v5.0.0

Compare Source

Bug Fixes
  • 🐛 add sugarss v3 and v4 as supported (3f2687b)
  • 🐛 remove support for 'type' attribute (07bc8aa)
  • 🐛 remove support for custom default languages (3d60856)
  • 🐛 map .sss as .css to support sugarss extension (2c0bd45)
Performance Improvements
  • ️ remove support for deprecated node-sass (a617fe1)
BREAKING CHANGES
  • 🧨 Languages must be explicitly defined via the lang attribute.
  • 🧨 Minimum node version was bumped from 9 to 14
  • 🧨 Cannot use "type" attribute to identify the language of a style or
    script tag anymore. Use lang instead
  • 🧨 node-sass is not supported anymore. Use sass instead
  • minimum node version changed to v14

4.10.7 (2022-06-04)

Bug Fixes

4.10.6 (2022-04-13)

Bug Fixes

4.10.5 (2022-04-04)

Bug Fixes

4.10.4 (2022-02-23)

Bug Fixes
  • only try to load external files with relative paths (#​487) (80d87ed)

4.10.3 (2022-02-09)

Bug Fixes

4.10.2 (2022-01-17)

Bug Fixes

4.10.1 (2021-12-17)

Bug Fixes

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 | Type | Update | Change | |---|---|---|---| | [svelte-preprocess](https://github.com/sveltejs/svelte-preprocess) | devDependencies | major | [`^4.10.6` -> `^5.0.0`](https://renovatebot.com/diffs/npm/svelte-preprocess/4.10.7/5.0.0) | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the logs for more information. --- ### Release Notes <details> <summary>sveltejs/svelte-preprocess</summary> ### [`v5.0.0`](https://github.com/sveltejs/svelte-preprocess/blob/HEAD/CHANGELOG.md#&#8203;500-httpsgithubcomsveltejssvelte-preprocesscomparev4105v500-2022-12-10) [Compare Source](https://github.com/sveltejs/svelte-preprocess/compare/78a0c5571e9271eb1a0881725b4d2ebbfbdcdaf4...v5.0.0) ##### Bug Fixes - 🐛 add sugarss v3 and v4 as supported ([3f2687b](https://github.com/sveltejs/svelte-preprocess/commit/3f2687bc2c3036c96a95a0d491a9491f18e5c28f)) - 🐛 remove support for 'type' attribute ([07bc8aa](https://github.com/sveltejs/svelte-preprocess/commit/07bc8aae571300413c52af05554b08451d338443)) - 🐛 remove support for custom default languages ([3d60856](https://github.com/sveltejs/svelte-preprocess/commit/3d6085611120895b5527f4e17868105d6ec81c4d)) - 🐛 map .sss as .css to support sugarss extension ([2c0bd45](https://github.com/sveltejs/svelte-preprocess/commit/2c0bd4561fc3dd53ff525509925bcc9c5f7b436b)) ##### Performance Improvements - ⚡️ remove support for deprecated node-sass ([a617fe1](https://github.com/sveltejs/svelte-preprocess/commit/a617fe13b0922188346775475325ab8af83c56f7)) ##### BREAKING CHANGES - 🧨 Languages must be explicitly defined via the lang attribute. - 🧨 Minimum node version was bumped from 9 to 14 - 🧨 Cannot use "type" attribute to identify the language of a style or script tag anymore. Use `lang` instead - 🧨 node-sass is not supported anymore. Use `sass` instead - minimum node version changed to v14 #### [4.10.7](https://github.com/sveltejs/svelte-preprocess/compare/v4.10.5...v4.10.7) (2022-06-04) ##### Bug Fixes - add pug const mixin ([#&#8203;518](https://github.com/sveltejs/svelte-preprocess/issues/518)) ([0551a9b](https://github.com/sveltejs/svelte-preprocess/commit/0551a9b557ee18bb05a3e9021a8c9aa1f7b8c665)), closes [#&#8203;467](https://github.com/sveltejs/svelte-preprocess/issues/467) - paths in postcss sourcemap sources array ([#&#8203;500](https://github.com/sveltejs/svelte-preprocess/issues/500)) ([2027375](https://github.com/sveltejs/svelte-preprocess/commit/2027375969255d11708340ee40eb2e3ded7ddb35)) - preserve `[@font-face](https://github.com/font-face)` inside `:global` block ([#&#8203;486](https://github.com/sveltejs/svelte-preprocess/issues/486)) ([8064473](https://github.com/sveltejs/svelte-preprocess/commit/8064473ae107f6e2d34eb9590e4befa70ce4618c)), closes [#&#8203;236](https://github.com/sveltejs/svelte-preprocess/issues/236) - stylus - handle relative sourcemap sources([#&#8203;513](https://github.com/sveltejs/svelte-preprocess/issues/513)) ([77bd3bf](https://github.com/sveltejs/svelte-preprocess/commit/77bd3bf69554afbc45d6f1e34a4eb5abf398a933)) #### [4.10.6](https://github.com/sveltejs/svelte-preprocess/compare/v4.10.5...v4.10.6) (2022-04-13) ##### Bug Fixes - paths in postcss sourcemap sources array ([#&#8203;500](https://github.com/sveltejs/svelte-preprocess/issues/500)) ([2027375](https://github.com/sveltejs/svelte-preprocess/commit/2027375969255d11708340ee40eb2e3ded7ddb35)) - preserve `[@font-face](https://github.com/font-face)` inside `:global` block ([#&#8203;486](https://github.com/sveltejs/svelte-preprocess/issues/486)) ([8064473](https://github.com/sveltejs/svelte-preprocess/commit/8064473ae107f6e2d34eb9590e4befa70ce4618c)), closes [#&#8203;236](https://github.com/sveltejs/svelte-preprocess/issues/236) #### [4.10.5](https://github.com/sveltejs/svelte-preprocess/compare/v4.10.4...v4.10.5) (2022-04-04) ##### Bug Fixes - always use absolute paths for less imports ([#&#8203;495](https://github.com/sveltejs/svelte-preprocess/issues/495)) ([#&#8203;496](https://github.com/sveltejs/svelte-preprocess/issues/496)) ([be0fda4](https://github.com/sveltejs/svelte-preprocess/commit/be0fda4ddbe95040221ff248ccbb492fb5555334)) #### [4.10.4](https://github.com/sveltejs/svelte-preprocess/compare/v4.10.3...v4.10.4) (2022-02-23) ##### Bug Fixes - only try to load external files with relative paths ([#&#8203;487](https://github.com/sveltejs/svelte-preprocess/issues/487)) ([80d87ed](https://github.com/sveltejs/svelte-preprocess/commit/80d87edac4723401db47d06ed03bb6cd388c21d9)) #### [4.10.3](https://github.com/sveltejs/svelte-preprocess/compare/v4.10.2...v4.10.3) (2022-02-09) ##### Bug Fixes - add # and numbers to ts store regex ([#&#8203;473](https://github.com/sveltejs/svelte-preprocess/issues/473)) ([881f3c9](https://github.com/sveltejs/svelte-preprocess/commit/881f3c9ad6118fb66b560494a67042944567e0ec)), closes [#&#8203;466](https://github.com/sveltejs/svelte-preprocess/issues/466) - adjust typescript peer dep ([#&#8203;479](https://github.com/sveltejs/svelte-preprocess/issues/479)) ([68fae2c](https://github.com/sveltejs/svelte-preprocess/commit/68fae2c56fb3e22ff21f12c9aab74b42ad4f7bb8)) #### [4.10.2](https://github.com/sveltejs/svelte-preprocess/compare/v4.10.1...v4.10.2) (2022-01-17) ##### Bug Fixes - accept less v4 as peer dep ([#&#8203;455](https://github.com/sveltejs/svelte-preprocess/issues/455)) ([fbc484a](https://github.com/sveltejs/svelte-preprocess/commit/fbc484a6d0394928c1318b70dfe007fed1d9fdac)) - better pug error message ([#&#8203;448](https://github.com/sveltejs/svelte-preprocess/issues/448)) ([a239e82](https://github.com/sveltejs/svelte-preprocess/commit/a239e829295bde5f62383697266cefe7767dd0e2)), closes [#&#8203;447](https://github.com/sveltejs/svelte-preprocess/issues/447) - provide caller information to Babel ([#&#8203;449](https://github.com/sveltejs/svelte-preprocess/issues/449)) ([51007ab](https://github.com/sveltejs/svelte-preprocess/commit/51007abf946ffdd1d407c6bcf86439d38e113626)) - ts preprocessor - consider store suffixed with number ([#&#8203;461](https://github.com/sveltejs/svelte-preprocess/issues/461)) ([a7a94cf](https://github.com/sveltejs/svelte-preprocess/commit/a7a94cfb29f6ea85cfafd1afa2c61363f72cb4b3)), closes [sveltejs/svelte#&#8203;7120](https://github.com/sveltejs/svelte/issues/7120) #### [4.10.1](https://github.com/sveltejs/svelte-preprocess/compare/v4.10.0...v4.10.1) (2021-12-17) ##### Bug Fixes - adjust store regex ([#&#8203;441](https://github.com/sveltejs/svelte-preprocess/issues/441)) ([85a86c8](https://github.com/sveltejs/svelte-preprocess/commit/85a86c86513f98c2b02f2d314a18b0e68378c8f6)), closes [#&#8203;433](https://github.com/sveltejs/svelte-preprocess/issues/433) - generate high resolution source map ([#&#8203;443](https://github.com/sveltejs/svelte-preprocess/issues/443)) ([57012ba](https://github.com/sveltejs/svelte-preprocess/commit/57012ba9f87abfec99f061196fb955da4ccfa384)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC41MS4wIiwidXBkYXRlZEluVmVyIjoiMzQuNTEuMCJ9-->
renovate-bot added 1 commit 2022-12-10 15:06:40 +00:00
chore(deps): update dependency svelte-preprocess to v5
All checks were successful
continuous-integration/drone/push Build is passing
8461e156b6
nemunaire merged commit 6d9cbdf048 into master 2022-12-11 22:18:22 +00:00
nemunaire deleted branch renovate/svelte-preprocess-5.x 2022-12-11 22:18:23 +00:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
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: teach/atsebay.t#42
No description provided.