Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update svelte-preprocess to 6.0.3 #176

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

chii-bot[bot]
Copy link
Contributor

@chii-bot chii-bot bot commented Jun 12, 2024

This PR contains the following updates:

Package Type Update Change
svelte-preprocess devDependencies major 4.10.7 -> 6.0.3

Release Notes

sveltejs/svelte-preprocess (svelte-preprocess)

v6.0.3

Compare Source

Bug Fixes

v6.0.2

Compare Source

Bug Fixes

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)

v5.1.4

Compare Source

Bug Fixes

v5.1.3

Compare Source

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

v5.1.2

Compare Source

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

v5.1.1

Compare Source

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

v5.1.0

Bug Fixes
Features
  • add experimental support for Svelte 5 (923f437)

5.0.4 (2023-05-26)

Bug Fixes
  • spell. "identation" → "indentation " (#​598) (aa86f0b)
  • mark as ready for Svelte 4

5.0.3 (2023-03-17)

Bug Fixes

5.0.2 (2023-03-14)

Bug Fixes

5.0.1 (2023-01-20)

Bug Fixes

v5.0.4

Bug Fixes
  • spell. "identation" → "indentation " (#​598) (aa86f0b)
  • mark as ready for Svelte 4

v5.0.3

Compare Source

Bug Fixes

v5.0.2

Compare Source

Bug Fixes

v5.0.1

Compare Source

Bug Fixes

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.

@chii-bot
Copy link
Contributor Author

chii-bot bot commented Jun 12, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: frontend/package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: hajimari@0.3.0
npm ERR! Found: svelte@3.50.1
npm ERR! node_modules/svelte
npm ERR!   dev svelte@"3.50.1" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer svelte@"^4.0.0 || ^5.0.0-next.100 || ^5.0.0" from svelte-preprocess@6.0.3
npm ERR! node_modules/svelte-preprocess
npm ERR!   dev svelte-preprocess@"6.0.3" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-09-26T12_45_14_852Z-debug-0.log

@chii-bot chii-bot bot requested a review from toboshii as a code owner June 12, 2024 14:19
@chii-bot chii-bot bot added type/major size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jun 12, 2024
@chii-bot chii-bot bot force-pushed the renovate/svelte-preprocess-6.x branch from 9bc5a6a to 8346d83 Compare June 14, 2024 10:21
@chii-bot chii-bot bot changed the title chore(deps): update svelte-preprocess to 6.0.0 chore(deps): update svelte-preprocess to 6.0.1 Jun 14, 2024
@chii-bot chii-bot bot force-pushed the renovate/svelte-preprocess-6.x branch from 8346d83 to bb0e7f4 Compare July 9, 2024 15:21
@chii-bot chii-bot bot changed the title chore(deps): update svelte-preprocess to 6.0.1 chore(deps): update svelte-preprocess to 6.0.2 Jul 9, 2024
| datasource | package           | from   | to    |
| ---------- | ----------------- | ------ | ----- |
| npm        | svelte-preprocess | 4.10.7 | 6.0.3 |
@chii-bot chii-bot bot force-pushed the renovate/svelte-preprocess-6.x branch from bb0e7f4 to bdd6770 Compare September 26, 2024 12:45
@chii-bot chii-bot bot changed the title chore(deps): update svelte-preprocess to 6.0.2 chore(deps): update svelte-preprocess to 6.0.3 Sep 26, 2024
@chii-bot chii-bot bot changed the title chore(deps): update svelte-preprocess to 6.0.3 chore(deps): update svelte-preprocess to 6.0.3 - autoclosed Dec 8, 2024
@chii-bot chii-bot bot closed this Dec 8, 2024
@chii-bot chii-bot bot deleted the renovate/svelte-preprocess-6.x branch December 8, 2024 18:31
@chii-bot chii-bot bot changed the title chore(deps): update svelte-preprocess to 6.0.3 - autoclosed chore(deps): update svelte-preprocess to 6.0.3 Dec 9, 2024
@chii-bot chii-bot bot reopened this Dec 9, 2024
@chii-bot chii-bot bot restored the renovate/svelte-preprocess-6.x branch December 9, 2024 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. type/major
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants