Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 1, 2023

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.9 age adoption passing confidence
babel-loader ^8.3.0 -> ^8.4.1 age adoption passing confidence
browserslist ^4.21.9 -> ^4.24.3 age adoption passing confidence
compression ^1.7.4 -> ^1.7.5 age adoption passing confidence
debug ^4.3.4 -> ^4.4.0 age adoption passing confidence
detect-port ^1.5.1 -> ^1.6.1 age adoption passing confidence
enhanced-resolve ^5.15.0 -> ^5.18.0 age adoption passing confidence
express (source) ^4.18.2 -> ^4.21.2 age adoption passing confidence
fastq ^1.15.0 -> ^1.18.0 age adoption passing confidence
graphql ^16.7.1 -> ^16.10.0 age adoption passing confidence
graphql-compose ^9.0.10 -> ^9.0.11 age adoption passing confidence
graphql-http ^1.19.0 -> ^1.22.3 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.12 -> 0.2.5 age adoption passing confidence
postcss (source) ^8.4.24 -> ^8.4.49 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.1 age adoption passing confidence
socket.io-client (source) 4.7.1 -> 4.8.1 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.11 age adoption passing confidence
tmp ^0.2.1 -> ^0.2.3 age adoption passing confidence
webpack ^5.88.1 -> ^5.97.1 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

Full Changelog: jridgewell/trace-mapping@v0.3.24...v0.3.25

v0.3.24

Compare Source

What's Changed

Full 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

Full 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

  • Unpins the @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
  • 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! 🍰 /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

  • 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.
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

  • Clarify outdated caniuse-lite warning text.

v4.24.1

Compare Source

  • Added months since last caniuse-lite update to the warning (by @​mezhnin).

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).
expressjs/compression (compression)

v1.7.5

Compare Source

==========

  • deps: Replace accepts with negotiator@~0.6.4
    • Add preference option
  • deps: [email protected]
    • Add petabyte (pb) support
    • Fix "thousandsSeparator" incorrecting formatting fractional part
    • Fix return value for un-parsable strings
  • deps: compressible@~2.0.18
    • Mark font/ttf as compressible
    • Remove compressible from multipart/mixed
    • deps: mime-db@'>= 1.43.0 < 2'
  • deps: [email protected]
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
  • Added wildcards support for aliases

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.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

New 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.0

Compare Source

v16.10.0 (2024-12-15)

New Feature 🚀
Bug Fix 🐞
Docs 📝
10 PRs were merged
Internal 🏠
4 PRs were merged
Committers: 5
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.3

Compare Source

Bug Fixes
  • handler: Response options status and statusText are optional (38a0191), closes #​133

v1.22.2

Compare Source

Bug Fixes
  • use/koa: Use the parsed request body rather than ctx.body (#​132) (9f8b1f1)

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

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 renovate bot added the topic: automation Related to Circle CI, Peril, Renovate, scripts/*, Github Workflows, Github Actions, or Slackbot label Aug 1, 2023
@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Aug 1, 2023
@renovate renovate bot force-pushed the renovate/gatsby-prod-minor branch from d05c1f2 to 9bb690f Compare September 1, 2023 01:35
@renovate renovate bot force-pushed the renovate/gatsby-prod-minor branch from 9bb690f to 2bfcdb0 Compare October 1, 2023 01:10
@renovate renovate bot force-pushed the renovate/gatsby-prod-minor branch from 2bfcdb0 to 99e0712 Compare November 1, 2023 01:34
@renovate renovate bot force-pushed the renovate/gatsby-prod-minor branch from 99e0712 to f5c4897 Compare December 1, 2023 01:07
@renovate renovate bot force-pushed the renovate/gatsby-prod-minor branch from f5c4897 to 53553b7 Compare January 1, 2024 00:35
@renovate renovate bot force-pushed the renovate/gatsby-prod-minor branch from 53553b7 to 7c296fb Compare February 1, 2024 00:50
@renovate renovate bot force-pushed the renovate/gatsby-prod-minor branch from 7c296fb to 0674c59 Compare March 1, 2024 00:45
@renovate renovate bot force-pushed the renovate/gatsby-prod-minor branch from 0674c59 to 72a583c Compare April 1, 2024 01:57
@renovate renovate bot force-pushed the renovate/gatsby-prod-minor branch from 72a583c to 73a58ad Compare May 1, 2024 01:56
@renovate renovate bot force-pushed the renovate/gatsby-prod-minor branch from 73a58ad to d497b9e Compare June 1, 2024 00:37
@renovate renovate bot force-pushed the renovate/gatsby-prod-minor branch from d497b9e to 95c1dc0 Compare July 1, 2024 02:17
@renovate renovate bot force-pushed the renovate/gatsby-prod-minor branch from 95c1dc0 to 236c96f Compare August 1, 2024 01:37
@renovate renovate bot force-pushed the renovate/gatsby-prod-minor branch from 236c96f to 20faaa5 Compare September 1, 2024 00:55
@serhalp serhalp force-pushed the renovate/gatsby-prod-minor branch 3 times, most recently from aedfda6 to 7161260 Compare September 26, 2024 16:47
@renovate renovate bot force-pushed the renovate/gatsby-prod-minor branch from 7161260 to b490709 Compare October 1, 2024 01:55
@renovate renovate bot force-pushed the renovate/gatsby-prod-minor branch from b490709 to 32247f2 Compare December 1, 2024 00:25
@renovate renovate bot force-pushed the renovate/gatsby-prod-minor branch from 32247f2 to 8f370de Compare January 1, 2025 01:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer topic: automation Related to Circle CI, Peril, Renovate, scripts/*, Github Workflows, Github Actions, or Slackbot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants