gatsby icon indicating copy to clipboard operation
gatsby copied to clipboard

fix(deps): update minor and patch dependencies for gatsby

Open renovate[bot] opened this issue 1 year ago • 0 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@jridgewell/trace-mapping ^0.3.18 -> ^0.3.25 age adoption passing confidence
@pmmmwh/react-refresh-webpack-plugin ^0.5.10 -> ^0.5.15 age adoption passing confidence
@types/http-proxy (source) ^1.17.11 -> ^1.17.15 age adoption passing confidence
@vercel/webpack-asset-relocator-loader 1.7.3 -> 1.7.4 age adoption passing confidence
acorn-loose ^8.3.0 -> ^8.4.0 age adoption passing confidence
acorn-walk ^8.2.0 -> ^8.3.4 age adoption passing confidence
anser ^2.1.1 -> ^2.3.0 age adoption passing confidence
autoprefixer ^10.4.14 -> ^10.4.20 age adoption passing confidence
axios (source) ^1.6.4 -> ^1.7.7 age adoption passing confidence
babel-loader ^8.3.0 -> ^8.4.1 age adoption passing confidence
body-parser 1.20.1 -> 1.20.3 age adoption passing confidence
browserslist ^4.21.9 -> ^4.24.0 age adoption passing confidence
debug ^4.3.4 -> ^4.3.7 age adoption passing confidence
detect-port ^1.5.1 -> ^1.6.1 age adoption passing confidence
enhanced-resolve ^5.15.0 -> ^5.17.1 age adoption passing confidence
express (source) ^4.18.2 -> ^4.21.0 age adoption passing confidence
fastq ^1.15.0 -> ^1.17.1 age adoption passing confidence
graphql ^16.7.1 -> ^16.9.0 age adoption passing confidence
graphql-compose ^9.0.10 -> ^9.0.11 age adoption passing confidence
graphql-http ^1.19.0 -> ^1.22.1 age adoption passing confidence
joi ^17.9.2 -> ^17.13.3 age adoption passing confidence
memoizee ^0.4.15 -> ^0.4.17 age adoption passing confidence
micromatch ^4.0.5 -> ^4.0.8 age adoption passing confidence
moment (source) ^2.29.4 -> ^2.30.1 age adoption passing confidence
node-fetch ^2.6.11 -> ^2.7.0 age adoption passing confidence
path-to-regexp 0.1.7 -> 0.2.5 age adoption passing confidence
postcss (source) ^8.4.24 -> ^8.4.47 age adoption passing confidence
react-refresh (source) ^0.14.0 -> ^0.14.2 age adoption passing confidence
react-server-dom-webpack (source) 0.0.0-experimental-c8b778b7f-20220825 -> 0.0.1 age adoption passing confidence
socket.io (source) 4.7.1 -> 4.8.0 age adoption passing confidence
socket.io-client (source) 4.7.1 -> 4.8.0 age adoption passing confidence
style-to-object ^0.4.1 -> ^0.4.4 age adoption passing confidence
terser-webpack-plugin ^5.3.9 -> ^5.3.10 age adoption passing confidence
tmp ^0.2.1 -> ^0.2.3 age adoption passing confidence
webpack ^5.88.1 -> ^5.95.0 age adoption passing confidence
webpack-merge ^5.9.0 -> ^5.10.0 age adoption passing confidence
xstate (source) ^4.38.0 -> ^4.38.3 age adoption passing confidence
yaml-loader ^0.8.0 -> ^0.8.1 age adoption passing confidence

Release Notes

jridgewell/trace-mapping (@​jridgewell/trace-mapping)

v0.3.25

Compare Source

What's Changed

  • Support TraceMap instances in SectionedSourceMap's sections 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

Compare Source

What's Changed

  • Add ignoreList (and x_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

Compare Source

Full Changelog: https://github.com/jridgewell/trace-mapping/compare/v0.3.22...v0.3.23

v0.3.22

Compare Source

What's Changed

Full Changelog: https://github.com/jridgewell/trace-mapping/compare/v0.3.21...v0.3.22

v0.3.21

Compare Source

What's Changed

Full Changelog: https://github.com/jridgewell/trace-mapping/compare/v0.3.20...v0.3.21

v0.3.20

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/jridgewell/trace-mapping/compare/v0.3.19...v0.3.20

v0.3.19

Compare Source

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

Compare Source

Fixes
  • Fixed wrong import in error overlay for ansi-html (#​853)

v0.5.14

Compare Source

Fixes
  • Moved to ansi-html v0.0.9 and schema-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

Compare Source

Fixes
  • Fixed module system inferring (ESM vs CJS) to start from the point of each file (#​771)

v0.5.12

Compare Source

Fixes
  • Fixed incorrect sockProtocol override (#​835)
  • Relaxed peer dependency requirement on webpack-dev-server to allow v5.x (#​837)

v0.5.11

Compare Source

Features
  • Added support to exclude dynamically generated modules from other loaders (#​769)
Fixes
  • Fixed unnecessary memory leaks due to `prevExports`` (#​766)
  • Relaxed peer dependency requirement on type-fest to allow v4.x (#​767)
  • Fixed module type resolution when there is difference across contexts (#​768)
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! :cake: /cc #​75

v2.2.0

Compare Source

Fix linkify to only match valid URI characters /cc #​75 -- thanks @​perlpunk! :cake:

postcss/autoprefixer (autoprefixer)

v10.4.20

Compare Source

  • Fixed fit-content prefix for Firefox.

v10.4.19

Compare Source

  • Removed end value has mixed support, consider using flex-end warning since end/start now have good support.

v10.4.18

Compare Source

  • Fixed removing -webkit-box-orient on -webkit-line-clamp (@​Goodwine).

v10.4.17

Compare Source

  • Fixed user-select: contain prefixes.
axios/axios (axios)

v1.7.7

Compare Source

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

Compare Source

Bug Fixes
Contributors to this release

v1.7.5

Compare Source

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
babel/babel-loader (babel-loader)

v8.4.1

Compare Source

v8.4.0

Compare Source

expressjs/body-parser (body-parser)

v1.20.3

Compare Source

===================

  • 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 now 32 (previously was Infinity)

v1.20.2

Compare Source

===================

  • 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

Compare Source

  • Added browserslist.findConfigFile() helper (by @​JLHwung).

v4.23.3

Compare Source

v4.23.2

Compare Source

  • Updated Firefox ESR.

v4.23.1

Compare Source

  • Fixed feature query with mobile to desktop when caniuse lags (by @​steverep).

v4.23.0

Compare Source

v4.22.3

Compare Source

  • Fixed white spaces support in supports query (@​g-plane).
  • Fixed shared config like @company/package/browserslist-config (@​boucodes).
node-modules/detect-port (detect-port)

v1.6.1

Compare Source

Reverts

v1.6.0

Compare Source

Features
webpack/enhanced-resolve (enhanced-resolve)

v5.17.1

Compare Source

  • fix: exports and imports array target resolving
  • perf(memory): avoid creating a new array inside doResolve

v5.17.0

Compare Source

Features:

  • Allow default condition to be anywhere

v5.16.1

Compare Source

Bugfixes

  • use cache for exports and imports plugins

v5.16.0

Compare Source

Features:

  • cache realpath and realpathSync methods

Bugfixes

  • types for cached input filesystem
  • support Buffer/URL/number paths in cached file system

v5.15.1

Compare Source

Bugfixes

  • find the pnpapi the issuer belongs to
expressjs/express (express)

v4.21.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/expressjs/express/compare/4.20.0...4.21.0

mcollina/fastq (fastq)

v1.17.1

Compare Source

What's Changed

Full Changelog: https://github.com/mcollina/fastq/compare/v1.17.0...v1.17.1

v1.17.0

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/mcollina/fastq/compare/v1.15.0...v1.17.0

graphql-compose/graphql-compose (graphql-compose)

v9.0.11

Compare Source

Bug Fixes
  • handle scalar arguments with object default values (#​408) (5606c4f)
graphql/graphql-http (graphql-http)

v1.22.1

Compare Source

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

Compare Source

Features
  • handler: Expose parseRequestParams from the core and each of the adapters (#​111) (2caae00)

v1.21.0

Compare Source

Bug Fixes
  • client: graphql module is not required for runtime (#​102) (9049f31)
Features

v1.20.0

Compare Source

Bug Fixes
  • handler: Don't export makeResponse, getAcceptableMediaType or isResponse (#​98) (a638cb4)
  • handler: Request params optional properties can also be null (10a6f06)
Features
hapijs/joi (joi)

v17.13.3

Compare Source

v17.13.2

Compare Source

v17.13.1

Compare Source

v17.13.0

Compare Source

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.

renovate[bot] avatar Aug 01 '23 04:08 renovate[bot]