fix(deps): update minor and patch dependencies for gatsby #38402
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:
^0.3.18
->^0.3.25
^0.5.10
->^0.5.15
^1.17.11
->^1.17.15
1.7.3
->1.7.4
^8.3.0
->^8.4.0
^8.2.0
->^8.3.4
^2.1.1
->^2.3.0
^10.4.14
->^10.4.20
^1.6.4
->^1.7.9
^8.3.0
->^8.4.1
^4.21.9
->^4.24.3
^1.7.4
->^1.7.5
^4.3.4
->^4.4.0
^1.5.1
->^1.6.1
^5.15.0
->^5.18.0
^4.18.2
->^4.21.2
^1.15.0
->^1.18.0
^16.7.1
->^16.10.0
^9.0.10
->^9.0.11
^1.19.0
->^1.22.3
^17.9.2
->^17.13.3
^0.4.15
->^0.4.17
^4.0.5
->^4.0.8
^2.29.4
->^2.30.1
^2.6.11
->^2.7.0
0.1.12
->0.2.5
^8.4.24
->^8.4.49
0.0.0-experimental-c8b778b7f-20220825
->0.0.1
4.7.1
->4.8.1
4.7.1
->4.8.1
^0.4.1
->^0.4.4
^5.3.9
->^5.3.11
^0.2.1
->^0.2.3
^5.88.1
->^5.97.1
^5.9.0
->^5.10.0
^4.38.0
->^4.38.3
^0.8.0
->^0.8.1
Release Notes
jridgewell/trace-mapping (@jridgewell/trace-mapping)
v0.3.25
Compare Source
What's Changed
TraceMap
instances inSectionedSourceMap
'ssections
field: jridgewell/trace-mapping@8d8fc35Full Changelog: jridgewell/trace-mapping@v0.3.24...v0.3.25
v0.3.24
Compare Source
What's Changed
ignoreList
(andx_google_ignoreList
) support: jridgewell/trace-mapping@1027ce6Full Changelog: jridgewell/trace-mapping@v0.3.23...v0.3.24
v0.3.23
Compare Source
Full Changelog: jridgewell/trace-mapping@v0.3.22...v0.3.23
v0.3.22
Compare Source
What's Changed
Full Changelog: jridgewell/trace-mapping@v0.3.21...v0.3.22
v0.3.21
Compare Source
What's Changed
export type *
by @jridgewell in https://github.com/jridgewell/trace-mapping/pull/32Full Changelog: jridgewell/trace-mapping@v0.3.20...v0.3.21
v0.3.20
Compare Source
What's Changed
New Contributors
Full Changelog: jridgewell/trace-mapping@v0.3.19...v0.3.20
v0.3.19
Compare Source
What's Changed
@jridgewell/resolve-uri
and@jridgewell/sourcemap-codec
dependencies so they can be de-duped.Full Changelog: jridgewell/trace-mapping@v0.3.16...v0.3.17
pmmmwh/react-refresh-webpack-plugin (@pmmmwh/react-refresh-webpack-plugin)
v0.5.15
Compare Source
Fixes
ansi-html
(#853)v0.5.14
Compare Source
Fixes
ansi-html
v0.0.9
andschema-utils
v4.x
(#848)Internal
jest
to v29 and some other development dependencies (#848)yalc
(#849)v0.5.13
Compare Source
Fixes
v0.5.12
Compare Source
Fixes
sockProtocol
override (#835)webpack-dev-server
to allow v5.x (#837)v0.5.11
Compare Source
Features
Fixes
type-fest
to allow v4.x (#767)vercel/webpack-asset-relocator-loader (@vercel/webpack-asset-relocator-loader)
v1.7.4
Compare Source
Bug Fixes
acornjs/acorn (acorn-loose)
v8.4.0
Compare Source
IonicaBizau/anser (anser)
v2.3.0
Compare Source
Fix linkify to only match valid URI characters -- thanks @perlpunk! 🍰 /cc #75
v2.2.0
Compare Source
Fix linkify to only match valid URI characters /cc #75 -- thanks @perlpunk! 🍰
postcss/autoprefixer (autoprefixer)
v10.4.20
Compare Source
fit-content
prefix for Firefox.v10.4.19
Compare Source
end value has mixed support, consider using flex-end
warningsince
end
/start
now have good support.v10.4.18
Compare Source
-webkit-box-orient
on-webkit-line-clamp
(@Goodwine).v10.4.17
Compare Source
user-select: contain
prefixes.babel/babel-loader (babel-loader)
v8.4.1
Compare Source
v8.4.0
Compare Source
browserslist/browserslist (browserslist)
v4.24.3
Compare Source
v4.24.2
Compare Source
caniuse-lite
warning text.v4.24.1
Compare Source
caniuse-lite
update to the warning (by @mezhnin).v4.24.0
Compare Source
browserslist.findConfigFile()
helper (by @JLHwung).v4.23.3
Compare Source
>=
query forios
(by @syi0808).v4.23.2
Compare Source
v4.23.1
Compare Source
v4.23.0
Compare Source
BROWSERSLIST_ROOT_PATH
(by @teleclimber).v4.22.3
Compare Source
supports
query (@g-plane).@company/package/browserslist-config
(@boucodes).expressjs/compression (compression)
v1.7.5
Compare Source
==========
pb
) supportfont/ttf
as compressiblemultipart/mixed
debug-js/debug (debug)
v4.4.0
Compare Source
Fixes (hopefully) the inefficient regex warnings in
.enable()
.Minor version as this is invariably going to break certain users who misuse the
.enable()
API and expected it to work with regexes, which was never supported nor documented. That's on you, sorry - that functionality won't be added back.Full Changelog: debug-js/debug@4.3.7...4.4.0
node-modules/detect-port (detect-port)
v1.6.1
Compare Source
Reverts
v1.6.0
Compare Source
Features
webpack/enhanced-resolve (enhanced-resolve)
v5.18.0
Compare Source
Features
v5.17.1
Compare Source
exports
andimports
array target resolvingv5.17.0
Compare Source
Features:
default
condition to be anywherev5.16.1
Compare Source
Bugfixes
v5.16.0
Compare Source
Features:
Bugfixes
v5.15.1
Compare Source
Bugfixes
pnpapi
the issuer belongs toexpressjs/express (express)
v4.21.2
Compare Source
v4.21.1
Compare Source
What's Changed
Full Changelog: expressjs/express@4.21.0...4.21.1
v4.21.0
Compare Source
What's Changed
"back"
magic string in redirects by @blakeembrey in https://github.com/expressjs/express/pull/5935New Contributors
Full Changelog: expressjs/express@4.20.0...4.21.0
mcollina/fastq (fastq)
v1.18.0
Compare Source
What's Changed
New Contributors
Full Changelog: mcollina/fastq@v1.17.1...v1.18.0
graphql/graphql-js (graphql)
v16.10.0
: 16.10.0Compare Source
v16.10.0 (2024-12-15)
New Feature 🚀
extensions
in GraphQLFormattedError (@tpoisseau)Bug Fix 🐞
Docs 📝
10 PRs were merged
@oneOf
in the graphql-js documentation (@JoviDeCroock)Internal 🏠
4 PRs were merged
Committers: 5
graphql-compose/graphql-compose (graphql-compose)
v9.0.11
Compare Source
Bug Fixes
graphql/graphql-http (graphql-http)
v1.22.3
Compare Source
Bug Fixes
status
andstatusText
are optional (38a0191), closes #133v1.22.2
Compare Source
Bug Fixes
v1.22.1
Compare Source
Bug Fixes
set-cookie
header and html body (#116) (1c5c744)v1.22.0
Compare Source
Features
parseRequestParams
from the core and each of the adapters (#111) (2caae00)v1.21.0
Compare Source
Bug Fixes
graphql
module is not required for runtime (#102) (9049f31)Features
v1.20.0
Compare Source
Bug Fixes
makeResponse
,getAcceptableMediaType
orisResponse
(#98) (a638cb4)Features
Configuration
📅 Schedule: Branch creation - "before 7am on the first day of the month" in timezone GMT, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.