gatsby
gatsby copied to clipboard
fix(deps): update minor and patch dependencies for gatsby
This PR contains the following updates:
Release Notes
jridgewell/trace-mapping (@jridgewell/trace-mapping)
v0.3.25
What's Changed
- Support
TraceMap
instances inSectionedSourceMap
'ssections
field: https://github.com/jridgewell/trace-mapping/commit/8d8fc353673c9dbd6b03d68c09430dc28880095a
Full Changelog: https://github.com/jridgewell/trace-mapping/compare/v0.3.24...v0.3.25
v0.3.24
What's Changed
- Add
ignoreList
(andx_google_ignoreList
) support: https://github.com/jridgewell/trace-mapping/commit/1027ce6bfc068dc71cc16861d2e09b155fee9293
Full Changelog: https://github.com/jridgewell/trace-mapping/compare/v0.3.23...v0.3.24
v0.3.23
Full Changelog: https://github.com/jridgewell/trace-mapping/compare/v0.3.22...v0.3.23
v0.3.22
What's Changed
- Specify all exported types to unbreak TS v4.* by @jridgewell in https://github.com/jridgewell/trace-mapping/pull/34
Full Changelog: https://github.com/jridgewell/trace-mapping/compare/v0.3.21...v0.3.22
v0.3.21
What's Changed
- Use
export type *
by @jridgewell in https://github.com/jridgewell/trace-mapping/pull/32
Full Changelog: https://github.com/jridgewell/trace-mapping/compare/v0.3.20...v0.3.21
v0.3.20
What's Changed
- Fix handling of sectioned source maps missing 'names' array by @RandomByte in https://github.com/jridgewell/trace-mapping/pull/29
New Contributors
- @RandomByte made their first contribution in https://github.com/jridgewell/trace-mapping/pull/29
Full Changelog: https://github.com/jridgewell/trace-mapping/compare/v0.3.19...v0.3.20
v0.3.19
What's Changed
- Unpins the
@jridgewell/resolve-uri
and@jridgewell/sourcemap-codec
dependencies so they can be de-duped.
Full Changelog: https://github.com/jridgewell/trace-mapping/compare/v0.3.16...v0.3.17
pmmmwh/react-refresh-webpack-plugin (@pmmmwh/react-refresh-webpack-plugin)
v0.5.15
Fixes
- Fixed wrong import in error overlay for
ansi-html
(#853)
v0.5.14
Fixes
- Moved to
ansi-html
v0.0.9
andschema-utils
v4.x
(#848)
Internal
- Run tests on latest versions of Node.js 18, 20 and 22 (#848)
- Bumped
jest
to v29 and some other development dependencies (#848) - Removed
yalc
(#849)
v0.5.13
Fixes
- Fixed module system inferring (ESM vs CJS) to start from the point of each file (#771)
v0.5.12
Fixes
- Fixed incorrect
sockProtocol
override (#835) - Relaxed peer dependency requirement on
webpack-dev-server
to allow v5.x (#837)
v0.5.11
Features
- Added support to exclude dynamically generated modules from other loaders (#769)
Fixes
IonicaBizau/anser (anser)
v2.3.0
Fix linkify to only match valid URI characters -- thanks @perlpunk! :cake: /cc #75
v2.2.0
Fix linkify to only match valid URI characters /cc #75 -- thanks @perlpunk! :cake:
postcss/autoprefixer (autoprefixer)
v10.4.20
- Fixed
fit-content
prefix for Firefox.
v10.4.19
- Removed
end value has mixed support, consider using flex-end
warning sinceend
/start
now have good support.
v10.4.18
- Fixed removing
-webkit-box-orient
on-webkit-line-clamp
(@Goodwine).
v10.4.17
- Fixed
user-select: contain
prefixes.
axios/axios (axios)
v1.7.7
Bug Fixes
- fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#6584) (d198085)
- http: fixed support for IPv6 literal strings in url (#5731) (364993f)
Contributors to this release
v1.7.6
Bug Fixes
- fetch: fix content length calculation for FormData payload; (#6524) (085f568)
- fetch: optimize signals composing logic; (#6582) (df9889b)
Contributors to this release
v1.7.5
Bug Fixes
- adapter: fix undefined reference to hasBrowserEnv (#6572) (7004707)
- core: add the missed implementation of AxiosError#status property; (#6573) (6700a8a)
-
core: fix
ReferenceError: navigator is not defined
for custom environments; (#6567) (fed1a4b) - fetch: fix credentials handling in Cloudflare workers (#6533) (550d885)
Contributors to this release
expressjs/body-parser (body-parser)
v1.20.3
===================
- deps: [email protected]
- add
depth
option to customize the depth level in the parser - IMPORTANT: The default
depth
level for parsing URL-encoded data is now32
(previously wasInfinity
)
v1.20.2
===================
- Fix strict json error message on Node.js 19+
- deps: content-type@~1.0.5
- perf: skip value escaping when unnecessary
- deps: [email protected]
browserslist/browserslist (browserslist)
v4.24.0
- Added
browserslist.findConfigFile()
helper (by @JLHwung).
v4.23.3
- Fixed
>=
query forios
(by @syi0808).
v4.23.2
- Updated Firefox ESR.
v4.23.1
- Fixed feature query with mobile to desktop when caniuse lags (by @steverep).
v4.23.0
- Added
BROWSERSLIST_ROOT_PATH
(by @teleclimber).
v4.22.3
- Fixed white spaces support in
supports
query (@g-plane). - Fixed shared config like
@company/package/browserslist-config
(@boucodes).
webpack/enhanced-resolve (enhanced-resolve)
v5.17.1
- fix:
exports
andimports
array target resolving - perf(memory): avoid creating a new array inside doResolve
v5.17.0
Features:
- Allow
default
condition to be anywhere
v5.16.1
Bugfixes
- use cache for exports and imports plugins
v5.16.0
Features:
- cache realpath and realpathSync methods
Bugfixes
- types for cached input filesystem
- support Buffer/URL/number paths in cached file system
v5.15.1
Bugfixes
- find the
pnpapi
the issuer belongs to
expressjs/express (express)
v4.21.0
What's Changed
- Deprecate
"back"
magic string in redirects by @blakeembrey in https://github.com/expressjs/express/pull/5935 - [email protected] by @wesleytodd in https://github.com/expressjs/express/pull/5954
- fix(deps): [email protected] by @wesleytodd in https://github.com/expressjs/express/pull/5951
- Upgraded dependency qs to 6.13.0 to match qs in body-parser by @agadzinski93 in https://github.com/expressjs/express/pull/5946
New Contributors
- @agadzinski93 made their first contribution in https://github.com/expressjs/express/pull/5946
Full Changelog: https://github.com/expressjs/express/compare/4.20.0...4.21.0
mcollina/fastq (fastq)
v1.17.1
What's Changed
- Emit drain event after pause/resume combo by @mcollina in https://github.com/mcollina/fastq/pull/82
Full Changelog: https://github.com/mcollina/fastq/compare/v1.17.0...v1.17.1
v1.17.0
What's Changed
- Bump typescript from 4.9.5 to 5.0.4 by @dependabot in https://github.com/mcollina/fastq/pull/68
- fix ci by @Uzlopak in https://github.com/mcollina/fastq/pull/72
- add running to typescript definition by @Uzlopak in https://github.com/mcollina/fastq/pull/71
- fix: unshift with worker throwing error (#77) by @aguegu in https://github.com/mcollina/fastq/pull/78
- Consistently respect the configured concurrency by @mart-jansink in https://github.com/mcollina/fastq/pull/81
New Contributors
- @dependabot made their first contribution in https://github.com/mcollina/fastq/pull/68
- @Uzlopak made their first contribution in https://github.com/mcollina/fastq/pull/72
- @aguegu made their first contribution in https://github.com/mcollina/fastq/pull/78
- @mart-jansink made their first contribution in https://github.com/mcollina/fastq/pull/81
Full Changelog: https://github.com/mcollina/fastq/compare/v1.15.0...v1.17.0
graphql/graphql-http (graphql-http)
v1.22.1
Bug Fixes
-
audit/render: Omit
set-cookie
header and html body (#116) (1c5c744) - handler: Support both utf-8 and utf8 charsets (94100d6), closes #120
- use: Set request readable encoding to utf-8 (50d3bcd), closes #118
v1.22.0
Features
v1.21.0
Bug Fixes
Features
v1.20.0
Bug Fixes
-
handler: Don't export
makeResponse
,getAcceptableMediaType
orisResponse
(#98) (a638cb4) - handler: Request params optional properties can also be null (10a6f06)
Features
hapijs/joi (joi)
v17.13.3
v17.13.2
v17.13.1
v17.13.0
v17.12.3
[Compare Source](https://redirect.github.co
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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.