harttle/liquidjs
### [`v10.4.0`](https://togithub.com/harttle/liquidjs/blob/HEAD/CHANGELOG.md#1040-httpsgithubcomharttleliquidjscomparev1033v1040-2023-01-02)
[Compare Source](https://togithub.com/harttle/liquidjs/compare/v10.3.3...v10.4.0)
##### Features
- support `not` operator, [#575](https://togithub.com/harttle/liquidjs/issues/575) ([3f21382](https://togithub.com/harttle/liquidjs/commit/3f21382d43cafa1e32162e58adabd22d5c3709ed))
- support calling `date` without format string, [#573](https://togithub.com/harttle/liquidjs/issues/573) ([aafaa0b](https://togithub.com/harttle/liquidjs/commit/aafaa0b4f9e84f466fbcc2cb2ae37fe8704c5272))
#### [10.3.3](https://togithub.com/harttle/liquidjs/compare/v10.3.2...v10.3.3) (2022-12-18)
##### Bug Fixes
- type compatible with v9 tag definition, support `Context` as scope in various render APIs, [#570](https://togithub.com/harttle/liquidjs/issues/570) ([fb6a9f8](https://togithub.com/harttle/liquidjs/commit/fb6a9f8717cd57522d53687da7e4718b28a7f68a))
#### [10.3.2](https://togithub.com/harttle/liquidjs/compare/v10.3.1...v10.3.2) (2022-12-13)
##### Bug Fixes
- re-export error classes, [#569](https://togithub.com/harttle/liquidjs/issues/569) ([2663ee1](https://togithub.com/harttle/liquidjs/commit/2663ee16a066c74cbd387fe40154fdeb2136f35a))
#### [10.3.1](https://togithub.com/harttle/liquidjs/compare/v10.3.0...v10.3.1) (2022-12-12)
##### Bug Fixes
- support `Context` as `evalValue` parameter, [#568](https://togithub.com/harttle/liquidjs/issues/568) ([0f4916b](https://togithub.com/harttle/liquidjs/commit/0f4916bc5a93f5e744e4246336c68f2e89774272))
### [`v10.3.3`](https://togithub.com/harttle/liquidjs/blob/HEAD/CHANGELOG.md#1033-httpsgithubcomharttleliquidjscomparev1032v1033-2022-12-18)
[Compare Source](https://togithub.com/harttle/liquidjs/compare/v10.3.2...v10.3.3)
##### Bug Fixes
- type compatible with v9 tag definition, support `Context` as scope in various render APIs, [#570](https://togithub.com/harttle/liquidjs/issues/570) ([fb6a9f8](https://togithub.com/harttle/liquidjs/commit/fb6a9f8717cd57522d53687da7e4718b28a7f68a))
### [`v10.3.2`](https://togithub.com/harttle/liquidjs/blob/HEAD/CHANGELOG.md#1032-httpsgithubcomharttleliquidjscomparev1031v1032-2022-12-13)
[Compare Source](https://togithub.com/harttle/liquidjs/compare/v10.3.1...v10.3.2)
##### Bug Fixes
- re-export error classes, [#569](https://togithub.com/harttle/liquidjs/issues/569) ([2663ee1](https://togithub.com/harttle/liquidjs/commit/2663ee16a066c74cbd387fe40154fdeb2136f35a))
### [`v10.3.1`](https://togithub.com/harttle/liquidjs/blob/HEAD/CHANGELOG.md#1031-httpsgithubcomharttleliquidjscomparev1030v1031-2022-12-12)
[Compare Source](https://togithub.com/harttle/liquidjs/compare/v10.3.0...v10.3.1)
##### Bug Fixes
- support `Context` as `evalValue` parameter, [#568](https://togithub.com/harttle/liquidjs/issues/568) ([0f4916b](https://togithub.com/harttle/liquidjs/commit/0f4916bc5a93f5e744e4246336c68f2e89774272))
### [`v10.3.0`](https://togithub.com/harttle/liquidjs/blob/HEAD/CHANGELOG.md#1030-httpsgithubcomharttleliquidjscomparev1020v1030-2022-12-11)
[Compare Source](https://togithub.com/harttle/liquidjs/compare/v10.2.0...v10.3.0)
##### Features
- support disable outputEscape for specific filters, [#565](https://togithub.com/harttle/liquidjs/issues/565) ([e6db371](https://togithub.com/harttle/liquidjs/commit/e6db371519f0fb3b0068347cfb2016aed386c8fa))
### [`v10.2.0`](https://togithub.com/harttle/liquidjs/blob/HEAD/CHANGELOG.md#1020-httpsgithubcomharttleliquidjscomparev1010v1020-2022-12-02)
[Compare Source](https://togithub.com/harttle/liquidjs/compare/v10.1.0...v10.2.0)
##### Bug Fixes
- `case` should render multiple `when` statements ([d17813e](https://togithub.com/harttle/liquidjs/commit/d17813ef5217264bd08f741b0e1f713bedf2d464))
##### Features
- add remove_last filter ([6c3f1c1](https://togithub.com/harttle/liquidjs/commit/6c3f1c1e0c0c5d30ef77eaf20df65e149e51e693))
- add replace_last filter ([b4d1e27](https://togithub.com/harttle/liquidjs/commit/b4d1e27420fcf36ae6d5dbc92cfe4a26299690f2))
### [`v10.1.0`](https://togithub.com/harttle/liquidjs/blob/HEAD/CHANGELOG.md#1010-httpsgithubcomharttleliquidjscomparev1000v1010-2022-11-29)
[Compare Source](https://togithub.com/harttle/liquidjs/compare/v10.0.0...v10.1.0)
##### Features
- timezone name for `opts.timezoneOffset` and `date` argument, fixes [#553](https://togithub.com/harttle/liquidjs/issues/553) ([89c6c76](https://togithub.com/harttle/liquidjs/commit/89c6c7676d40f23090472a28cbf2fb22f93daad3))
### [`v10.0.0`](https://togithub.com/harttle/liquidjs/blob/HEAD/CHANGELOG.md#1000-httpsgithubcomharttleliquidjscomparev9430v1000-2022-11-27)
[Compare Source](https://togithub.com/harttle/liquidjs/compare/v9.43.0...v10.0.0)
##### Code Refactoring
- rename filters to snake style, [#487](https://togithub.com/harttle/liquidjs/issues/487) ([ff112a4](https://togithub.com/harttle/liquidjs/commit/ff112a4750f91475e9eccdb301d7a468e895f6ca))
- `_evalToken` renamed to `evalToken` ([4e1a30a](https://togithub.com/harttle/liquidjs/commit/4e1a30a20c579408c87f2d28b9b6ec8e1dda65cc))
- change `ownPropertyOnly` default value to `true` ([7eb6216](https://togithub.com/harttle/liquidjs/commit/7eb621601c2b05d6e379e5ce42219f2b1f556208))
- delay creation of `operatorsTrie` and hide this implementation ([bb58d3e](https://togithub.com/harttle/liquidjs/commit/bb58d3e549dc5a5e067895ec4a0b3257b434f225))
- remove `toThenable` export ([ffefd91](https://togithub.com/harttle/liquidjs/commit/ffefd91fbc0195c589c8c34ae80f2017acfe557c))
- remove use of internal `Context` class in `evalValue` argument ([b115077](https://togithub.com/harttle/liquidjs/commit/b115077e122a7b90e7972d58174d68aea8edd7bf))
##### Performance Improvements
- target Node.js 14 for cjs bundle (main entry) ([1f6ce7c](https://togithub.com/harttle/liquidjs/commit/1f6ce7c8224123cea318d1aa6c12aa091d6e0518))
##### BREAKING CHANGES
- `evalToken` now returns a generator (LiquidJS async), which is different from `evalToken` in previous LiquidJS versions.
- main entry need Node.js>=14 to run, you can build LiquidJS by your own by using ESM entry.
- `ownPropertyOnly` default value changed to `true`
- `.toThenable` is removed, use `.toPromise` instead
- `evalValue` won't support `Context` as second argument anymore.
- use `operators` instead of `operatorsTrie` as Tokenizer constructor argument, [#500](https://togithub.com/harttle/liquidjs/issues/500)
- keys in `.filters` are now in snake case (instead of camel case), identical to that in Liquid template.
sveltejs/svelte-preprocess
### [`v5.0.1`](https://togithub.com/sveltejs/svelte-preprocess/blob/HEAD/CHANGELOG.md#501-httpsgithubcomsveltejssvelte-preprocesscomparev500v501-2023-01-20)
[Compare Source](https://togithub.com/sveltejs/svelte-preprocess/compare/v5.0.0...v5.0.1)
##### Bug Fixes
- ๐ bump sorcery ([278de4f](https://togithub.com/sveltejs/svelte-preprocess/commit/278de4ff2fb0d94dcee21f08fdb65207c2fcc9d1))
### [`v5.0.0`](https://togithub.com/sveltejs/svelte-preprocess/blob/HEAD/CHANGELOG.md#500-httpsgithubcomsveltejssvelte-preprocesscomparev4105v500-2022-12-10)
[Compare Source](https://togithub.com/sveltejs/svelte-preprocess/compare/78a0c5571e9271eb1a0881725b4d2ebbfbdcdaf4...v5.0.0)
##### Bug Fixes
- ๐ add sugarss v3 and v4 as supported ([3f2687b](https://togithub.com/sveltejs/svelte-preprocess/commit/3f2687bc2c3036c96a95a0d491a9491f18e5c28f))
- ๐ remove support for 'type' attribute ([07bc8aa](https://togithub.com/sveltejs/svelte-preprocess/commit/07bc8aae571300413c52af05554b08451d338443))
- ๐ remove support for custom default languages ([3d60856](https://togithub.com/sveltejs/svelte-preprocess/commit/3d6085611120895b5527f4e17868105d6ec81c4d))
- ๐ map .sss as .css to support sugarss extension ([2c0bd45](https://togithub.com/sveltejs/svelte-preprocess/commit/2c0bd4561fc3dd53ff525509925bcc9c5f7b436b))
##### Performance Improvements
- โก๏ธ remove support for deprecated node-sass ([a617fe1](https://togithub.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://togithub.com/sveltejs/svelte-preprocess/compare/v4.10.5...v4.10.7) (2022-06-04)
##### Bug Fixes
- add pug const mixin ([#518](https://togithub.com/sveltejs/svelte-preprocess/issues/518)) ([0551a9b](https://togithub.com/sveltejs/svelte-preprocess/commit/0551a9b557ee18bb05a3e9021a8c9aa1f7b8c665)), closes [#467](https://togithub.com/sveltejs/svelte-preprocess/issues/467)
- paths in postcss sourcemap sources array ([#500](https://togithub.com/sveltejs/svelte-preprocess/issues/500)) ([2027375](https://togithub.com/sveltejs/svelte-preprocess/commit/2027375969255d11708340ee40eb2e3ded7ddb35))
- preserve `[@font-face](https://togithub.com/font-face)` inside `:global` block ([#486](https://togithub.com/sveltejs/svelte-preprocess/issues/486)) ([8064473](https://togithub.com/sveltejs/svelte-preprocess/commit/8064473ae107f6e2d34eb9590e4befa70ce4618c)), closes [#236](https://togithub.com/sveltejs/svelte-preprocess/issues/236)
- stylus - handle relative sourcemap sources([#513](https://togithub.com/sveltejs/svelte-preprocess/issues/513)) ([77bd3bf](https://togithub.com/sveltejs/svelte-preprocess/commit/77bd3bf69554afbc45d6f1e34a4eb5abf398a933))
#### [4.10.6](https://togithub.com/sveltejs/svelte-preprocess/compare/v4.10.5...v4.10.6) (2022-04-13)
##### Bug Fixes
- paths in postcss sourcemap sources array ([#500](https://togithub.com/sveltejs/svelte-preprocess/issues/500)) ([2027375](https://togithub.com/sveltejs/svelte-preprocess/commit/2027375969255d11708340ee40eb2e3ded7ddb35))
- preserve `[@font-face](https://togithub.com/font-face)` inside `:global` block ([#486](https://togithub.com/sveltejs/svelte-preprocess/issues/486)) ([8064473](https://togithub.com/sveltejs/svelte-preprocess/commit/8064473ae107f6e2d34eb9590e4befa70ce4618c)), closes [#236](https://togithub.com/sveltejs/svelte-preprocess/issues/236)
#### [4.10.5](https://togithub.com/sveltejs/svelte-preprocess/compare/v4.10.4...v4.10.5) (2022-04-04)
##### Bug Fixes
- always use absolute paths for less imports ([#495](https://togithub.com/sveltejs/svelte-preprocess/issues/495)) ([#496](https://togithub.com/sveltejs/svelte-preprocess/issues/496)) ([be0fda4](https://togithub.com/sveltejs/svelte-preprocess/commit/be0fda4ddbe95040221ff248ccbb492fb5555334))
#### [4.10.4](https://togithub.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 ([#487](https://togithub.com/sveltejs/svelte-preprocess/issues/487)) ([80d87ed](https://togithub.com/sveltejs/svelte-preprocess/commit/80d87edac4723401db47d06ed03bb6cd388c21d9))
#### [4.10.3](https://togithub.com/sveltejs/svelte-preprocess/compare/v4.10.2...v4.10.3) (2022-02-09)
##### Bug Fixes
- add # and numbers to ts store regex ([#473](https://togithub.com/sveltejs/svelte-preprocess/issues/473)) ([881f3c9](https://togithub.com/sveltejs/svelte-preprocess/commit/881f3c9ad6118fb66b560494a67042944567e0ec)), closes [#466](https://togithub.com/sveltejs/svelte-preprocess/issues/466)
- adjust typescript peer dep ([#479](https://togithub.com/sveltejs/svelte-preprocess/issues/479)) ([68fae2c](https://togithub.com/sveltejs/svelte-preprocess/commit/68fae2c56fb3e22ff21f12c9aab74b42ad4f7bb8))
#### [4.10.2](https://togithub.com/sveltejs/svelte-preprocess/compare/v4.10.1...v4.10.2) (2022-01-17)
##### Bug Fixes
- accept less v4 as peer dep ([#455](https://togithub.com/sveltejs/svelte-preprocess/issues/455)) ([fbc484a](https://togithub.com/sveltejs/svelte-preprocess/commit/fbc484a6d0394928c1318b70dfe007fed1d9fdac))
- better pug error message ([#448](https://togithub.com/sveltejs/svelte-preprocess/issues/448)) ([a239e82](https://togithub.com/sveltejs/svelte-preprocess/commit/a239e829295bde5f62383697266cefe7767dd0e2)), closes [#447](https://togithub.com/sveltejs/svelte-preprocess/issues/447)
- provide caller information to Babel ([#449](https://togithub.com/sveltejs/svelte-preprocess/issues/449)) ([51007ab](https://togithub.com/sveltejs/svelte-preprocess/commit/51007abf946ffdd1d407c6bcf86439d38e113626))
- ts preprocessor - consider store suffixed with number ([#461](https://togithub.com/sveltejs/svelte-preprocess/issues/461)) ([a7a94cf](https://togithub.com/sveltejs/svelte-preprocess/commit/a7a94cfb29f6ea85cfafd1afa2c61363f72cb4b3)), closes [sveltejs/svelte#7120](https://togithub.com/sveltejs/svelte/issues/7120)
#### [4.10.1](https://togithub.com/sveltejs/svelte-preprocess/compare/v4.10.0...v4.10.1) (2021-12-17)
##### Bug Fixes
- adjust store regex ([#441](https://togithub.com/sveltejs/svelte-preprocess/issues/441)) ([85a86c8](https://togithub.com/sveltejs/svelte-preprocess/commit/85a86c86513f98c2b02f2d314a18b0e68378c8f6)), closes [#433](https://togithub.com/sveltejs/svelte-preprocess/issues/433)
- generate high resolution source map ([#443](https://togithub.com/sveltejs/svelte-preprocess/issues/443)) ([57012ba](https://togithub.com/sveltejs/svelte-preprocess/commit/57012ba9f87abfec99f061196fb955da4ccfa384))
Configuration
๐ Schedule: Branch creation - "every 1 month on the first day of the month before 7am" in timezone America/Los_Angeles, 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.
๐ป Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
9.43.0
->10.4.0
4.10.7
->5.0.1
Release Notes
harttle/liquidjs
### [`v10.4.0`](https://togithub.com/harttle/liquidjs/blob/HEAD/CHANGELOG.md#1040-httpsgithubcomharttleliquidjscomparev1033v1040-2023-01-02) [Compare Source](https://togithub.com/harttle/liquidjs/compare/v10.3.3...v10.4.0) ##### Features - support `not` operator, [#575](https://togithub.com/harttle/liquidjs/issues/575) ([3f21382](https://togithub.com/harttle/liquidjs/commit/3f21382d43cafa1e32162e58adabd22d5c3709ed)) - support calling `date` without format string, [#573](https://togithub.com/harttle/liquidjs/issues/573) ([aafaa0b](https://togithub.com/harttle/liquidjs/commit/aafaa0b4f9e84f466fbcc2cb2ae37fe8704c5272)) #### [10.3.3](https://togithub.com/harttle/liquidjs/compare/v10.3.2...v10.3.3) (2022-12-18) ##### Bug Fixes - type compatible with v9 tag definition, support `Context` as scope in various render APIs, [#570](https://togithub.com/harttle/liquidjs/issues/570) ([fb6a9f8](https://togithub.com/harttle/liquidjs/commit/fb6a9f8717cd57522d53687da7e4718b28a7f68a)) #### [10.3.2](https://togithub.com/harttle/liquidjs/compare/v10.3.1...v10.3.2) (2022-12-13) ##### Bug Fixes - re-export error classes, [#569](https://togithub.com/harttle/liquidjs/issues/569) ([2663ee1](https://togithub.com/harttle/liquidjs/commit/2663ee16a066c74cbd387fe40154fdeb2136f35a)) #### [10.3.1](https://togithub.com/harttle/liquidjs/compare/v10.3.0...v10.3.1) (2022-12-12) ##### Bug Fixes - support `Context` as `evalValue` parameter, [#568](https://togithub.com/harttle/liquidjs/issues/568) ([0f4916b](https://togithub.com/harttle/liquidjs/commit/0f4916bc5a93f5e744e4246336c68f2e89774272)) ### [`v10.3.3`](https://togithub.com/harttle/liquidjs/blob/HEAD/CHANGELOG.md#1033-httpsgithubcomharttleliquidjscomparev1032v1033-2022-12-18) [Compare Source](https://togithub.com/harttle/liquidjs/compare/v10.3.2...v10.3.3) ##### Bug Fixes - type compatible with v9 tag definition, support `Context` as scope in various render APIs, [#570](https://togithub.com/harttle/liquidjs/issues/570) ([fb6a9f8](https://togithub.com/harttle/liquidjs/commit/fb6a9f8717cd57522d53687da7e4718b28a7f68a)) ### [`v10.3.2`](https://togithub.com/harttle/liquidjs/blob/HEAD/CHANGELOG.md#1032-httpsgithubcomharttleliquidjscomparev1031v1032-2022-12-13) [Compare Source](https://togithub.com/harttle/liquidjs/compare/v10.3.1...v10.3.2) ##### Bug Fixes - re-export error classes, [#569](https://togithub.com/harttle/liquidjs/issues/569) ([2663ee1](https://togithub.com/harttle/liquidjs/commit/2663ee16a066c74cbd387fe40154fdeb2136f35a)) ### [`v10.3.1`](https://togithub.com/harttle/liquidjs/blob/HEAD/CHANGELOG.md#1031-httpsgithubcomharttleliquidjscomparev1030v1031-2022-12-12) [Compare Source](https://togithub.com/harttle/liquidjs/compare/v10.3.0...v10.3.1) ##### Bug Fixes - support `Context` as `evalValue` parameter, [#568](https://togithub.com/harttle/liquidjs/issues/568) ([0f4916b](https://togithub.com/harttle/liquidjs/commit/0f4916bc5a93f5e744e4246336c68f2e89774272)) ### [`v10.3.0`](https://togithub.com/harttle/liquidjs/blob/HEAD/CHANGELOG.md#1030-httpsgithubcomharttleliquidjscomparev1020v1030-2022-12-11) [Compare Source](https://togithub.com/harttle/liquidjs/compare/v10.2.0...v10.3.0) ##### Features - support disable outputEscape for specific filters, [#565](https://togithub.com/harttle/liquidjs/issues/565) ([e6db371](https://togithub.com/harttle/liquidjs/commit/e6db371519f0fb3b0068347cfb2016aed386c8fa)) ### [`v10.2.0`](https://togithub.com/harttle/liquidjs/blob/HEAD/CHANGELOG.md#1020-httpsgithubcomharttleliquidjscomparev1010v1020-2022-12-02) [Compare Source](https://togithub.com/harttle/liquidjs/compare/v10.1.0...v10.2.0) ##### Bug Fixes - `case` should render multiple `when` statements ([d17813e](https://togithub.com/harttle/liquidjs/commit/d17813ef5217264bd08f741b0e1f713bedf2d464)) ##### Features - add remove_last filter ([6c3f1c1](https://togithub.com/harttle/liquidjs/commit/6c3f1c1e0c0c5d30ef77eaf20df65e149e51e693)) - add replace_last filter ([b4d1e27](https://togithub.com/harttle/liquidjs/commit/b4d1e27420fcf36ae6d5dbc92cfe4a26299690f2)) ### [`v10.1.0`](https://togithub.com/harttle/liquidjs/blob/HEAD/CHANGELOG.md#1010-httpsgithubcomharttleliquidjscomparev1000v1010-2022-11-29) [Compare Source](https://togithub.com/harttle/liquidjs/compare/v10.0.0...v10.1.0) ##### Features - timezone name for `opts.timezoneOffset` and `date` argument, fixes [#553](https://togithub.com/harttle/liquidjs/issues/553) ([89c6c76](https://togithub.com/harttle/liquidjs/commit/89c6c7676d40f23090472a28cbf2fb22f93daad3)) ### [`v10.0.0`](https://togithub.com/harttle/liquidjs/blob/HEAD/CHANGELOG.md#1000-httpsgithubcomharttleliquidjscomparev9430v1000-2022-11-27) [Compare Source](https://togithub.com/harttle/liquidjs/compare/v9.43.0...v10.0.0) ##### Code Refactoring - rename filters to snake style, [#487](https://togithub.com/harttle/liquidjs/issues/487) ([ff112a4](https://togithub.com/harttle/liquidjs/commit/ff112a4750f91475e9eccdb301d7a468e895f6ca)) - `_evalToken` renamed to `evalToken` ([4e1a30a](https://togithub.com/harttle/liquidjs/commit/4e1a30a20c579408c87f2d28b9b6ec8e1dda65cc)) - change `ownPropertyOnly` default value to `true` ([7eb6216](https://togithub.com/harttle/liquidjs/commit/7eb621601c2b05d6e379e5ce42219f2b1f556208)) - delay creation of `operatorsTrie` and hide this implementation ([bb58d3e](https://togithub.com/harttle/liquidjs/commit/bb58d3e549dc5a5e067895ec4a0b3257b434f225)) - remove `toThenable` export ([ffefd91](https://togithub.com/harttle/liquidjs/commit/ffefd91fbc0195c589c8c34ae80f2017acfe557c)) - remove use of internal `Context` class in `evalValue` argument ([b115077](https://togithub.com/harttle/liquidjs/commit/b115077e122a7b90e7972d58174d68aea8edd7bf)) ##### Performance Improvements - target Node.js 14 for cjs bundle (main entry) ([1f6ce7c](https://togithub.com/harttle/liquidjs/commit/1f6ce7c8224123cea318d1aa6c12aa091d6e0518)) ##### BREAKING CHANGES - `evalToken` now returns a generator (LiquidJS async), which is different from `evalToken` in previous LiquidJS versions. - main entry need Node.js>=14 to run, you can build LiquidJS by your own by using ESM entry. - `ownPropertyOnly` default value changed to `true` - `sveltejs/svelte-preprocess
### [`v5.0.1`](https://togithub.com/sveltejs/svelte-preprocess/blob/HEAD/CHANGELOG.md#501-httpsgithubcomsveltejssvelte-preprocesscomparev500v501-2023-01-20) [Compare Source](https://togithub.com/sveltejs/svelte-preprocess/compare/v5.0.0...v5.0.1) ##### Bug Fixes - ๐ bump sorcery ([278de4f](https://togithub.com/sveltejs/svelte-preprocess/commit/278de4ff2fb0d94dcee21f08fdb65207c2fcc9d1)) ### [`v5.0.0`](https://togithub.com/sveltejs/svelte-preprocess/blob/HEAD/CHANGELOG.md#500-httpsgithubcomsveltejssvelte-preprocesscomparev4105v500-2022-12-10) [Compare Source](https://togithub.com/sveltejs/svelte-preprocess/compare/78a0c5571e9271eb1a0881725b4d2ebbfbdcdaf4...v5.0.0) ##### Bug Fixes - ๐ add sugarss v3 and v4 as supported ([3f2687b](https://togithub.com/sveltejs/svelte-preprocess/commit/3f2687bc2c3036c96a95a0d491a9491f18e5c28f)) - ๐ remove support for 'type' attribute ([07bc8aa](https://togithub.com/sveltejs/svelte-preprocess/commit/07bc8aae571300413c52af05554b08451d338443)) - ๐ remove support for custom default languages ([3d60856](https://togithub.com/sveltejs/svelte-preprocess/commit/3d6085611120895b5527f4e17868105d6ec81c4d)) - ๐ map .sss as .css to support sugarss extension ([2c0bd45](https://togithub.com/sveltejs/svelte-preprocess/commit/2c0bd4561fc3dd53ff525509925bcc9c5f7b436b)) ##### Performance Improvements - โก๏ธ remove support for deprecated node-sass ([a617fe1](https://togithub.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://togithub.com/sveltejs/svelte-preprocess/compare/v4.10.5...v4.10.7) (2022-06-04) ##### Bug Fixes - add pug const mixin ([#518](https://togithub.com/sveltejs/svelte-preprocess/issues/518)) ([0551a9b](https://togithub.com/sveltejs/svelte-preprocess/commit/0551a9b557ee18bb05a3e9021a8c9aa1f7b8c665)), closes [#467](https://togithub.com/sveltejs/svelte-preprocess/issues/467) - paths in postcss sourcemap sources array ([#500](https://togithub.com/sveltejs/svelte-preprocess/issues/500)) ([2027375](https://togithub.com/sveltejs/svelte-preprocess/commit/2027375969255d11708340ee40eb2e3ded7ddb35)) - preserve `[@font-face](https://togithub.com/font-face)` inside `:global` block ([#486](https://togithub.com/sveltejs/svelte-preprocess/issues/486)) ([8064473](https://togithub.com/sveltejs/svelte-preprocess/commit/8064473ae107f6e2d34eb9590e4befa70ce4618c)), closes [#236](https://togithub.com/sveltejs/svelte-preprocess/issues/236) - stylus - handle relative sourcemap sources([#513](https://togithub.com/sveltejs/svelte-preprocess/issues/513)) ([77bd3bf](https://togithub.com/sveltejs/svelte-preprocess/commit/77bd3bf69554afbc45d6f1e34a4eb5abf398a933)) #### [4.10.6](https://togithub.com/sveltejs/svelte-preprocess/compare/v4.10.5...v4.10.6) (2022-04-13) ##### Bug Fixes - paths in postcss sourcemap sources array ([#500](https://togithub.com/sveltejs/svelte-preprocess/issues/500)) ([2027375](https://togithub.com/sveltejs/svelte-preprocess/commit/2027375969255d11708340ee40eb2e3ded7ddb35)) - preserve `[@font-face](https://togithub.com/font-face)` inside `:global` block ([#486](https://togithub.com/sveltejs/svelte-preprocess/issues/486)) ([8064473](https://togithub.com/sveltejs/svelte-preprocess/commit/8064473ae107f6e2d34eb9590e4befa70ce4618c)), closes [#236](https://togithub.com/sveltejs/svelte-preprocess/issues/236) #### [4.10.5](https://togithub.com/sveltejs/svelte-preprocess/compare/v4.10.4...v4.10.5) (2022-04-04) ##### Bug Fixes - always use absolute paths for less imports ([#495](https://togithub.com/sveltejs/svelte-preprocess/issues/495)) ([#496](https://togithub.com/sveltejs/svelte-preprocess/issues/496)) ([be0fda4](https://togithub.com/sveltejs/svelte-preprocess/commit/be0fda4ddbe95040221ff248ccbb492fb5555334)) #### [4.10.4](https://togithub.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 ([#487](https://togithub.com/sveltejs/svelte-preprocess/issues/487)) ([80d87ed](https://togithub.com/sveltejs/svelte-preprocess/commit/80d87edac4723401db47d06ed03bb6cd388c21d9)) #### [4.10.3](https://togithub.com/sveltejs/svelte-preprocess/compare/v4.10.2...v4.10.3) (2022-02-09) ##### Bug Fixes - add # and numbers to ts store regex ([#473](https://togithub.com/sveltejs/svelte-preprocess/issues/473)) ([881f3c9](https://togithub.com/sveltejs/svelte-preprocess/commit/881f3c9ad6118fb66b560494a67042944567e0ec)), closes [#466](https://togithub.com/sveltejs/svelte-preprocess/issues/466) - adjust typescript peer dep ([#479](https://togithub.com/sveltejs/svelte-preprocess/issues/479)) ([68fae2c](https://togithub.com/sveltejs/svelte-preprocess/commit/68fae2c56fb3e22ff21f12c9aab74b42ad4f7bb8)) #### [4.10.2](https://togithub.com/sveltejs/svelte-preprocess/compare/v4.10.1...v4.10.2) (2022-01-17) ##### Bug Fixes - accept less v4 as peer dep ([#455](https://togithub.com/sveltejs/svelte-preprocess/issues/455)) ([fbc484a](https://togithub.com/sveltejs/svelte-preprocess/commit/fbc484a6d0394928c1318b70dfe007fed1d9fdac)) - better pug error message ([#448](https://togithub.com/sveltejs/svelte-preprocess/issues/448)) ([a239e82](https://togithub.com/sveltejs/svelte-preprocess/commit/a239e829295bde5f62383697266cefe7767dd0e2)), closes [#447](https://togithub.com/sveltejs/svelte-preprocess/issues/447) - provide caller information to Babel ([#449](https://togithub.com/sveltejs/svelte-preprocess/issues/449)) ([51007ab](https://togithub.com/sveltejs/svelte-preprocess/commit/51007abf946ffdd1d407c6bcf86439d38e113626)) - ts preprocessor - consider store suffixed with number ([#461](https://togithub.com/sveltejs/svelte-preprocess/issues/461)) ([a7a94cf](https://togithub.com/sveltejs/svelte-preprocess/commit/a7a94cfb29f6ea85cfafd1afa2c61363f72cb4b3)), closes [sveltejs/svelte#7120](https://togithub.com/sveltejs/svelte/issues/7120) #### [4.10.1](https://togithub.com/sveltejs/svelte-preprocess/compare/v4.10.0...v4.10.1) (2021-12-17) ##### Bug Fixes - adjust store regex ([#441](https://togithub.com/sveltejs/svelte-preprocess/issues/441)) ([85a86c8](https://togithub.com/sveltejs/svelte-preprocess/commit/85a86c86513f98c2b02f2d314a18b0e68378c8f6)), closes [#433](https://togithub.com/sveltejs/svelte-preprocess/issues/433) - generate high resolution source map ([#443](https://togithub.com/sveltejs/svelte-preprocess/issues/443)) ([57012ba](https://togithub.com/sveltejs/svelte-preprocess/commit/57012ba9f87abfec99f061196fb955da4ccfa384))Configuration
๐ Schedule: Branch creation - "every 1 month on the first day of the month before 7am" in timezone America/Los_Angeles, 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.
๐ป Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.