unknowIfGuestInDream / unknowifguestindream.github.io

unknowIfGuestInDream's blog
https://blog.tlcsdm.com
Apache License 2.0
2 stars 0 forks source link

fix(renovate): update dependency sass-loader to v16 #338

Open renovate[bot] opened 3 months ago

renovate[bot] commented 3 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sass-loader 14.2.1 -> 16.0.3 age adoption passing confidence

Release Notes

webpack-contrib/sass-loader (sass-loader) ### [`v16.0.3`](https://redirect.github.com/webpack-contrib/sass-loader/blob/HEAD/CHANGELOG.md#1603-2024-11-01) [Compare Source](https://redirect.github.com/webpack-contrib/sass-loader/compare/v16.0.2...v16.0.3) ### [`v16.0.2`](https://redirect.github.com/webpack-contrib/sass-loader/blob/HEAD/CHANGELOG.md#1602-2024-09-20) [Compare Source](https://redirect.github.com/webpack-contrib/sass-loader/compare/v16.0.1...v16.0.2) ### [`v16.0.1`](https://redirect.github.com/webpack-contrib/sass-loader/blob/HEAD/CHANGELOG.md#1601-2024-08-19) [Compare Source](https://redirect.github.com/webpack-contrib/sass-loader/compare/v16.0.0...v16.0.1) ##### Bug Fixes - generate correct sourceMaps for `modern-compiler` api ([#​1228](https://redirect.github.com/webpack-contrib/sass-loader/issues/1228)) ([f862f7a](https://redirect.github.com/webpack-contrib/sass-loader/commit/f862f7a8382fab11c9c2a897ab1e26d35167cd10)) ### [`v16.0.0`](https://redirect.github.com/webpack-contrib/sass-loader/releases/tag/v16.0.0) [Compare Source](https://redirect.github.com/webpack-contrib/sass-loader/compare/v15.0.0...v16.0.0) ##### ⚠ BREAKING CHANGES - use modern Sass JS API by default for `sass` and `sass-embedded` > \[!WARNING] > > The sass options are different for the `legacy` (before) and `modern` APIs. Please look at [docs](https://sass-lang.com/documentation/js-api) how to migrate to the modern options. > Legacy options - https://sass-lang.com/documentation/js-api/interfaces/legacystringoptions/ > Modern options - https://sass-lang.com/documentation/js-api/interfaces/options/ To return to the previous logic use: ```js module.exports = { module: { rules: [ { test: /\.s[ac]ss$/i, use: [ "style-loader", "css-loader", { loader: "sass-loader", options: { api: "legacy", // Your options }, }, ], }, ], }, }; ``` ##### Features - use modern Sass JS API by default for `sass` and `sass-embedded` ([10be1ba](https://redirect.github.com/webpack-contrib/sass-loader/commit/10be1ba161557638fd3b80f4a5467159179ef9b1)) ### [`v15.0.0`](https://redirect.github.com/webpack-contrib/sass-loader/blob/HEAD/CHANGELOG.md#1500-2024-07-23) [Compare Source](https://redirect.github.com/webpack-contrib/sass-loader/compare/v14.2.1...v15.0.0) ##### ⚠ BREAKING CHANGES - prefer `sass-embedded` over `sass` by default ([#​1211](https://redirect.github.com/webpack-contrib/sass-loader/issues/1211)) ##### Features - prefer `sass-embedded` over `sass` by default ([#​1211](https://redirect.github.com/webpack-contrib/sass-loader/issues/1211)) ([83423ff](https://redirect.github.com/webpack-contrib/sass-loader/commit/83423ff933b1086e6203ca640c0994e14b95de2b)) ##### [14.2.1](https://redirect.github.com/webpack-contrib/sass-loader/compare/v14.2.0...v14.2.1) (2024-04-16) ##### Bug Fixes - avoid multiple sass compiler creation ([#​1199](https://redirect.github.com/webpack-contrib/sass-loader/issues/1199)) ([77051d8](https://redirect.github.com/webpack-contrib/sass-loader/commit/77051d81b26ffe42e8a7c6769337a1c0f55f73ef))

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 is behind base branch, or you tick the rebase/retry checkbox.

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



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 3 months ago

⚠️ 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:

The artifact failure details are included below:

File name: package-lock.json
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: @vuepress/plugin-sass-palette@2.0.0-rc.39
npm WARN Found: sass-loader@16.0.3
npm WARN node_modules/sass-loader
npm WARN   sass-loader@"16.0.3" from the root project
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peerOptional sass-loader@"^14.0.0" from @vuepress/plugin-sass-palette@2.0.0-rc.39
npm WARN node_modules/@vuepress/plugin-sass-palette
npm WARN   @vuepress/plugin-sass-palette@"2.0.0-rc.39" from vuepress-plugin-components@2.0.0-rc.52
npm WARN   node_modules/vuepress-plugin-components
npm WARN   2 more (vuepress-plugin-md-enhance, vuepress-theme-hope)
npm WARN 
npm WARN Conflicting peer dependency: sass-loader@14.2.1
npm WARN node_modules/sass-loader
npm WARN   peerOptional sass-loader@"^14.0.0" from @vuepress/plugin-sass-palette@2.0.0-rc.39
npm WARN   node_modules/@vuepress/plugin-sass-palette
npm WARN     @vuepress/plugin-sass-palette@"2.0.0-rc.39" from vuepress-plugin-components@2.0.0-rc.52
npm WARN     node_modules/vuepress-plugin-components
npm WARN     2 more (vuepress-plugin-md-enhance, vuepress-theme-hope)
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: vuepress-plugin-components@2.0.0-rc.52
npm WARN Found: sass-loader@16.0.3
npm WARN node_modules/sass-loader
npm WARN   sass-loader@"16.0.3" from the root project
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peerOptional sass-loader@"^14.0.0" from vuepress-plugin-components@2.0.0-rc.52
npm WARN node_modules/vuepress-plugin-components
npm WARN   vuepress-plugin-components@"2.0.0-rc.52" from vuepress-theme-hope@2.0.0-rc.52
npm WARN   node_modules/vuepress-theme-hope
npm WARN 
npm WARN Conflicting peer dependency: sass-loader@14.2.1
npm WARN node_modules/sass-loader
npm WARN   peerOptional sass-loader@"^14.0.0" from vuepress-plugin-components@2.0.0-rc.52
npm WARN   node_modules/vuepress-plugin-components
npm WARN     vuepress-plugin-components@"2.0.0-rc.52" from vuepress-theme-hope@2.0.0-rc.52
npm WARN     node_modules/vuepress-theme-hope
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: vuepress-plugin-md-enhance@2.0.0-rc.52
npm WARN Found: mermaid@11.3.0
npm WARN node_modules/mermaid
npm WARN   mermaid@"11.3.0" from the root project
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peerOptional mermaid@"^10.8.0" from vuepress-plugin-md-enhance@2.0.0-rc.52
npm WARN node_modules/vuepress-plugin-md-enhance
npm WARN   vuepress-plugin-md-enhance@"2.0.0-rc.52" from vuepress-theme-hope@2.0.0-rc.52
npm WARN   node_modules/vuepress-theme-hope
npm WARN 
npm WARN Conflicting peer dependency: mermaid@10.9.3
npm WARN node_modules/mermaid
npm WARN   peerOptional mermaid@"^10.8.0" from vuepress-plugin-md-enhance@2.0.0-rc.52
npm WARN   node_modules/vuepress-plugin-md-enhance
npm WARN     vuepress-plugin-md-enhance@"2.0.0-rc.52" from vuepress-theme-hope@2.0.0-rc.52
npm WARN     node_modules/vuepress-theme-hope
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: vuepress-plugin-md-enhance@2.0.0-rc.52
npm WARN Found: sass-loader@16.0.3
npm WARN node_modules/sass-loader
npm WARN   sass-loader@"16.0.3" from the root project
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peerOptional sass-loader@"^14.0.0" from vuepress-plugin-md-enhance@2.0.0-rc.52
npm WARN node_modules/vuepress-plugin-md-enhance
npm WARN   vuepress-plugin-md-enhance@"2.0.0-rc.52" from vuepress-theme-hope@2.0.0-rc.52
npm WARN   node_modules/vuepress-theme-hope
npm WARN 
npm WARN Conflicting peer dependency: sass-loader@14.2.1
npm WARN node_modules/sass-loader
npm WARN   peerOptional sass-loader@"^14.0.0" from vuepress-plugin-md-enhance@2.0.0-rc.52
npm WARN   node_modules/vuepress-plugin-md-enhance
npm WARN     vuepress-plugin-md-enhance@"2.0.0-rc.52" from vuepress-theme-hope@2.0.0-rc.52
npm WARN     node_modules/vuepress-theme-hope
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: vuepress-theme-hope@2.0.0-rc.52
npm ERR! Found: sass-loader@16.0.3
npm ERR! node_modules/sass-loader
npm ERR!   sass-loader@"16.0.3" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peerOptional sass-loader@"^14.0.0" from vuepress-theme-hope@2.0.0-rc.52
npm ERR! node_modules/vuepress-theme-hope
npm ERR!   vuepress-theme-hope@"2.0.0-rc.52" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: sass-loader@14.2.1
npm ERR! node_modules/sass-loader
npm ERR!   peerOptional sass-loader@"^14.0.0" from vuepress-theme-hope@2.0.0-rc.52
npm ERR!   node_modules/vuepress-theme-hope
npm ERR!     vuepress-theme-hope@"2.0.0-rc.52" 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-11-01T01_34_40_617Z-debug-0.log
vercel[bot] commented 3 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
unknowifguestindream-github-io ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 1, 2024 1:38am
coderabbitai[bot] commented 3 months ago

[!IMPORTANT]

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Walkthrough

The project has undergone an upgrade to the sass-loader dependency, transitioning from version 14.2.1 to 16.0.1. This significant change may enhance functionality or introduce breaking modifications that could impact the styling and build processes. A careful review of the updated documentation will be essential to fully understand the implications of this upgrade.

Changes

File Change Summary
package.json Updated sass-loader from 14.2.1 to 16.0.1

Poem

🐇 In the meadow where styles bloom,
A loader shifts, dispelling gloom.
Version leaps with joy so bright,
Sass now dances, pure delight!
With every stitch, a tale is spun,
Upgrading magic, oh what fun! 🌼✨


🪧 Tips ### Chat There are 3 ways to chat with [CodeRabbit](https://coderabbit.ai): - Review comments: Directly reply to a review comment made by CodeRabbit. Example: - `I pushed a fix in commit , please review it.` - `Generate unit testing code for this file.` - `Open a follow-up GitHub issue for this discussion.` - Files and specific lines of code (under the "Files changed" tab): Tag `@coderabbitai` in a new review comment at the desired location with your query. Examples: - `@coderabbitai generate unit testing code for this file.` - `@coderabbitai modularize this function.` - PR comments: Tag `@coderabbitai` in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples: - `@coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.` - `@coderabbitai read src/utils.ts and generate unit testing code.` - `@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.` - `@coderabbitai help me debug CodeRabbit configuration file.` Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. ### CodeRabbit Commands (Invoked using PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger an incremental review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai full review` to do a full review from scratch and review all the files again. - `@coderabbitai summary` to regenerate the summary of the PR. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai configuration` to show the current CodeRabbit configuration for the repository. - `@coderabbitai help` to get help. ### Other keywords and placeholders - Add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. - Add `@coderabbitai summary` to generate the high-level summary at a specific location in the PR description. - Add `@coderabbitai` anywhere in the PR title to generate the title automatically. ### CodeRabbit Configuration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - Please see the [configuration documentation](https://docs.coderabbit.ai/guides/configure-coderabbit) for more information. - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json` ### Documentation and Community - Visit our [Documentation](https://coderabbit.ai/docs) for detailed information on how to use CodeRabbit. - Join our [Discord Community](http://discord.gg/coderabbit) to get help, request features, and share feedback. - Follow us on [X/Twitter](https://twitter.com/coderabbitai) for updates and announcements.
mergify[bot] commented 3 months ago

Thanks for opening this pull request! Please check out the Contributing Guidelines.

mergify[bot] commented 3 months ago

@renovate[bot] Test build failed! please fix it.

mergify[bot] commented 3 months ago

All checks passed. Please wait for review.

mergify[bot] commented 3 months ago

@renovate[bot] There are some conflicts within your pull request. Could you please fix them?

mergify[bot] commented 3 months ago

@renovate[bot] There are some conflicts within your pull request. Could you please fix them?

mergify[bot] commented 3 months ago

@renovate[bot] There are some conflicts within your pull request. Could you please fix them?

mergify[bot] commented 2 months ago

@renovate[bot] Test build failed! please fix it.

mergify[bot] commented 2 months ago

All checks passed. Please wait for review.

mergify[bot] commented 2 months ago

@renovate[bot] Test build failed! please fix it.

mergify[bot] commented 2 months ago

All checks passed. Please wait for review.

mergify[bot] commented 2 months ago

@renovate[bot] Test build failed! please fix it.

mergify[bot] commented 2 months ago

All checks passed. Please wait for review.

mergify[bot] commented 2 months ago

@renovate[bot] Test build failed! please fix it.

mergify[bot] commented 2 months ago

All checks passed. Please wait for review.

mergify[bot] commented 2 months ago

@renovate[bot] Test build failed! please fix it.

mergify[bot] commented 2 months ago

All checks passed. Please wait for review.

mergify[bot] commented 2 months ago

@renovate[bot] There are some conflicts within your pull request. Could you please fix them?

mergify[bot] commented 2 months ago

@renovate[bot] There are some conflicts within your pull request. Could you please fix them?

mergify[bot] commented 2 months ago

@renovate[bot] There are some conflicts within your pull request. Could you please fix them?

mergify[bot] commented 2 months ago

@renovate[bot] There are some conflicts within your pull request. Could you please fix them?

mergify[bot] commented 2 months ago

@renovate[bot] There are some conflicts within your pull request. Could you please fix them?

mergify[bot] commented 2 months ago

@renovate[bot] There are some conflicts within your pull request. Could you please fix them?

mergify[bot] commented 1 month ago

@renovate[bot] Test build failed! please fix it.

mergify[bot] commented 1 month ago

All checks passed. Please wait for review.

mergify[bot] commented 1 month ago

@renovate[bot] There are some conflicts within your pull request. Could you please fix them?

mergify[bot] commented 1 month ago

@renovate[bot] There are some conflicts within your pull request. Could you please fix them?

mergify[bot] commented 1 month ago

@renovate[bot] There are some conflicts within your pull request. Could you please fix them?

mergify[bot] commented 2 weeks ago

@renovate[bot] Test build failed! please fix it.

mergify[bot] commented 2 weeks ago

All checks passed. Please wait for review.