[Snyk] Upgrade: micromark, micromark-extension-gfm-autolink-literal, micromark-extension-gfm-footnote, micromark-extension-gfm-table, webpack, webpack-cli #33
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.
micromark
⚠️ This is a major version upgrade, and may be a breaking change | a year ago
⚠️ This is a major version upgrade, and may be a breaking change | 2 months ago
⚠️ This is a major version upgrade, and may be a breaking change | 2 months ago
⚠️ This is a major version upgrade, and may be a breaking change | 2 months ago
from 3.2.0 to 4.0.0 | 1 version ahead of your current version
on 2023-06-21
micromark-extension-gfm-autolink-literal
from 1.0.5 to 2.1.0 | 2 versions ahead of your current version
on 2024-07-05
micromark-extension-gfm-footnote
from 1.1.2 to 2.1.0 | 2 versions ahead of your current version
on 2024-07-05
micromark-extension-gfm-table
from 1.0.7 to 2.1.0 | 2 versions ahead of your current version
on 2024-07-05
webpack
from 5.85.0 to 5.94.0 | 16 versions ahead of your current version | a month ago
on 2024-08-22
webpack-cli
from 5.1.1 to 5.1.4 | 3 versions ahead of your current version | a year ago
on 2023-06-07
Issues fixed by the recommended upgrade:
SNYK-JS-WEBPACK-7840298
Release notes
Package name: micromark
Change
migrate: update Node
migrate: use more recent Node/browsers (that support
/\p{P}/u
: Node 10, browsers since before 2020)Buffer
withUint8Array
migrate: this should be fine: weird encodings might be different but you should use utf8 anyway
migrate:
from 'micromark/stream.js'
->from 'micromark/stream'
micromark
export mapmigrate:
import {parse} from 'micromark/parse'
->import {parse} from 'micromark'
micromark-util-symbol
export mapmigrate:
import {codes} from 'micromark-util-symbol/codes'
->import {codes} from 'micromark-util-symbol'
Misc
now at ±13.8kb
ignore-scripts
to.npmrc
spackage.json
sFull Changelog: 3.2.0...4.0.0
Package name: micromark-extension-gfm-autolink-literal
name
by @ shlroland in #10
@ import
sFull Changelog: 2.0.0...2.1.0
migrate: update Node
migrate:
gfmAutolinkLiteral
->gfmAutolinkLiteral()
micromark
Full Changelog: 1.0.5...2.0.0
Types
micromark-util-types
Full Changelog: 1.0.4...1.0.5
Package name: micromark-extension-gfm-footnote
name
by @ shlroland in #5
@ import
sFull Changelog: 2.0.0...2.1.0
migrate: update Node
micromark
Full Changelog: 1.1.2...2.0.0
Fix
Full Changelog: 1.1.1...1.1.2
Package name: micromark-extension-gfm-table
name
by @ shlroland in #13
@ import
sFull Changelog: 2.0.0...2.1.0
Change
migrate: update Node
migrate:
gfmTable
->gfmTable()
micromark
Full Changelog: 1.0.7...2.0.0
Types
micromark-util-types
Full Changelog: 1.0.6...1.0.7
Package name: webpack
Bug Fixes
data
/http
/https
protocols in source mapsbigint
optimistic when browserslist not foundNew Features
webpackIgnore
fornew URL()
construction@ import
pathinfo supportSecurity
Bug Fixes
DefinePlugin
quieter under default log levelNew Features
binary
generator option for asset modules to explicitly keep source maps produced by loadersmodern-module
library value for tree shakable outputoverrideStrict
option to override strict or non-strict mode for javascript modulesBug Fixes
Bug Fixes
subtractRuntime
function for runtime logiccss/global
type now handles the exports name@ keyframe
and@ property
at-rules incss/global
typestats.hasWarnings()
method now respects theignoreWarnings
optionArrayQueue
iterator__webpack_exports_info__.a.b.canMangle
CommonJsChunkFormatPlugin
pluginchunkLoading
option to theimport
when environment is unknown and output is modulemodule
chunkFormat usedcss
module type should not allow parser to switch modeNew Features
import attributes
spec (with
keyword)node:
prefix for Node.js core modules in runtime codeimportsFields
option for resolverInitFragment
class for pluginscompileBooleanMatcher
util for pluginsInputFileSystem
andOutputFileSystem
typesesModule
generator option for CSS modulesBug Fixes
unsafeCache
option to be a proxy objectsnapshot.unmanagedPaths
optionfs
typeslayer
/supports
/media
for external CSS importsNew Features
__webpack_nonce__
for CSS chunksfetchPriority
for CSS chunksproduction
mode by default)Bug Fixes
Stats.toJson()
andStats.toString()
Perf
Bug Fixes
Math.imul
infnv1a32
to avoid loss of precision, directly hash UTF16 valuessetStatus()
of the HMR module should not return an array, which may cause infinite recursion__webpack_exports_info__.xxx.canMangle
shouldn't always same as defaultactiveState
try/catch
Dependencies & Maintenance
Bug Fixes
unmanagedPaths
in defaultspreOrderIndex
andpostOrderIndex
Performance
compareStringsNumeric
numberHash
using 32-bit FNV1a for small ranges, 64-bit for largerBug Fixes
RemoveParentModulesPlugin
via bigint arithmeticServer
andDirent
fetchPriority
to hmr runtime'sensureChunk
functionoutput.environment.arrowFunction
option/*#__PURE__*/
to generatedJSON.parse()
amd
externals andamd
librarySideEffectsFlagPlugin
with namespace re-exportsor
strictModuleErrorHandling
is now workingNew Features
false
for dev server inwebpack.config.js
node-module
option for thenode.__filename/__dirname
and enable it by default for ESM targetsnapshot.unmanagedPaths
optionMultiCompilerOptions
typeexportsOnly
option to CSS generator optionsDependencies & Maintenance
Full Changelog: v5.89.0...v5.90.0
New Features
Dependencies & Maintenance
Full Changelog: v5.88.2...v5.89.0
Package name: webpack-cli
5.1.4 (2023-06-07)
Bug Fixes
5.1.3 (2023-06-04)
Bug Fixes
5.1.2 (2023-06-04)
Bug Fixes
.cts
and.mts
extensions (a77daf2)5.1.1 (2023-05-09)
Bug Fixes
--watch
used (#3783) (c0436ba)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: