[Snyk] Upgrade: vue, , , , apexcharts, chance, date-fns, pinia, remixicon, vee-validate, vite-plugin-vuetify, vue-router, vue-web-terminal, vue3-apexcharts, vuetify, webpack-plugin-vuetify, ws, yup #3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade multiple dependencies.
👯♂ The following dependencies are linked and will therefore be updated together.ℹ️ 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.
vue
from 3.4.19 to 3.4.38 | 19 versions ahead of your current version | 23 days ago
on 2024-08-15
@tiptap/starter-kit
from 2.2.2 to 2.6.4 | 38 versions ahead of your current version | 23 days ago
on 2024-08-15
@tiptap/vue-3
from 2.2.2 to 2.6.4 | 38 versions ahead of your current version | 23 days ago
on 2024-08-15
@tsconfig/node20
from 20.1.2 to 20.1.4 | 2 versions ahead of your current version | 5 months ago
on 2024-03-27
apexcharts
from 3.45.2 to 3.52.0 | 9 versions ahead of your current version | a month ago
on 2024-08-05
chance
from 1.1.11 to 1.1.12 | 1 version ahead of your current version | 2 months ago
on 2024-07-09
date-fns
from 3.3.1 to 3.6.0 | 3 versions ahead of your current version | 6 months ago
on 2024-03-18
pinia
from 2.1.7 to 2.2.2 | 4 versions ahead of your current version | 23 days ago
on 2024-08-15
remixicon
from 4.1.0 to 4.3.0 | 3 versions ahead of your current version | 3 months ago
on 2024-06-13
vee-validate
from 4.12.5 to 4.13.2 | 6 versions ahead of your current version | 2 months ago
on 2024-07-05
vite-plugin-vuetify
from 2.0.1 to 2.0.4 | 3 versions ahead of your current version | a month ago
on 2024-08-04
vue-router
from 4.2.5 to 4.4.3 | 14 versions ahead of your current version | a month ago
on 2024-08-06
vue-web-terminal
from 3.2.6 to 3.3.0 | 9 versions ahead of your current version | 2 months ago
on 2024-07-05
vue3-apexcharts
from 1.5.2 to 1.5.3 | 1 version ahead of your current version | 4 months ago
on 2024-05-21
vuetify
from 3.5.4 to 3.7.0 | 37 versions ahead of your current version | 23 days ago
on 2024-08-15
webpack-plugin-vuetify
from 3.0.1 to 3.0.3 | 2 versions ahead of your current version | 6 months ago
on 2024-03-10
ws
from 8.17.1 to 8.18.0 | 1 version ahead of your current version | 2 months ago
on 2024-07-03
yup
from 1.3.3 to 1.4.0 | 1 version ahead of your current version | 6 months ago
on 2024-03-06
Release notes
Package name: vue
For stable releases, please refer to CHANGELOG.md for details.
For pre-releases, please refer to CHANGELOG.md of the
minor
branch.For stable releases, please refer to CHANGELOG.md for details.
For pre-releases, please refer to CHANGELOG.md of the
minor
branch.For stable releases, please refer to CHANGELOG.md for details.
For pre-releases, please refer to CHANGELOG.md of the
minor
branch.For stable releases, please refer to CHANGELOG.md for details.
For pre-releases, please refer to CHANGELOG.md of the
minor
branch.For stable releases, please refer to CHANGELOG.md for details.
For pre-releases, please refer to CHANGELOG.md of the
minor
branch.Package name: @tiptap/starter-kit
Package name: @tiptap/vue-3
Package name: @tsconfig/node20
Package name: apexcharts
What's Changed
New Contributors
Full Changelog: v3.51.0...v3.52.0
What's Changed
✨ More marker shapes ✨
Full Changelog: v3.50.0...v3.51.0
What's Changed
rollup-plugin-terser
with@ rollup/plugin-terser
by @ poteboy in #4547New Contributors
Full Changelog: v3.49.2...v3.50.0
What's Changed
New Contributors
Full Changelog: v3.49.1...v3.49.2
🆕 Enhancements
🐞 Bug fixes
🐞 Bug fixes
🆕 Enhancements
🐞 Bug fixes
Thanks @ rosco54 for multiple y-axis scale fixes
🆕 Enhancements
🐞 Bug fixes
Thanks @ rosco54 for y-axis scale improvements
🆕 Enhancements
🐞 Bug fixes
🆕 Enhancements
🐞 Bug fixes
curve: smooth
option for stroke as multiple people reported issues withmonotoneCubic
curve.Package name: chance
Bump version to 1.1.12 to include emoji generator
Update version to 1.1.11
Package name: date-fns
On this release worked @ kossnocorp and @ world1dan. Also, thanks to @ seated for sponsoring me.
Fixed
formatDistance
.Added
Kudos to @ fturmel, @ kossnocorp, @ makstyle119, @ tan75, @ marcreichel, @ tareknatsheh and @ audunru for working on the release. Also, thanks to @ seated for sponsoring me.
Fixed
Fixed functions that use current date internally and made them work with date extensions like
UTCDate
.Fixed
daysToWeeks
returning negative 0.Fixed German grammar for the "half a minute" string.
Added
Added the Northern Sámi (
se
) locale.Added the
constructNow
function that creates the current date using the passed reference date's constructor.Kudos to @ kossnocorp, @ sakamossan, and @ Revan99 for working on the release. Also, thanks to @ seated for sponsoring me.
Added
Added
roundToNearestHours
function.Added Central Kurdish (
ckb
) locale.Kudos to @ kossnocorp and @ fturmel for working on the release.
Fixed
Fixed DST issue in
getOverlappingDaysInIntervals
, resulting in an inconsistent number of days returned for intervals starting and ending in different DST periods.Fixed functions incorrectly using
trunc
instead ofround
. The bug was introduced in v3.3.0. The affected functions...