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

[Snyk] Upgrade sass-loader from 7.3.1 to 13.1.0 #98

Closed

Conversation

cssecautomation
Copy link

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade sass-loader from 7.3.1 to 13.1.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


Warning: This is a major version upgrade, and may be a breaking change.

  • The recommended version is 35 versions ahead of your current version.
  • The recommended version was released 21 days ago, on 2022-10-06.
Release notes
Package name: sass-loader
  • 13.1.0 - 2022-10-06

    13.1.0 (2022-10-06)

    Features

  • 13.0.2 - 2022-06-27

    13.0.2 (2022-06-27)

    Bug Fixes

  • 13.0.1 - 2022-06-24

    13.0.1 (2022-06-24)

    Bug Fixes

  • 13.0.0 - 2022-05-18

    13.0.0 (2022-05-18)

    ⚠ BREAKING CHANGES

    • minimum supported Node.js version is 14.15.0 (#1048)
    • emit @ warn at-rules as webpack warnings by default, if you want to revert behavior please use the warnRuleAsWarning option (#1054) (58ffb68)

    Bug Fixes

    • do not crash on importers for modern API (#1052) (095814e)
    • do not store original sass error in webpack error(#1053) (06d7533)
  • 12.6.0 - 2022-02-15

    12.6.0 (2022-02-15)

    Features

    • added support for automatic loading of sass-embedded (#1025) (c8dae87)
  • 12.5.0 - 2022-02-14

    12.5.0 (2022-02-14)

    Features

    • added support for sass-embedded (faster than node-sass), feel free to feedback
    • added the api option (modern api is experimental and currently doesn't support built-in webpack resolver) (afbe114)
  • 12.4.0 - 2021-12-07

    12.4.0 (2021-12-07)

    Features

  • 12.3.0 - 2021-10-27
  • 12.2.0 - 2021-10-12
  • 12.1.0 - 2021-06-10
  • 12.0.0 - 2021-06-01
  • 11.1.1 - 2021-05-13
  • 11.1.0 - 2021-05-10
  • 11.0.1 - 2021-02-08
  • 11.0.0 - 2021-02-05
  • 10.3.1 - 2022-07-06

    10.3.1 (2022-07-06)

    Bug Fixes

  • 10.3.0 - 2022-06-27

    10.3.0 (2022-06-27)

    Features

  • 10.2.1 - 2022-01-14

    10.2.1 (2022-01-14)

    Bug Fixes

    • backported disabled auto importing fiber on node >= 16 (#1014) (f4234e4)
  • 10.2.0 - 2021-05-10
  • 10.1.1 - 2021-01-11
  • 10.1.0 - 2020-11-11
  • 10.0.5 - 2020-11-02
  • 10.0.4 - 2020-10-22
  • 10.0.3 - 2020-10-09
  • 10.0.2 - 2020-09-03
  • 10.0.1 - 2020-08-25
  • 10.0.0 - 2020-08-24
  • 10.0.0-rc.0 - 2020-08-24
  • 9.0.3 - 2020-08-05
  • 9.0.2 - 2020-07-07
  • 9.0.1 - 2020-07-03
  • 9.0.0 - 2020-07-02
  • 8.0.2 - 2020-01-13
  • 8.0.1 - 2020-01-10
  • 8.0.0 - 2019-08-29
  • 7.3.1 - 2019-08-20
from sass-loader GitHub release notes
Commit messages
Package name: sass-loader
  • b31751d chore(release): 13.1.0
  • 6e02c64 feat: allow to extend `conditionNames` (#1092)
  • edab08f chore: update dependencies to the latest version (#1093)
  • 3a34fef chore: update commitlint action (#1091)
  • 52584cf chore: run cancel workflow on pull request (#1089)
  • 8c8cece chore: update jest to the latest version (#1088)
  • 8ae327d chore: update dependencies to the latest version (#1086)
  • a327414 ci: update github workflow security permissions (#1087)
  • 6b01c64 docs: include file loader method of extracting CSS as separate file in README.md (#1080)
  • 78c0590 ci: add job to cancel previous runs (#1083)
  • 55423ae ci: add GitHub token permissions for workflow (#1076)
  • 0b7a36a chore(deps): bump terser from 5.13.1 to 5.14.2 (#1075)
  • 997f3eb chore: update dependencies to the latest version (#1071)
  • 86b81ea chore(release): 13.0.2
  • 5e6a61b fix: hide error stacktrace on Sass errors (#1069)
  • 5f0658e docs: fix changelog
  • 0cd9a7f chore(release): 13.0.1
  • 49a578a fix: optimize debug message formatting, #1065 (#1066)
  • cb98ad5 docs: remove fibers package (#1059)
  • f6e624a docs: update note in README.md (#1067)
  • 2e1822e chore: disable commit message length check (#1063)
  • 8cd2b19 chore: update dependencies to the latest version (#1057)
  • 179ee31 docs: remove old badge (#1055)
  • 9714899 fix: ci (#1056)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@joaompneves joaompneves closed this Mar 2, 2023
@joaompneves joaompneves deleted the snyk-upgrade-37c0700beb2ba37f6a2160147bfad482 branch March 2, 2023 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants