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 dependency sass-loader to v16 #402

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 31, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sass-loader ~14.2.0 -> ~16.0.0 age adoption passing confidence

Release Notes

webpack-contrib/sass-loader (sass-loader)

v16.0.1

Compare Source

Bug Fixes

v16.0.0

Compare Source

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

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)

v15.0.0

Compare Source

⚠ BREAKING CHANGES
  • prefer sass-embedded over sass by default (#​1211)
Features
14.2.1 (2024-04-16)
Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" in timezone Europe/Paris, 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 was generated by Mend Renovate. View the repository job log.

Copy link

sonarcloud bot commented Jul 31, 2024

Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@babel/helper-create-class-features-plugin@7.24.7 None 0 507 kB nicolo-ribaudo
npm/@babel/helper-member-expression-to-functions@7.24.7 Transitive: environment +2 2.55 MB nicolo-ribaudo
npm/@babel/helper-plugin-utils@7.24.7 None 0 127 kB nicolo-ribaudo
npm/@babel/helper-replace-supers@7.24.7 None 0 98.6 kB nicolo-ribaudo
npm/@babel/plugin-proposal-decorators@7.24.1 None 0 40 kB nicolo-ribaudo
npm/@babel/plugin-syntax-decorators@7.24.1 None 0 12.6 kB nicolo-ribaudo
npm/@babel/plugin-syntax-import-attributes@7.24.1 None 0 5.12 kB nicolo-ribaudo
npm/@babel/plugin-transform-typescript@7.24.7 None 0 201 kB nicolo-ribaudo
npm/@babel/standalone@7.24.5 None 0 23.5 MB nicolo-ribaudo
npm/@es-joy/jsdoccomment@0.43.0 None 0 112 kB brettz9
npm/@eslint/js@9.3.0 None 0 14.2 kB eslintbot
npm/@nuxt/devtools-kit@1.3.9 Transitive: filesystem +10 1.86 MB antfu
npm/@nuxt/devtools-wizard@1.3.9 None 0 10 kB antfu
npm/@nuxtjs/leaflet@1.0.14 None 0 17.7 kB gugustinette
npm/@polka/url@1.0.0-next.25 None 0 4.48 kB lukeed
npm/@sentry-internal/browser-utils@8.17.0 network 0 646 kB sentry-bot
npm/@sentry-internal/feedback@8.17.0 None 0 555 kB sentry-bot
npm/@sentry-internal/replay-canvas@8.17.0 None 0 502 kB sentry-bot
npm/@sentry-internal/replay@8.17.0 None 0 3.69 MB sentry-bot
npm/@sentry/browser@8.17.0 network 0 954 kB sentry-bot
npm/@sentry/core@8.17.0 network 0 1.88 MB sentry-bot
npm/@sentry/types@8.17.0 None 0 327 kB sentry-bot
npm/@sentry/utils@8.17.0 network 0 1.14 MB sentry-bot
npm/@sentry/vue@8.17.0 Transitive: environment, eval, filesystem, unsafe +14 9.13 MB sentry-bot
npm/@stylistic/eslint-plugin-js@2.1.0 None 0 524 kB eslint-stylistic-bot
npm/@stylistic/eslint-plugin-jsx@2.1.0 None 0 151 kB eslint-stylistic-bot
npm/@stylistic/eslint-plugin-plus@2.1.0 None 0 15.2 kB eslint-stylistic-bot
npm/@stylistic/eslint-plugin-ts@2.1.0 None 0 161 kB eslint-stylistic-bot
npm/@stylistic/eslint-plugin@2.1.0 None 0 21 kB eslint-stylistic-bot
npm/@types/geojson@7946.0.14 None 0 8.11 kB types
npm/@types/leaflet@1.9.12 None 0 113 kB types
npm/@typescript-eslint/eslint-plugin@7.10.0 None 0 2.69 MB jameshenry
npm/@typescript-eslint/parser@7.10.0 None 0 18 kB jameshenry
npm/@typescript-eslint/scope-manager@7.10.0 None 0 613 kB jameshenry
npm/@typescript-eslint/type-utils@7.10.0 None 0 109 kB jameshenry
npm/@typescript-eslint/types@7.10.0 None 0 156 kB jameshenry
npm/@typescript-eslint/typescript-estree@7.10.0 None +2 605 kB jameshenry
npm/@typescript-eslint/utils@7.10.0 None 0 332 kB jameshenry
npm/@typescript-eslint/visitor-keys@7.10.0 None 0 19.4 kB jameshenry
npm/@vue-leaflet/vue-leaflet@0.10.1 Transitive: environment, eval, filesystem, unsafe +14 9.3 MB mikeu
npm/@vue/babel-helper-vue-transform-on@1.2.2 None 0 1.87 kB sxzz
npm/@vue/babel-plugin-jsx@1.2.2 Transitive: environment +2 2.53 MB sxzz
npm/@vue/babel-plugin-resolve-type@1.2.2 Transitive: environment, eval, filesystem, unsafe +9 4.36 MB sxzz
npm/@vue/devtools-api@6.6.1 None 0 33.3 kB akryum
npm/@vue/devtools-core@7.3.3 None +1 84.8 kB webfansplz
npm/@vue/devtools-kit@7.3.5 None 0 477 kB webfansplz
npm/@vue/devtools-shared@7.3.5 None 0 31.3 kB webfansplz
npm/@vueform/multiselect@2.6.7 None 0 859 kB vueform
npm/acorn@8.11.3 None 0 531 kB marijn
npm/birpc@0.2.17 None 0 26.3 kB antfu
npm/bundle-name@4.1.0 None 0 3.15 kB sindresorhus
npm/caniuse-lite@1.0.30001620 None 0 2.05 MB caniuse-lite
npm/commander@11.1.0 environment, filesystem, shell 0 177 kB abetomo
npm/copy-anything@3.0.5 None 0 11.7 kB mesqueeb
npm/cronstrue@2.50.0 None 0 1.14 MB bradymholt
npm/default-browser-id@5.0.0 None 0 3.02 kB sindresorhus
npm/default-browser@5.2.1 None 0 5.82 kB sindresorhus
npm/diff@5.2.0 None 0 429 kB explodingcabbage
npm/electron-to-chromium@1.4.776 None 0 290 kB kilianvalkhof
npm/error-stack-parser-es@0.1.4 None 0 28.8 kB antfu
npm/eslint-config-prettier@9.1.0 None 0 20.8 kB lydell
npm/eslint-plugin-import-x@0.5.0 None 0 633 kB jounqin
npm/eslint-plugin-jsdoc@48.2.5 filesystem 0 1.84 MB gajus
npm/eslint-plugin-regexp@2.5.0 None 0 835 kB ota-meshi
npm/fast-npm-meta@0.1.1 network 0 11 kB antfu
npm/fs-extra@11.2.0 None 0 54.9 kB ryanzim
npm/get-port-please@3.1.2 environment 0 24.6 kB pi0
npm/global-directory@4.0.1 environment 0 8.05 kB sindresorhus
npm/html-tags@3.3.1 None 0 5.94 kB sindresorhus
npm/image-meta@0.2.0 None 0 42.7 kB pi0
npm/ini@4.1.1 None 0 12.7 kB npm-cli-ops
npm/is-inside-container@1.0.0 None +1 6.63 kB sindresorhus
npm/is-installed-globally@1.0.0 None 0 3.9 kB sindresorhus
npm/is-path-inside@4.0.0 None 0 4.2 kB sindresorhus
npm/is-what@4.1.16 None 0 45.1 kB mesqueeb
npm/jsonfile@6.1.0 filesystem 0 19.8 kB ryanzim
npm/kolorist@1.8.0 None 0 51 kB marvinhagemeister
npm/launch-editor@2.8.0 environment, filesystem, shell 0 16 kB soda
npm/leaflet@1.9.4 None 0 3.74 MB mourner
npm/magicast@0.3.4 filesystem Transitive: environment +2 3.09 MB antfu
npm/mitt@3.0.1 None 0 26.4 kB developit
npm/mrmime@2.0.0 None 0 32.7 kB lukeed
npm/nypm@0.3.9 None +1 148 kB pi0
npm/run-applescript@7.0.0 None 0 5 kB sindresorhus
npm/sass@1.77.5 filesystem, unsafe 0 5.22 MB sassbot
npm/shell-quote@1.8.1 None 0 45 kB ljharb
npm/simple-git@3.25.0 shell 0 955 kB steveukx
npm/sirv@2.0.4 filesystem 0 20.7 kB lukeed
npm/spdx-license-ids@3.0.17 None 0 12.6 kB kemitchell
npm/speakingurl@14.0.1 None 0 167 kB pid
npm/superjson@2.2.1 None 0 89.8 kB skn0tt
npm/svg-tags@1.0.0 None 0 5.93 kB kgryte
npm/totalist@3.0.1 filesystem 0 7.46 kB lukeed
npm/tslib@2.6.2 None 0 84 kB typescript-bot
npm/type-fest@4.18.2 None 0 364 kB sindresorhus
npm/universalify@2.0.1 None 0 4.67 kB ryanzim
npm/vite-hot-client@0.2.3 network 0 6.71 kB antfu
npm/vite-plugin-inspect@0.8.4 environment, filesystem +5 4.51 MB antfu
npm/vite-plugin-vue-inspector@5.1.2 filesystem Transitive: environment, eval +5 1.86 MB webfansplz
npm/vue-demi@0.14.7 filesystem Transitive: environment, eval, unsafe +14 9.02 MB antfu
npm/vue-eslint-parser@9.4.2 unsafe 0 1.14 MB ota-meshi

🚮 Removed packages: npm/@babel/generator@7.25.0, npm/@babel/helper-module-imports@7.22.15, npm/@babel/helper-string-parser@7.24.8, npm/@babel/parser@7.25.3, npm/@babel/standalone@7.24.7, npm/@babel/template@7.25.0, npm/@babel/traverse@7.25.3, npm/@babel/types@7.25.2, npm/@es-joy/jsdoccomment@0.43.1, npm/@eslint-community/regexpp@4.10.1, npm/@eslint/js@9.5.0, npm/@jridgewell/sourcemap-codec@1.5.0, npm/@stylistic/eslint-plugin-js@2.2.2, npm/@stylistic/eslint-plugin-jsx@2.2.2, npm/@stylistic/eslint-plugin-plus@2.2.2, npm/@stylistic/eslint-plugin-ts@2.2.2, npm/@stylistic/eslint-plugin@2.2.2, npm/@typescript-eslint/eslint-plugin@7.14.1, npm/@typescript-eslint/parser@7.14.1, npm/@typescript-eslint/scope-manager@7.14.1, npm/@typescript-eslint/type-utils@7.14.1, npm/@typescript-eslint/types@7.14.1, npm/@typescript-eslint/typescript-estree@7.14.1, npm/@typescript-eslint/utils@7.14.1, npm/@typescript-eslint/visitor-keys@7.14.1, npm/@vue/devtools-api@6.6.3, npm/@vueform/multiselect@2.6.8, npm/acorn@8.12.0, npm/browserslist@4.23.1, npm/caniuse-lite@1.0.30001636, npm/commander@2.20.3, npm/date-fns@3.6.0, npm/electron-to-chromium@1.4.811, npm/es-module-lexer@1.5.4, npm/eslint-plugin-import-x@0.5.2, npm/eslint-plugin-jsdoc@48.4.0, npm/eslint-plugin-regexp@2.6.0, npm/is-core-module@2.14.0, npm/lilconfig@3.1.2, npm/lint-staged@15.2.7, npm/listr2@8.2.3, npm/micromatch@4.0.7, npm/neo-async@2.6.2, npm/object-inspect@1.13.2, npm/parse-imports@2.1.0, npm/prettier@3.3.2, npm/sass-loader@14.2.1, npm/sass@1.77.6, npm/slashes@3.0.12, npm/spdx-license-ids@3.0.18, npm/synckit@0.9.0, npm/tslib@2.6.3, npm/type-fest@4.20.1, npm/vue-demi@0.14.8, npm/vue-eslint-parser@9.4.3, npm/vue-router@4.4.0, npm/webpack-sources@3.2.3, npm/word-wrap@1.2.5, npm/wrap-ansi@9.0.0, npm/xml-name-validator@4.0.0, npm/xss@1.0.15, npm/yaml@2.4.5, npm/yocto-queue@1.0.0, npm/yup@1.4.0

View full report↗︎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants