Kovah / Taboo

A Taboo-like game for your browser, without a backend, built with Vue
https://taboo.kovah.de
MIT License
9 stars 3 forks source link

Bump the npm-minor group with 4 updates #81

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps the npm-minor group with 4 updates: vue-i18n, eslint-plugin-vue, sass and sass-loader.

Updates vue-i18n from 9.10.2 to 9.12.1

Release notes

Sourced from vue-i18n's releases.

v9.12.1

What's Changed

🐛 Bug Fixes

👕 Refactoring

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.12.0...v9.12.1

v9.12.0

What's Changed

🌟 Features

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.11.1...v9.12.0

v9.11.1

What's Changed

🐛 Bug Fixes

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.11.0...v9.11.1

v9.11.0

What's Changed

🌟 Features

New Contributors

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.10.2...v9.11.0

Changelog

Sourced from vue-i18n's changelog.

v9.12.1 (2024-04-14T10:48:11Z)

This changelog is generated by GitHub Releases

What's Changed

🐛 Bug Fixes

👕 Refactoring

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.12.0...v9.12.1

v9.12.0 (2024-04-12T01:30:04Z)

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.11.1...v9.12.0

v9.11.1 (2024-04-10T05:59:44Z)

This changelog is generated by GitHub Releases

What's Changed

🐛 Bug Fixes

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.11.0...v9.11.1

v9.11.0 (2024-04-04T01:19:34Z)

This changelog is generated by GitHub Releases

... (truncated)

Commits


Updates eslint-plugin-vue from 9.24.0 to 9.25.0

Release notes

Sourced from eslint-plugin-vue's releases.

v9.25.0

✨ Enhancements

🐛 Bug Fixes

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.24.1...v9.25.0

v9.24.1

⚙️ Updates

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.24.0...v9.24.1

Commits


Updates sass from 1.72.0 to 1.75.0

Release notes

Sourced from sass's releases.

Dart Sass 1.75.0

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

Changes

  • Fix a bug in which stylesheet canonicalization could be cached incorrectly when custom importers or the Node.js package importer made decisions based on the URL of the containing stylesheet.

JS API

  • Allow importer to be passed without url in StringOptionsWithImporter.

See the full changelog for changes in earlier releases.

Dart Sass 1.74.1

To install Sass 1.74.1, 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.75.0

  • Fix a bug in which stylesheet canonicalization could be cached incorrectly when custom importers or the Node.js package importer made decisions based on the URL of the containing stylesheet.

JS API

  • Allow importer to be passed without url in StringOptionsWithImporter.

1.74.1

  • No user-visible changes.

1.74.0

JS API

  • Add a new top-level deprecations object, which contains various Deprecation objects that define the different types of deprecation used by the Sass compiler and can be passed to the options below.

  • Add a new fatalDeprecations compiler option that causes the compiler to error if any deprecation warnings of the provided types are encountered. You can also pass in a Version object to treat all deprecations that were active in that Dart Sass version as fatal.

  • Add a new futureDeprecations compiler option that allows you to opt-in to certain deprecations early (currently just import).

  • Add a new silenceDeprecations compiler option to ignore any deprecation warnings of the provided types.

Command-Line Interface

  • Add a new --silence-deprecation flag, which causes the compiler to ignore any deprecation warnings of the provided types.

  • Previously, if a future deprecation was passed to --fatal-deprecation but not --future-deprecation, it would be treated as fatal despite not being enabled. Both flags are now required to treat a future deprecation as fatal with a warning emitted if --fatal-deprecation is passed without --future-deprecation, matching the JS API's behavior.

Dart API

  • The compile methods now take in a silenceDeprecations parameter, which causes the compiler to ignore any deprecation warnings of the provided types.

  • Add Deprecation.obsoleteIn to match the JS API. This is currently null for

... (truncated)

Commits


Updates sass-loader from 14.1.1 to 14.2.0

Release notes

Sourced from sass-loader's releases.

v14.2.0

14.2.0 (2024-04-11)

Features

  • added the modern-compiler value for API to reuse compiler process (#1195) (cef40a8)
  • support webpack built-in resolver for modern and modern-compiler API (#1197) (2265b72)

Notes:

Using the modern-compiler value for the api option together with sass-embedded reduces compilation time by 5-10 times, especially for projects using large files with a lot of @import/@use, for small files the build time reduction will not be significant.

Changelog

Sourced from sass-loader's changelog.

14.2.0 (2024-04-11)

Features

  • added the modern-compiler value for API to reuse compiler process (#1195) (cef40a8)
  • support webpack built-in resolver for modern and modern-compiler API (#1197) (2265b72)

Notes:

Using the modern-compiler value for the api option together with sass-embedded reduces compilation time by 5-10 times, especially for projects using large files with a lot of @import/@use, for small files the build time reduction will not be significant.

Commits
  • 4edc139 chore(release): 14.2.0
  • 2265b72 feat: support webpack built-in resolver for modern and modern-compiler AP...
  • a975db2 fix: use watchClose hook (#1196)
  • cef40a8 feat: added the modern-compiler value for API to reuse compiler process (#1...
  • 13f0dc8 chore: upgrade dependencies to latest version (#1194)
  • 5d2cd80 chore: update codecov-action to v4 (#1193)
  • 31789cc ci: fix commitlint check (#1192)
  • See full diff in compare view


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
cloudflare-workers-and-pages[bot] commented 5 months ago

Deploying taboo with  Cloudflare Pages  Cloudflare Pages

Latest commit: d343d47
Status: ✅  Deploy successful!
Preview URL: https://bbad84f7.taboo.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-npm-ec67.taboo.pages.dev

View logs

dependabot[bot] commented 5 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.