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

build(deps-dev): bump the development-dependencies group across 1 directory with 4 updates #483

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2024

Bumps the development-dependencies group with 4 updates in the /vue directory: @vitejs/plugin-vue, eslint-plugin-vue, sass and sass-loader.

Updates @vitejs/plugin-vue from 5.0.5 to 5.1.3

Release notes

Sourced from @​vitejs/plugin-vue's releases.

plugin-vue@5.1.3

Please refer to CHANGELOG.md for details.

plugin-vue@5.1.2

Please refer to CHANGELOG.md for details.

plugin-vue@5.1.1

Please refer to CHANGELOG.md for details.

plugin-vue@5.1.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​vitejs/plugin-vue's changelog.

5.1.3 (2024-08-29)

  • chore: upgrade to eslint 9 (236a40f)
  • chore: use pnpm catalog for shared deps (0735e18)
  • chore(deps): update dependency rollup to ^4.20.0 (#433) (37c9073), closes #433
  • chore(deps): update upstream (#436) (b75a46f), closes #436
  • fix(deps): update all non-major dependencies (#421) (e3a7fec), closes #421
  • fix(plugin-vue): default value for __VUE_OPTIONS_API__ (acb57c9), closes #438

5.1.2 (2024-08-01)

  • refactor(plugin-vue): add type field (a6b7e3f)
  • fix(plugin-vue): add deprecated script.propsDestructure option (1e24322), closes #431
  • chore(deps): update upstream (#432) (5d592cd), closes #432

5.1.1 (2024-07-27)

  • fix(plugin-vue): clear script cache if recall (f5eb5ac), closes #431

5.1.0 (2024-07-23)

  • fix(deps): update all non-major dependencies (#412) (8cb2ea9), closes #412
  • fix(plugin-vue): clear cache after build end (96dbb22)
  • chore: update documentation for new features option (7fc7994)
  • chore(deps): update upstream (#416) (02a3edd), closes #416
  • feat(plugin-vue): add features option (#419) (3e839e2), closes #419
Commits
  • 3ef2b6e release: plugin-vue@5.1.3
  • b75a46f chore(deps): update upstream (#436)
  • acb57c9 fix(plugin-vue): default value for __VUE_OPTIONS_API__
  • e3a7fec fix(deps): update all non-major dependencies (#421)
  • 236a40f chore: upgrade to eslint 9
  • 37c9073 chore(deps): update dependency rollup to ^4.20.0 (#433)
  • 0735e18 chore: use pnpm catalog for shared deps
  • 182ff56 release: plugin-vue@5.1.2
  • a6b7e3f refactor(plugin-vue): add type field
  • 1e24322 fix(plugin-vue): add deprecated script.propsDestructure option
  • Additional commits viewable in compare view

Updates eslint-plugin-vue from 9.26.0 to 9.27.0

Release notes

Sourced from eslint-plugin-vue's releases.

v9.27.0

✨ Enhancements

🐛 Bug Fixes

⚙️ Updates

Full Changelog: vuejs/eslint-plugin-vue@v9.26.0...v9.27.0

Commits

Updates sass from 1.77.6 to 1.77.8

Release notes

Sourced from sass's releases.

Dart Sass 1.77.8

To install Sass 1.77.8, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • No user-visible changes.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.77.8

  • No user-visible changes.

1.77.7

  • Declarations that appear after nested rules are deprecated, because the semantics Sass has historically used are different from the semantics specified by CSS. In the future, Sass will adopt the standard CSS semantics.

    See the Sass website for details.

  • Potentially breaking bug fix: // in certain places such as unknown at-rule values was being preserved in the CSS output, leading to potentially invalid CSS. It's now properly parsed as a silent comment and omitted from the CSS output.

Commits

Updates sass-loader from 14.2.1 to 16.0.1

Release notes

Sourced from sass-loader's releases.

v16.0.1

16.0.1 (2024-08-19)

Bug Fixes

  • generate correct sourceMaps for modern-compiler api (#1228) (f862f7a)

v16.0.0

16.0.0 (2024-07-26)

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

... (truncated)

Changelog

Sourced from sass-loader's changelog.

16.0.1 (2024-08-19)

Bug Fixes

  • generate correct sourceMaps for modern-compiler api (#1228) (f862f7a)

16.0.0 (2024-07-26)

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

15.0.0 (2024-07-23)

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…ectory with 4 updates

Bumps the development-dependencies group with 4 updates in the /vue directory: [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue), [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue), [sass](https://github.com/sass/dart-sass) and [sass-loader](https://github.com/webpack-contrib/sass-loader).


Updates `@vitejs/plugin-vue` from 5.0.5 to 5.1.3
- [Release notes](https://github.com/vitejs/vite-plugin-vue/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@5.1.3/packages/plugin-vue)

Updates `eslint-plugin-vue` from 9.26.0 to 9.27.0
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](vuejs/eslint-plugin-vue@v9.26.0...v9.27.0)

Updates `sass` from 1.77.6 to 1.77.8
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.77.6...1.77.8)

Updates `sass-loader` from 14.2.1 to 16.0.1
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/sass-loader@v14.2.1...v16.0.1)

---
updated-dependencies:
- dependency-name: "@vitejs/plugin-vue"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: eslint-plugin-vue
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: sass-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vue/development-dependencies-f8041a3462 branch from 1a6ba99 to 887eca1 Compare September 2, 2024 08:18
@XhmikosR XhmikosR merged commit 6da8195 into main Sep 2, 2024
12 checks passed
@XhmikosR XhmikosR deleted the dependabot/npm_and_yarn/vue/development-dependencies-f8041a3462 branch September 2, 2024 10:40
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.

1 participant