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): bump the group-all group with 8 updates #39

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the group-all group with 8 updates:

Package From To
chart.js 4.4.4 4.4.6
pinia 2.2.4 2.2.5
pinia-plugin-persistedstate 4.1.1 4.1.2
vite 5.4.9 5.4.10
vue-chartjs 5.3.1 5.3.2
eslint-plugin-vue 9.29.0 9.30.0
sass 1.79.5 1.80.5
vitest 2.1.3 2.1.4

Updates chart.js from 4.4.4 to 4.4.6

Release notes

Sourced from chart.js's releases.

v4.4.6

Essential Links

Bugs Fixed

  • #11938 Fix: applyStack() returned the sum of all values for hidden dataset indices, which causes incorrect animations when showing/hiding stacked datasets.

Development

  • #11943 chore: version bump for 4.4.6 release
  • #11933 Fix 404 to samples in release drafter

Thanks to @​DeyLak, @​LeeLenaleee and @​etimberg

v4.4.5

Essential Links

Bugs Fixed

  • #11927 Don't apply default colors in the colors plugin when defaults are used
  • #11907 Avoid error if borderOpts.dash is undefined
  • #11882 Fix initial dataset stacks

Types

  • #11931 Allow array's in backgroundColor defaults and add hover background and border color to defaults

Documentation

Development

  • #11932 Bump package version to 4.4.5
  • #11875 Bump socket.io from 4.6.1 to 4.7.5

Thanks to @​HieroglypH, @​LeeLenaleee, @​dependabot, @​dependabot[bot] and @​dregad

Commits

Updates pinia from 2.2.4 to 2.2.5

Release notes

Sourced from pinia's releases.

[email protected]

Please refer to CHANGELOG.md for details.

Commits

Updates pinia-plugin-persistedstate from 4.1.1 to 4.1.2

Release notes

Sourced from pinia-plugin-persistedstate's releases.

v4.1.2

compare changes

📖 Documentation

  • Add Chinese translation (#338)
  • Add cookie max size info (#343)

📦 Build

  • Export iife build (#349)

🏡 Chore

  • Bump dependencies & lint (3418005)

❤️ Contributors

Changelog

Sourced from pinia-plugin-persistedstate's changelog.

v4.1.2

compare changes

📖 Documentation

  • Add Chinese translation (#338)
  • Add cookie max size info (#343)

📦 Build

  • Export iife build (#349)

🏡 Chore

  • Bump dependencies & lint (3418005)

❤️ Contributors

Commits

Updates vite from 5.4.9 to 5.4.10

Release notes

Sourced from vite's releases.

v5.4.10

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

5.4.10 (2024-10-23)

  • fix: backport #18367,augment hash for CSS files to prevent chromium erroring by loading previous fil (7d1a3bc), closes #18367 #18412
Commits

Updates vue-chartjs from 5.3.1 to 5.3.2

Release notes

Sourced from vue-chartjs's releases.

v5.3.2

What's Changed

New Contributors

Full Changelog: apertureless/vue-chartjs@v5.3.1...v5.3.2

Changelog

Sourced from vue-chartjs's changelog.

5.3.2 (2024-10-31)

Commits

Updates eslint-plugin-vue from 9.29.0 to 9.30.0

Release notes

Sourced from eslint-plugin-vue's releases.

v9.30.0

🐛 Bug Fixes

Full Changelog: vuejs/eslint-plugin-vue@v9.29.1...v9.30.0

v9.29.1

🐛 Bug Fixes

Full Changelog: vuejs/eslint-plugin-vue@v9.29.0...v9.29.1

Commits
  • 50bde65 9.30.0
  • 9a56de8 Fix false negatives and false positives in vue/require-valid-default-prop r...
  • 86300c4 fix(custom-event-name-casing): check defineEmits variable name in template (#...
  • 207eb98 Update development dependencies (#2582)
  • 7502cf8 9.29.1
  • aa476d6 Fix Linter type import in index.d.ts (#2572)
  • See full diff in compare view

Updates sass from 1.79.5 to 1.80.5

Release notes

Sourced from sass's releases.

Dart Sass 1.80.5

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

Changes

Embedded Host

  • Don't produce phantom @import deprecations when using an importer with the legacy API.

See the full changelog for changes in earlier releases.

Dart Sass 1.80.4

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

Dart Sass 1.80.3

To install Sass 1.80.3, 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 where @import url("...") would crash in plain CSS files.

  • Improve consistency of how warnings are emitted by different parts of the compiler. This should result in minimal user-visible changes, but different types of warnings should now respond more reliably to flags like --quiet, --verbose, and --silence-deprecation.

See the full changelog for changes in earlier releases.

Dart Sass 1.80.2

To install Sass 1.80.2, 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 where deprecation warnings were incorrectly emitted for the plain-CSS invert() function.

... (truncated)

Changelog

Sourced from sass's changelog.

1.80.5

Embedded Host

  • Don't produce phantom @import deprecations when using an importer with the legacy API.

1.80.4

  • No user-visible changes.

1.80.3

  • Fix a bug where @import url("...") would crash in plain CSS files.

  • Improve consistency of how warnings are emitted by different parts of the compiler. This should result in minimal user-visible changes, but different types of warnings should now respond more reliably to flags like --quiet, --verbose, and --silence-deprecation.

1.80.2

  • Fix a bug where deprecation warnings were incorrectly emitted for the plain-CSS invert() function.

1.80.1

  • Fix a bug where repeated deprecation warnings were not automatically limited.

1.80.0

  • @import is now officially deprecated, as are global built-in functions that are available within built-in modules. See the Sass blog post for more details on the deprecation process.

Embedded Host

  • Fix an error that would sometimes occur when deprecation warnings were emitted when using a custom importer with the legacy API.

1.79.6

  • Fix a bug where Sass would add an extra */ after loud comments with whitespace after an explicit */ in the indented syntax.

  • Potentially breaking bug fix: Adding text after an explicit */ in the indented syntax is now an error, rather than silently generating invalid CSS.

... (truncated)

Commits

Updates vitest from 2.1.3 to 2.1.4

Release notes

Sourced from vitest's releases.

v2.1.4

   🚀 Features

This patch release includes a non-breaking feature for the experimental Browser Mode that doesn't follow SemVer. If you want to avoid picking up releases like this, make sure to pin the Vitest version in your package.json. See npm's documentation about semver for more information.

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub
Commits
  • 0df44c0 chore: release v2.1.4
  • 2444ff2 fix(browser): initiate MSW in the same frame as tests (#6772)
  • 39041ee fix(vitest): silence import analysis warning (#6785)
  • b28cd2e fix: don't normalize drive case letter in root (#6792)
  • df6d750 fix(vitest): don't fail if the working directory starts with a lowercase driv...
  • 169028f feat(browser): allow custom HTML path, respect plugins transformIndexHtml (...
  • 5df7414 chore(deps): update all non-major dependencies (#6750)
  • de74785 chore(deps): update @antfu/eslint-config v3.8.0 (#6751)
  • 121b161 fix(vitest): print warnings form Vite plugins (#6724)
  • a939779 fix(browser): increment browser port automatically if there are several proje...
  • Additional commits viewable 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 <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

Bumps the group-all group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [chart.js](https://github.com/chartjs/Chart.js) | `4.4.4` | `4.4.6` |
| [pinia](https://github.com/vuejs/pinia) | `2.2.4` | `2.2.5` |
| [pinia-plugin-persistedstate](https://github.com/prazdevs/pinia-plugin-persistedstate) | `4.1.1` | `4.1.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.9` | `5.4.10` |
| [vue-chartjs](https://github.com/apertureless/vue-chartjs) | `5.3.1` | `5.3.2` |
| [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) | `9.29.0` | `9.30.0` |
| [sass](https://github.com/sass/dart-sass) | `1.79.5` | `1.80.5` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.1.3` | `2.1.4` |


Updates `chart.js` from 4.4.4 to 4.4.6
- [Release notes](https://github.com/chartjs/Chart.js/releases)
- [Commits](chartjs/Chart.js@v4.4.4...v4.4.6)

Updates `pinia` from 2.2.4 to 2.2.5
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](https://github.com/vuejs/pinia/compare/[email protected]@2.2.5)

Updates `pinia-plugin-persistedstate` from 4.1.1 to 4.1.2
- [Release notes](https://github.com/prazdevs/pinia-plugin-persistedstate/releases)
- [Changelog](https://github.com/prazdevs/pinia-plugin-persistedstate/blob/main/CHANGELOG.md)
- [Commits](prazdevs/pinia-plugin-persistedstate@v4.1.1...v4.1.2)

Updates `vite` from 5.4.9 to 5.4.10
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.10/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.10/packages/vite)

Updates `vue-chartjs` from 5.3.1 to 5.3.2
- [Release notes](https://github.com/apertureless/vue-chartjs/releases)
- [Changelog](https://github.com/apertureless/vue-chartjs/blob/main/CHANGELOG.md)
- [Commits](apertureless/vue-chartjs@v5.3.1...v5.3.2)

Updates `eslint-plugin-vue` from 9.29.0 to 9.30.0
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](vuejs/eslint-plugin-vue@v9.29.0...v9.30.0)

Updates `sass` from 1.79.5 to 1.80.5
- [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.79.5...1.80.5)

Updates `vitest` from 2.1.3 to 2.1.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.4/packages/vitest)

---
updated-dependencies:
- dependency-name: chart.js
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: group-all
- dependency-name: pinia
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: group-all
- dependency-name: pinia-plugin-persistedstate
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: group-all
- dependency-name: vite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: group-all
- dependency-name: vue-chartjs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: group-all
- dependency-name: eslint-plugin-vue
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: group-all
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: group-all
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: group-all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner November 1, 2024 12:37
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 1, 2024
Copy link

github-actions bot commented Nov 1, 2024

PR Preview Action v1.4.8
🚀 Deployed preview to https://sykefi.github.io/climatediet/pr-preview/pr-39/
on branch gh-pages at 2024-11-01 12:38 UTC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants