Skip to content

chore(deps): update [dev] minor and patch dependencies for gatsby-graphiql-explorer - #441

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/gatsby-graphiql-explorer-dev-minor
Open

chore(deps): update [dev] minor and patch dependencies for gatsby-graphiql-explorer#441
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/gatsby-graphiql-explorer-dev-minor

Conversation

@renovate

@renovate renovate Bot commented Aug 1, 2023

Copy link
Copy Markdown

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
babel-loader ^8.2.2^8.4.1 age adoption passing confidence
css-loader ^6.2.0^6.11.0 age adoption passing confidence
graphiql-explorer ^0.6.3^0.9.0 age adoption passing confidence
html-webpack-plugin ^5.3.2^5.6.8 age adoption passing confidence
regenerator-runtime (source) ^0.13.7^0.14.1 age adoption passing confidence
style-loader ^3.2.1^3.3.4 age adoption passing confidence
webpack ^5.51.1^5.109.2 age adoption passing confidence
webpack-cli (source) ^4.8.0^4.10.0 age adoption passing confidence
whatwg-fetch ^3.6.2^3.6.20 age adoption passing confidence

Release Notes

babel/babel-loader (babel-loader)

v8.4.1

Compare Source

What's Changed

Full Changelog: babel/babel-loader@v8.4.0...v8.4.1

v8.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: babel/babel-loader@v8.3.0...v8.4.0

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

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

v6.11.0

Compare Source

Features
Bug Fixes

v6.10.0

Compare Source

Features
  • add @rspack/core as an optional peer dependency (#​1568) (3924679)
  • pass the resourceQuery and resourceFragment to the auto and mode callback (#​1569) (d641c4d)
  • support named exports with any characters (6f43929)
6.9.1 (2024-01-18)
Bug Fixes
  • css nesting support
  • @scope at-rule support

v6.9.1

Compare Source

Features
  • add @rspack/core as an optional peer dependency (#​1568) (3924679)
  • pass the resourceQuery and resourceFragment to the auto and mode callback (#​1569) (d641c4d)
  • support named exports with any characters (6f43929)
6.9.1 (2024-01-18)
Bug Fixes
  • css nesting support
  • @scope at-rule support

v6.9.0

Compare Source

Features
  • add @rspack/core as an optional peer dependency (#​1568) (3924679)
  • pass the resourceQuery and resourceFragment to the auto and mode callback (#​1569) (d641c4d)
  • support named exports with any characters (6f43929)
6.9.1 (2024-01-18)
Bug Fixes
  • css nesting support
  • @scope at-rule support

v6.8.1

Compare Source

Features
Bug Fixes
6.8.1 (2023-05-28)
Bug Fixes

v6.8.0

Compare Source

Features
Bug Fixes
6.8.1 (2023-05-28)
Bug Fixes

v6.7.4

Compare Source

Features
  • use template literal when it possible to prevent 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
6.7.2 (2022-11-13)
Bug Fixes
6.7.1 (2022-03-08)
Bug Fixes

v6.7.3

Compare Source

Features
  • use template literal when it possible to prevent 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
6.7.2 (2022-11-13)
Bug Fixes
6.7.1 (2022-03-08)
Bug Fixes

v6.7.2

Compare Source

Features
  • use template literal when it possible to prevent 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
6.7.2 (2022-11-13)
Bug Fixes
6.7.1 (2022-03-08)
Bug Fixes

v6.7.1

Compare Source

Features
  • use template literal when it possible to prevent 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
6.7.2 (2022-11-13)
Bug Fixes
6.7.1 (2022-03-08)
Bug Fixes

v6.7.0

Compare Source

Features
  • use template literal when it possible to prevent 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
6.7.2 (2022-11-13)
Bug Fixes
6.7.1 (2022-03-08)
Bug Fixes

v6.6.0

Compare Source

Features
  • added the hashStrategy option (ca4abce)
6.5.1 (2021-11-03)
Bug Fixes

v6.5.1

Compare Source

Features
  • added the hashStrategy option (ca4abce)
6.5.1 (2021-11-03)
Bug Fixes

v6.5.0

Compare Source

Features
  • added the hashStrategy option (ca4abce)
6.5.1 (2021-11-03)
Bug Fixes

v6.4.0

Compare Source

Features
  • generate more collision resistant for locals (c7db752)
Bug Fixes
  • classes generation for client and server bundling (303a3a1)

v6.3.0

Compare Source

Features
  • added [folder] placeholder (a0dee4f)
  • added the exportType option with 'array', 'string' and 'css-style-sheet' values (c6d2066)
    • 'array' - the default export is Array with API for style-loader and other
    • 'string' - the default export is String you don't need to-string-loader loader anymore
    • 'css-style-sheet' - the default export is a constructable stylesheet, you can use import sheet from './styles.css' assert { type: 'css' }; like in a browser, more information you can find here
  • supported supports() and layer() functions in @import at-rules (#​1377) (bce2c17)
  • fix multiple merging multiple @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.8

Compare Source

v5.6.7

Compare Source

v5.6.6

Compare Source

v5.6.5

Compare Source

v5.6.4

Compare Source

v5.6.3

Compare Source

v5.6.2

Compare Source

v5.6.1

Compare Source

v5.6.0

Compare Source

Features
  • add @rspack/core as an optional peer dependency (#​1829) (56ff3ae)
  • Added support type=systemjs-module via the scriptLoading option (#​1822) (7effc30)
Bug Fixes
5.5.4 (2023-12-06)
Bug Fixes
5.5.3 (2023-06-10)
Bug Fixes
5.5.2 (2023-06-08)
Bug Fixes
5.5.1 (2023-04-15)
Bug Fixes
  • perf: defer loading of pretty-error to improve startup time (#​1789) (988709d)

v5.5.4

Compare Source

Features
  • add @rspack/core as an optional peer dependency (#​1829) (56ff3ae)
  • Added support type=systemjs-module via the scriptLoading option (#​1822) (7effc30)
Bug Fixes
5.5.4 (2023-12-06)
Bug Fixes
5.5.3 (2023-06-10)
Bug Fixes
5.5.2 (2023-06-08)
Bug Fixes
5.5.1 (2023-04-15)
Bug Fixes
  • perf: defer loading of pretty-error to improve startup time (#​1789) (988709d)

v5.5.3

Compare Source

Features
  • add @rspack/core as an optional peer dependency (#​1829) (56ff3ae)
  • Added support type=systemjs-module via the scriptLoading option (#​1822) (7effc30)
Bug Fixes
5.5.4 (2023-12-06)
Bug Fixes
5.5.3 (2023-06-10)
Bug Fixes
5.5.2 (2023-06-08)
Bug Fixes
5.5.1 (2023-04-15)
Bug Fixes
  • perf: defer loading of pretty-error to improve startup time (#​1789) (988709d)

v5.5.2

Compare Source

Features
  • add @rspack/core as an optional peer dependency (#​1829) (56ff3ae)
  • Added support type=systemjs-module via the scriptLoading option (#​1822) (7effc30)
Bug Fixes
5.5.4 (2023-12-06)
Bug Fixes
5.5.3 (2023-06-10)
Bug Fixes
5.5.2 (2023-06-08)
Bug Fixes
5.5.1 (2023-04-15)
Bug Fixes
  • perf: defer loading of pretty-error to improve startup time (#​1789) (988709d)

v5.5.1

Compare Source

Features
  • add @rspack/core as an optional peer dependency (#​1829) (56ff3ae)
  • Added support type=systemjs-module via the scriptLoading option (#​1822) (7effc30)
Bug Fixes
5.5.4 (2023-12-06)
Bug Fixes
5.5.3 (2023-06-10)
Bug Fixes
5.5.2 (2023-06-08)
Bug Fixes
5.5.1 (2023-04-15)
Bug Fixes
  • perf: defer loading of pretty-error to improve startup time (#​1789) (988709d)

v5.5.0

Compare Source

Features
  • add @rspack/core as an optional peer dependency (#​1829) (56ff3ae)
  • Added support type=systemjs-module via the scriptLoading option (#​1822) (7effc30)
Bug Fixes
5.5.4 (2023-12-06)
Bug Fixes
5.5.3 (2023-06-10)
Bug Fixes
5.5.2 (2023-06-08)
Bug Fixes
5.5.1 (2023-04-15)
Bug Fixes
  • perf: defer loading of pretty-error to improve startup time (#​1789) (988709d)

v5.4.0

Compare Source

Features
5.4.0 (2021-10-15)
Features
5.3.2 (2021-06-22)
Bug Fixes
  • update lodash and pretty error (9c7fba0
5.3.1 (2021-03-09)
Bug Fixes
  • remove loader-utils from plugin core (82d0ee8)
facebook/regenerator (regenerator-runtime)

v0.14.1

Compare Source

v0.14.0

[Compare Source](ht

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone GMT)

  • Branch creation
    • "before 7am on the first day of the month"
  • 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.


  • 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 force-pushed the renovate/gatsby-graphiql-explorer-dev-minor branch from 7be783d to 205808c Compare September 1, 2023 00:56
@renovate
renovate Bot force-pushed the renovate/gatsby-graphiql-explorer-dev-minor branch from 205808c to ca621aa Compare October 1, 2023 01:09
@renovate
renovate Bot force-pushed the renovate/gatsby-graphiql-explorer-dev-minor branch from ca621aa to 2bea559 Compare November 1, 2023 00:13
@renovate
renovate Bot force-pushed the renovate/gatsby-graphiql-explorer-dev-minor branch from 2bea559 to bfaff57 Compare January 1, 2024 02:18
@renovate
renovate Bot force-pushed the renovate/gatsby-graphiql-explorer-dev-minor branch from bfaff57 to a18adfb Compare February 1, 2024 01:02
@renovate
renovate Bot force-pushed the renovate/gatsby-graphiql-explorer-dev-minor branch from a18adfb to 020ae92 Compare March 1, 2024 00:30
@renovate
renovate Bot force-pushed the renovate/gatsby-graphiql-explorer-dev-minor branch from 020ae92 to c18be1f Compare April 1, 2024 00:58
@renovate
renovate Bot force-pushed the renovate/gatsby-graphiql-explorer-dev-minor branch from c18be1f to 34262d5 Compare May 1, 2024 02:17
@renovate
renovate Bot force-pushed the renovate/gatsby-graphiql-explorer-dev-minor branch from 34262d5 to e4b4208 Compare July 1, 2024 00:24
@renovate
renovate Bot force-pushed the renovate/gatsby-graphiql-explorer-dev-minor branch from e4b4208 to ba7d6a1 Compare August 1, 2024 00:35
@renovate
renovate Bot force-pushed the renovate/gatsby-graphiql-explorer-dev-minor branch from ba7d6a1 to f94fada Compare September 1, 2024 00:37
@renovate
renovate Bot force-pushed the renovate/gatsby-graphiql-explorer-dev-minor branch from f94fada to 1a30c8e Compare October 1, 2024 00:35
@renovate
renovate Bot force-pushed the renovate/gatsby-graphiql-explorer-dev-minor branch from 1a30c8e to ab881d4 Compare November 1, 2024 02:26
@renovate
renovate Bot force-pushed the renovate/gatsby-graphiql-explorer-dev-minor branch from ab881d4 to dd817ef Compare December 1, 2024 01:52
@renovate
renovate Bot force-pushed the renovate/gatsby-graphiql-explorer-dev-minor branch from dd817ef to 03da9fb Compare January 1, 2025 02:24
@renovate
renovate Bot force-pushed the renovate/gatsby-graphiql-explorer-dev-minor branch from 03da9fb to 5f8801b Compare March 1, 2025 02:29
@renovate
renovate Bot force-pushed the renovate/gatsby-graphiql-explorer-dev-minor branch from 5f8801b to b0dcd6f Compare November 1, 2025 01:49
@renovate
renovate Bot force-pushed the renovate/gatsby-graphiql-explorer-dev-minor branch from b0dcd6f to 6394614 Compare December 1, 2025 01:16
@renovate
renovate Bot force-pushed the renovate/gatsby-graphiql-explorer-dev-minor branch from 6394614 to 58f8d01 Compare February 1, 2026 01:12
@renovate
renovate Bot force-pushed the renovate/gatsby-graphiql-explorer-dev-minor branch from 58f8d01 to 0ccc36a Compare March 1, 2026 01:52
@renovate
renovate Bot force-pushed the renovate/gatsby-graphiql-explorer-dev-minor branch from 0ccc36a to 859c87d Compare April 1, 2026 01:39
@renovate
renovate Bot force-pushed the renovate/gatsby-graphiql-explorer-dev-minor branch from 859c87d to f60f826 Compare May 1, 2026 01:54
@renovate
renovate Bot force-pushed the renovate/gatsby-graphiql-explorer-dev-minor branch from f60f826 to 8788764 Compare June 1, 2026 01:06
@renovate
renovate Bot force-pushed the renovate/gatsby-graphiql-explorer-dev-minor branch from 8788764 to 651cabd Compare August 1, 2026 01:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants