chore(deps): update [dev] minor and patch dependencies for gatsby-graphiql-explorer #441
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.
This PR contains the following updates:
^8.2.2
->^8.4.1
^6.2.0
->^6.11.0
^0.6.3
->^0.9.0
^5.3.2
->^5.6.3
^0.13.7
->^0.14.1
^3.2.1
->^3.3.4
^5.51.1
->^5.96.1
^4.8.0
->^4.10.0
^3.6.2
->^3.6.20
Release Notes
babel/babel-loader (babel-loader)
v8.4.1
Compare Source
v8.4.0
Compare Source
v8.3.0
Compare Source
New features
Full Changelog: babel/babel-loader@v8.2.5...v8.3.0
v8.2.5
Compare Source
What's Changed
inputSourceMap
loader option by @alan-agius4 in https://github.com/babel/babel-loader/pull/896New Contributors
Full Changelog: babel/babel-loader@v8.2.4...v8.2.5
v8.2.4
Compare Source
What's Changed
Thanks @loveDstyle, @stianjensen and @pathmapper for your first PRs!
webpack-contrib/css-loader (css-loader)
v6.11.0
Compare Source
Features
Bug Fixes
@scope
at-rule without params (#1581) (e022e3b)v6.10.0
Compare Source
Features
@rspack/core
as an optional peer dependency (#1568) (3924679)resourceQuery
andresourceFragment
to theauto
andmode
callback (#1569) (d641c4d)6.9.1 (2024-01-18)
Bug Fixes
@scope
at-rule supportv6.9.1
Compare Source
v6.9.0
Compare Source
Features
Bug Fixes
6.8.1 (2023-05-28)
Bug Fixes
cause
for original errors and warnings (#1526) (ae3d8ae)v6.8.1
Compare Source
v6.8.0
Compare Source
Features
Maximum call stack size exceeded
(#1525) (6eb5661)Bug Fixes
6.7.4 (2023-05-19)
Bug Fixes
6.7.3 (2022-12-14)
Bug Fixes
sourceURL
from emitted CSS (#1487) (962924c)6.7.2 (2022-11-13)
Bug Fixes
6.7.1 (2022-03-08)
Bug Fixes
v6.7.4
Compare Source
v6.7.3
Compare Source
v6.7.2
Compare Source
v6.7.1
Compare Source
v6.7.0
Compare Source
Features
v6.6.0
Compare Source
Features
hashStrategy
option (ca4abce)6.5.1 (2021-11-03)
Bug Fixes
v6.5.1
Compare Source
v6.5.0
Compare Source
Features
url()
whenexperiments.buildHttp
enabled (#1389) (8946be4)Bug Fixes
nosources
in thedevtool
option (c60eff2)v6.4.0
Compare Source
Features
Bug Fixes
v6.3.0
Compare Source
Features
[folder]
placeholder (a0dee4f)exportType
option with'array'
,'string'
and'css-style-sheet'
values (c6d2066)'array'
- the default export isArray
with API forstyle-loader
and other'string'
- the default export isString
you don't needto-string-loader
loader anymore'css-style-sheet'
- the default export is aconstructable stylesheet
, you can useimport sheet from './styles.css' assert { type: 'css' };
like in a browser, more information you can find heresupports()
andlayer()
functions in@import
at-rules (#1377) (bce2c17)@media
at-rules (#1377) (bce2c17)Bug Fixes
onegraph/graphiql-explorer (graphiql-explorer)
v0.9.0
Compare Source
v0.8.0
Compare Source
jantimon/html-webpack-plugin (html-webpack-plugin)
v5.6.3
Compare Source
v5.6.2
Compare Source
v5.6.1
Compare Source
v5.6.0
Compare Source
Features
@rspack/core
as an optional peer dependency (#1829) (56ff3ae)type=systemjs-module
via thescriptLoading
option (#1822) (7effc30)Bug Fixes
5.5.4 (2023-12-06)
Bug Fixes
type
for script tags (#1809) (9959484)5.5.3 (2023-06-10)
Bug Fixes
chunkSortMode
(#1798) (6ad0e55)5.5.2 (2023-06-08)
Bug Fixes
5.5.1 (2023-04-15)
Bug Fixes
v5.5.4
Compare Source
v5.5.3
Compare Source
v5.5.2
Compare Source
v5.5.1
Compare Source
v5.5.0
Compare Source
Features
5.4.0 (2021-10-15)
Features
5.3.2 (2021-06-22)
Bug Fixes
5.3.1 (2021-03-09)
Bug Fixes
v5.4.0
Compare Source
facebook/regenerator (regenerator-runtime)
v0.14.1
Compare Source
v0.14.0
Compare Source
v0.13.11
Compare Source
v0.13.10
Compare Source
v0.13.9
Compare Source
v0.13.8
Compare Source
webpack-contrib/style-loader (style-loader)
v3.3.4
Compare Source
3.3.4 (2024-01-09)
Bug Fixes
v3.3.3
Compare Source
v3.3.2
Compare Source
v3.3.1
Compare Source
v3.3.0
Compare Source
Features
supports()
,layer()
andmedia
from@import
at-rules (b9a600c)insert
function throughstyle.use()
(#535) (f8ef63b)3.2.1 (2021-07-20)
Bug Fixes
styletagtransform
option when it is a module toaddBuildDependency
(#528) (270513f)webpack/webpack (webpack)
v5.96.1
Compare Source
v5.96.0
Compare Source
Bug Fixes
output.environment.dynamicImport
to determine chunk format when no browserslist or targetoptimization.avoidEntryIife
output.devtoolNamespace
importModule
on the execution stageexport
andimport
css/auto
considers a module depending on its filename ascss
(pure CSS) orcss/local
, before it wascss/global
andcss/local
node
targeturl()
s and@import
parsingNew Features
/* webpackIgnore: true */
for CSS filessrc()
supportv5.95.0
Compare Source
Bug Fixes
default
for import context element dependencymodule
andimport
inmodule-import
for externalsimport
'sEnvironmentPlugin
default values types less strictNew Features
optimization.avoidEntryIife
option (true
by default for theproduction
mode)Performance
v5.94.0
Compare Source
v5.93.0
Compare Source
v5.92.1
Compare Source
v5.92.0
Compare Source
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 modulesv5.91.0
Compare Source
Bug 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)v5.90.3
Compare Source
Bug Fixes
Stats.toJson()
andStats.toString()
Perf
v5.90.2
Compare Source
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
v5.90.1
Compare Source
Bug Fixes
unmanagedPaths
in defaultspreOrderIndex
andpostOrderIndex
Performance
compareStringsNumeric
numberHash
using 32-bit FNV1a for small ranges, 64-bit for largerv5.90.0
Compare Source
Bug 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: webpack/webpack@v5.89.0...v5.90.0
v5.89.0
Compare Source
New Features
Dependencies & Maintenance
Full Changelog: webpack/webpack@v5.88.2...v5.89.0
v5.88.2
Compare Source
Bug Fixes
Full Changelog: webpack/webpack@v5.88.1...v5.88.2
v5.88.1
Compare Source
Developer Experience
Full Changelog: webpack/webpack@v5.88.0...v5.88.1
v5.88.0
Compare Source
New Features
css/auto
as the default css mode by @burhanuday in https://github.com/webpack/webpack/pull/17399Bug Fixes
Developer Experience
Dependencies & Maintenance
New Contributors
Full Changelog: webpack/webpack@v5.87.0...v5.88.0
v5.87.0
Compare Source
New Features
fetchPriority
feature as parser option and magic comment by @alexander-akait in https://github.com/webpack/webpack/pull/17249Bug Fixes
Developer Experience
Dependencies & Maintenance
New Contributors
@aboktor made their first contribution in #16991 #16989
@silverwind made their first contribution in #17339 via #17329
Full Changelog: webpack/webpack@v5.86.0...v5.87.0
v5.86.0
Compare Source
New Features
ProgressPlugin
by @alexander-akait in https://github.com/webpack/webpack/pull/17312RegExp
tosplitChunks.chunks
by @hyf0 in https://github.com/webpack/webpack/pull/17332Bug Fixes
ContextModule
types by @huozhi in https://github.com/webpack/webpack/pull/17310__non_webpack_require__
with ES modules by @alexander-akait in https://github.com/webpack/webpack/pull/17308Chunk
,ChunkGroup
, and other plugins by @alexander-akait in https://github.com/webpack/webpack/pull/1731js
extension for eval source maps when extension is not resolvable by @alexander-akait in https://github.com/webpack/webpack/pull/17331Developer Experience
Dependencies & Maintenance
New Contributors
Full Changelog: webpack/webpack@v5.85.1...v5.86.0
v5.85.1
Compare Source
Bug Fixes
BasicEvaluatedExpression.getMemberRangeStarts
has been changed toBasicEvaluatedExpression.getMemberRanges
, please see type definition changes and the pull request for more information.Dependencies & Maintenance
Full Changelog: https://github.com/webpack/webpack/comp
Configuration
📅 Schedule: Branch creation - "before 7am on the first day of the month" in timezone GMT, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.