[Snyk] Upgrade: vue, , rollup #373
Open
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.21 to 3.4.38 | 17 versions ahead of your current version | a month ago
on 2024-08-15
@inertiajs/vue3
from 1.0.15 to 1.2.0 | 3 versions ahead of your current version | 3 months ago
on 2024-06-13
rollup
from 4.12.1 to 4.21.0 | 24 versions ahead of your current version | a month ago
on 2024-08-18
Release notes
Package name: vue
-
3.4.38 - 2024-08-15
-
3.4.37 - 2024-08-08
-
3.4.36 - 2024-08-06
-
3.4.35 - 2024-07-31
-
3.4.34 - 2024-07-24
-
3.4.33 - 2024-07-19
-
3.4.32 - 2024-07-17
-
3.4.31 - 2024-06-28
-
3.4.30 - 2024-06-22
-
3.4.29 - 2024-06-14
-
3.4.28 - 2024-06-14
-
3.4.27 - 2024-05-07
-
3.4.26 - 2024-04-29
-
3.4.25 - 2024-04-24
-
3.4.24 - 2024-04-22
-
3.4.23 - 2024-04-16
-
3.4.22 - 2024-04-15
-
3.4.21 - 2024-02-28
from vue GitHub release notesFor stable releases, please refer to CHANGELOG.md for details.
For pre-releases, please refer to CHANGELOG.md of the
minorbranch.For stable releases, please refer to CHANGELOG.md for details.
For pre-releases, please refer to CHANGELOG.md of the
minorbranch.For stable releases, please refer to CHANGELOG.md for details.
For pre-releases, please refer to CHANGELOG.md of the
minorbranch.For stable releases, please refer to CHANGELOG.md for details.
For pre-releases, please refer to CHANGELOG.md of the
minorbranch.For stable releases, please refer to CHANGELOG.md for details.
For pre-releases, please refer to CHANGELOG.md of the
minorbranch.Package name: @inertiajs/vue3
-
1.2.0 - 2024-06-13
- Fix
- Revert "merge props from partial reloads" (#1895)
-
1.1.0 - 2024-05-25
- Add new
- Deep merge props from partial reloads (#1877)
-
1.0.16 - 2024-04-16
- Fix Svelte 4 slot rendering issues (#1763)
- Fix accessibility warning in Svelte
- Use
-
1.0.15 - 2024-02-26
- Bump axios from
from @inertiajs/vue3 GitHub release notespreserveScrollandpreserveStatetypes (#1882)exceptvisit option to exclude props from partial reloads (#1876)Linkcomponent (#1858)Omitinstead ofExcludein router types (#1857)v1.4.0tov1.6.0(#1723)Package name: rollup
-
4.21.0 - 2024-08-18
- Add option to configure directory for virtual modules when preserving modules (#5602)
- #5602: feat: introduce the virtualDirname option to customize the virtual directory name (@ TrickyPi)
- #5607: chore(deps): update typescript-eslint monorepo to v8 (major) (@ renovate[bot], @ lukastaegert)
- #5608: chore(deps): lock file maintenance minor/patch updates (@ renovate[bot])
- #5611: chore: fix the
- #5613: chore(deps): lock file maintenance minor/patch updates (@ renovate[bot])
- #5614: chore(deps): lock file maintenance (@ renovate[bot])
-
4.20.0 - 2024-08-03
- Allow plugins to specify the original file name when emitting assets (#5596)
- #5596: Add originalFIleName property to emitted assets (@ lukastaegert)
- #5599: chore(deps): update dependency eslint-plugin-unicorn to v55 (@ renovate[bot], @ lukastaegert)
- #5600: chore(deps): lock file maintenance minor/patch updates (@ renovate[bot], @ lukastaegert)
-
4.19.2 - 2024-08-01
- Avoid "cannot get value of null" error when using optional chaining with namespaces (#5597)
- #5597: Fix retrieval of literal values for chained namespaces (@ lukastaegert)
-
4.19.1 - 2024-07-27
- Do not remove parantheses when tree-shaking logical expressions (#5584)
- Do not ignore side effects in calls left of an optional chaining operator (#5589)
- #5584: fix: find whitespace from operator position to start (@ TrickyPi)
- #5587: docs: improve command by code-group (@ thinkasany, @ lukastaegert)
- #5589: Fix side effect detection in optional chains (@ lukastaegert)
- #5592: chore(deps): lock file maintenance minor/patch updates (@ renovate[bot])
- #5593: chore(deps): lock file maintenance minor/patch updates (@ renovate[bot])
- #5594: chore(deps): lock file maintenance (@ renovate[bot])
- #5595: chore(deps): lock file maintenance (@ renovate[bot])
-
4.19.0 - 2024-07-20
- Implement support for decorators (#5562)
- Improve soucemap generation when tree-shaking logical expressions (#5581)
- #5562: feat: implementing decorator support (@ TrickyPi, @ lukastaegert)
- #5570: refactor(finalisers): condition branch (@ Simon-He95,
8000
@ zhangmo8)
- #5572: Improve chunk and asset type information in docs (@ lukastaegert)
- #5573: Switch to audit resolver to ignore requirejs vulnerability (@ lukastaegert)
- #5575: chore(deps): update dependency inquirer to v10 (@ renovate[bot], @ lukastaegert)
- #5576: chore(deps): lock file maintenance minor/patch updates (@ renovate[bot], @ lukastaegert)
- #5580: chore(deps): lock file maintenance minor/patch updates (@ renovate[bot], @ lukastaegert)
- #5581: When tree-shaking logical expression, make sure to remove all trailing white-space. (@ lukastaegert)
-
4.18.1 - 2024-07-08
- Prevent "%" in generated file names to ensure imports resolve (#5535)
- #5524: chore(deps): lock file maintenance minor/patch updates (@ renovate[bot])
- #5525: chore(deps): lock file maintenance (@ renovate[bot])
- #5526: chore(deps): lock file maintenance minor/patch updates (@ renovate[bot])
- #5527: chore(deps): lock file maintenance minor/patch updates (@ renovate[bot])
- #5529: Use Spanned trait to simplify logic (@ lukastaegert)
- #5530: Fix typos in ARCHITECTURE.md (@ younggglcy)
- #5532: Use Rust macros for converters where possible (@ lukastaegert)
- #5535: fix: escape
- #5536: chore(deps): lock file maintenance minor/patch updates (@ renovate[bot], @ lukastaegert)
- #5541: chore(deps): lock file maintenance minor/patch updates (@ renovate[bot])
- #5542: chore(deps): lock file maintenance (@ renovate[bot])
- #5543: Watch rust files and rebuild during dev (@ lukastaegert)
- #5544: Refactor AST converters (@ lukastaegert)
- #5545: chore(deps): update dependency @ rollup/plugin-commonjs to v26 (@ renovate[bot])
- #5546: chore(deps): update dependency nyc to v17 (@ renovate[bot])
- #5547: chore(deps): lock file maintenance minor/patch updates (@ renovate[bot])
- #5548: chore(deps): lock file maintenance (@ renovate[bot])
- #5549: chore(deps): lock file maintenance (@ renovate[bot])
- #5550: chore(deps): update dependency eslint-plugin-unicorn to v54 (@ renovate[bot], @ lukastaegert)
- #5551: chore(deps): lock file maintenance minor/patch updates (@ renovate[bot], @ lukastaegert)
- #5555: chore(deps): lock file maintenance minor/patch updates (@ renovate[bot])
- #5556: chore(deps): lock file maintenance (@ renovate[bot])
- #5558: Consider that the body of ClassBody might be of type StaticBlock (@ TrickyPi)
- #5565: refactor(ast): conditional branch (@ Simon-He95)
- #5566: chore(deps): lock file maintenance minor/patch updates (@ renovate[bot])
- #5567: chore(deps): lock file maintenance (@ renovate[bot])
-
4.18.0 - 2024-05-22
- Resolve import.meta.filename and .dirname in transpiled plugins (#5520)
- #5504: Auto generate node index (@ lukastaegert)
- #5507: chore(deps): lock file maintenance minor/patch updates (@ renovate[bot])
- #5508: chore(deps): lock file maintenance (@ renovate[bot])
- #5510: Split up converter.rs into AST nodes (@ lukastaegert)
- #5512: chore(deps): update dependency builtin-modules to v4 (@ renovate[bot], @ lukastaegert)
- #5514: chore(deps): lock file maintenance minor/patch updates (@ renovate[bot])
- #5518: chore(deps): update dependency eslint-plugin-unicorn to v53 (@ renovate[bot], @ lukastaegert)
- #5519: chore(deps): lock file maintenance minor/patch updates (@ renovate[bot], @ lukastaegert)
- #5520: Resolve import.meta.{filename,dirname} in files imported from config (@ BPScott)
- #5521: docs: correct base32 to base36 in documentation (@ highcastlee)
-
4.17.2 - 2024-04-30
- Fix tree-shaking problems when using spread arguments (#5503)
- #5501: Slightly improve perf report (@ lukastaegert)
- #5503: fix: rest element should deoptimize parameter values (@ liuly0322)
-
4.17.1 - 2024-04-29
- Prevent infinite recursions for certain constructor invocations (#5500)
- #5500: fix: parameter variable infinite recursion error (@ liuly0322)
-
4.17.0 - 2024-04-27
- Track function call arguments to optimize functions only called once or with the same literal values (re-release from 4.16.0) (#5483)
- Reduce browser WASM size to a fraction by changing optimization settings (#5494)
- #5483: feature(fix): function parameter tracking (@ liuly0322)
- #5488: Report performance in CI (@ TrickyPi)
- #5489: Create FUNDING.json (@ BenJam)
- #5492: chore(deps): lock file maintenance minor/patch updates (@ renovate[bot])
- #5493: chore(deps): lock file maintenance minor/patch updates (@ renovate[bot])
- #5494: Use opt-level=z for browser wasm (@ sapphi-red)
-
4.16.4 - 2024-04-23
-
4.16.3 - 2024-04-23
-
4.16.2 - 2024-04-22
-
4.16.1 - 2024-04-21
-
4.16.0 - 2024-04-21
-
4.15.0 - 2024-04-20
-
4.14.3 - 2024-04-15
-
4.14.2 - 2024-04-12
-
4.14.1 - 2024-04-07
-
4.14.0 - 2024-04-03
-
4.13.2 - 2024-03-28
-
4.13.1 - 2024-03-27
-
4.13.1-1 - 2024-03-24
-
4.13.0 - 2024-03-12
-
4.12.1 - 2024-03-06
from rollup GitHub release notes4.21.0
2024-08-18
Features
Pull Requests
noConflictoption in REPL. (@ 7086cmd)4.20.0
2024-08-03
Features
Pull Requests
4.19.2
2024-08-01
Bug Fixes
Pull Requests
4.19.1
2024-07-27
Bug Fixes
Pull Requests
4.19.0
2024-07-20
Features
Bug Fixes
Pull Requests
4.18.1
2024-07-08
Bug Fixes
Pull Requests
%if URI malformed (@ baseballyama, @ lukastaegert)4.18.0
2024-05-22
Features
Pull Requests
4.17.2
2024-04-30
Bug Fixes
Pull Requests
4.17.1
2024-04-29
Bug Fixes
Pull Requests
4.17.0
2024-04-27
Features
Bug Fixes
Pull Requests
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: