[Snyk] Upgrade: , terser, , , , fast-glob, , , eslint, magic-string, rollup, rollup-plugin-dts, tslib, typescript, wasm-feature-detect #60
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.
@rollup/plugin-node-resolve
⚠️ This is a major version upgrade, and may be a breaking change | 24 days ago
⚠️ This is a major version upgrade, and may be a breaking change | 24 days ago
⚠️ This is a major version upgrade, and may be a breaking change | a month ago
⚠️ This is a major version upgrade, and may be a breaking change | 24 days ago
⚠️ This is a major version upgrade, and may be a breaking change | 4 months ago
from 15.1.0 to 15.2.3 | 4 versions ahead of your current version | a year ago
on 2023-10-08
terser
from 5.19.0 to 5.31.6 | 31 versions ahead of your current version | a month ago
on 2024-08-13
@rollup/plugin-terser
from 0.4.3 to 0.4.4 | 1 version ahead of your current version | a year ago
on 2023-10-05
@rollup/plugin-typescript
from 11.1.2 to 11.1.6 | 4 versions ahead of your current version | 8 months ago
on 2024-01-09
@rollup/plugin-virtual
from 3.0.1 to 3.0.2 | 1 version ahead of your current version | a year ago
on 2023-10-05
fast-glob
from 3.3.0 to 3.3.2 | 2 versions ahead of your current version | 10 months ago
on 2023-11-06
@typescript-eslint/eslint-plugin
from 5.59.1 to 8.3.0 | 1023 versions ahead of your current version
on 2024-08-26
@typescript-eslint/parser
from 5.59.1 to 8.3.0 | 1051 versions ahead of your current version
on 2024-08-26
eslint
from 8.44.0 to 9.9.1 | 33 versions ahead of your current version
on 2024-08-23
magic-string
from 0.30.1 to 0.30.11 | 10 versions ahead of your current version | 2 months ago
on 2024-07-29
rollup
from 3.26.2 to 4.21.1 | 92 versions ahead of your current version
on 2024-08-26
rollup-plugin-dts
from 5.3.0 to 6.1.1 | 6 versions ahead of your current version
on 2024-05-18
tslib
from 2.6.0 to 2.7.0 | 4 versions ahead of your current version | a month ago
on 2024-08-23
typescript
from 5.1.6 to 5.5.4 | 399 versions ahead of your current version | 2 months ago
on 2024-07-22
wasm-feature-detect
from 1.5.1 to 1.6.2 | 3 versions ahead of your current version | 3 months ago
on 2024-06-19
Issues fixed by the recommended upgrade:
SNYK-JS-BRACES-6838727
SNYK-JS-MICROMATCH-6838728
SNYK-JS-INFLIGHT-6095116
SNYK-JS-SERIALIZEJAVASCRIPT-6147607
Release notes
Package name: @rollup/plugin-node-resolve
Package name: terser
5.31.6
5.31.5
5.31.4
5.31.3
5.31.2
5.31.1
5.31.0
5.30.4
5.30.3
5.30.2
Package name: @rollup/plugin-terser
Package name: @rollup/plugin-typescript
Package name: @rollup/plugin-virtual
Package name: fast-glob
🐛 Bug fixes
This release fixes a regression for cases where the
ignore
option is used with a string (#403, #404).The public interface of this package does not support a string as the value for the
ignore
option since 2018 year (release).So, in the next major release, we will reintroduce method implementations that do not involve strings in the
ignore
option.🚀 Improvements
Method aliases
New methods (
glob
,globSync
,globStream
) have been added in addition to the current methods (default import,sync
,stream
), which eliminate the need to rename the method when importing. In addition, anasync
alias has been added for the default import, which makes it possible to use this packet with ESM.Method to convert paths to globs
A new method (
convertPathToPattern
) has been added in this release to convert a path to a pattern. The primary goal is to enable users to avoid processing Windows paths in each location where this package is used by utilities from third-party packages.See more details in the pull request.
🐛 Bug fixes
baseNameMatch
option was enabled, which went against the documented behavior. (#312)micromatch
package does not correctly generate a regular expression (#365).dot
option enabled when matching paths. Previously, the!**/*
patterns did not exclude hidden files (start with a dot). (#343)['./file.md', 'file.md', '*']
will now only includefile.md
once in the results. (#190)📖 Documentation
A clarifying note has been added for the
concurrency
option, which provides more detailed information about the Thread Pool utilization.⚙️ Infrastructure
🥇 New Contributors
Package name: @typescript-eslint/eslint-plugin
8.3.0 (2024-08-26)
🚀 Features
globby
w/fast-glob
(#9518)🩹 Fixes
Expression
in argument ofThrowStatement
(#9632)TSSatisfiesExpression
inRuleListenerBaseSelectors
(#9832)TSDeclareFunction
tofunctionTypeTypes
(#9788)❤️ Thank You
You can read about our versioning strategy and releases on our website.
8.2.0 (2024-08-19)
🚀 Features
require-await
to removeasync
keyword (#9718)🩹 Fixes
.then
(#9059)❤️ Thank You
You can read about our versioning strategy and releases on our website.
8.1.0 (2024-08-12)
🚀 Features
🩹 Fixes
abstract
and decorator (#9775)❤️ Thank You
You can read about our versioning strategy and releases on our website.
8.0.1 (2024-08-05)
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
8.0.0 (2024-07-31)
🚀 Features
reportUnusedIgnorePattern
option (#9324)ignoreClassWithStaticInitBlock
(#9325)🩹 Fixes
projectService
indisabled-type-checked
shared config (#9460)RuleModuleWithMetaDocs
(#9465)❤️ Thank You
You can read about our versioning strategy and releases on our website.
7.18.0 (2024-07-29)
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
7.17.0 (2024-07-22)
🚀 Features