Skip to content

chore(deps): update [dev] minor and patch dependencies for gatsby-legacy-polyfills - #424

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

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

Conversation

@renovate

@renovate renovate Bot commented Aug 1, 2023

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@jridgewell/trace-mapping (source) ^0.3.13^0.3.31 age adoption passing confidence
event-target-polyfill ^0.0.3^0.0.4 age adoption passing confidence
microbundle ^0.15.0^0.15.1 age adoption passing confidence
url-polyfill ^1.1.12^1.1.14 age adoption passing confidence
whatwg-fetch ^3.6.2^3.6.20 age adoption passing confidence

Release Notes

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

v0.3.31

Compare Source

  • Improve the performance of generatedPositionFor: #​42

Full Changelog: jridgewell/sourcemaps@trace-mapping/0.3.30...trace-mapping/0.3.31

v0.3.30

Compare Source

  • Use default subpath export: aab8d72
  • Transform export default into module.exports = in UMD plugin: cf85c75

Full Changelog: jridgewell/sourcemaps@trace-mapping/0.3.29...trace-mapping/0.3.30

v0.3.29

Compare Source

  • Optimize UMD wrapper: 557ca37
  • Reorder subpath exports to improve import usage: #​35

Full Changelog: jridgewell/sourcemaps@trace-mapping/0.3.28...trace-mapping/0.3.29

v0.3.28

Compare Source

  • Update UMD Wrapper to fix webpack build issue: #​33
  • Add getOwnPropertyDescriptors polyfill to support Node v6: #​34

Full Changelog: jridgewell/sourcemaps@trace-mapping/0.3.27...trace-mapping/0.3.28

v0.3.27

Compare Source

  • Remove require(esm) support to fix bug with Node v22: e957842

Full Changelog: jridgewell/sourcemaps@trace-mapping/0.3.26...trace-mapping/0.3.27

v0.3.26

Compare Source

  • Fix package types for CJS and ESM imports: a924ed3
  • Add module-sync exports type for require(esm): 3836f6c
  • Add type declaration source maps to assist go-to-definition: 9a02665
  • Fix map file resolution to match spec: #​36
  • Accept readonly types: cdf32c7
  • Rename AnyMap: 5676069
  • Add error messages for common issues: 13c8987

Full Changelog: jridgewell/sourcemaps@trace-mapping/0.3.25...trace-mapping/0.3.26

v0.3.25

Compare Source

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

v0.3.24

Compare Source

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

Full Changelog: jridgewell/trace-mapping@v0.3.21...v0.3.22

v0.3.21

Compare Source

Full Changelog: jridgewell/trace-mapping@v0.3.20...v0.3.21

v0.3.20

Compare Source

New Contributors

Full Changelog: jridgewell/trace-mapping@v0.3.19...v0.3.20

v0.3.19

Compare Source

  • 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

v0.3.18

Compare Source

New Contributors

Full Changelog: jridgewell/trace-mapping@v0.3.17...v0.3.18

v0.3.17

Compare Source

Full Changelog: jridgewell/trace-mapping@v0.3.16...v0.3.17

v0.3.16

Compare Source

New Contributors

Full Changelog: jridgewell/trace-mapping@v0.3.15...v0.3.16

v0.3.15

Compare Source

Full Changelog: jridgewell/trace-mapping@v0.3.14...v0.3.15

benlesh/event-target-polyfill (event-target-polyfill)

v0.0.4

Compare Source

developit/microbundle (microbundle)

v0.15.1

Compare Source

Patch Changes
  • cebafa1 #​961 Thanks @​zyrong! - Fix for when multiple entries reference different CSS, only the CSS referenced by the first entry will be packaged
  • 6018e58 #​956 Thanks @​rschristian! - Silences warnings when using Node builtins with the 'node:...' protocol on imports. Warnings related to bare usage of these builtins were already silenced.
  • e72377a #​964 Thanks @​rschristian! - Fixes filename generation for es & modern outputs. Both 'jsnext:main' and 'esmodule' were incorrectly ignored.
lifaon74/url-polyfill (url-polyfill)

v1.1.14

Compare Source

v1.1.13

Compare Source

github/fetch (whatwg-fetch)

v3.6.20

Compare Source

Bug Fixes

v3.6.19

Compare Source

Bug Fixes
  • Have unique error messages for xhr timeouts and errors (#​1380) (7170f0b)

v3.6.18

Compare Source

v3.6.17

Compare Source

20 July 2023

v3.6.16

Compare Source

18 July 2023

v3.6.15

Compare Source

18 July 2023

v3.6.14

Compare Source

18 July 2023

v3.6.13

Compare Source

18 July 2023

  • respect charset within readBlobAsText #1059

v3.6.12

Compare Source

18 July 2023

  • fix: Headers only accepts array which have nested array of length 2 #1235

v3.6.11

Compare Source

18 July 2023

  • Define Body.arrayBuffer even if support.blob is false #992

v3.6.10

Compare Source

18 July 2023

  • use globals if they exist dffc542

v3.6.9

Compare Source

18 July 2023

  • fix: when no body supplied, do not set bodyUsed to true 7d92dff

v3.6.8

Compare Source

18 July 2023

  • validate status is in range #1213

v3.6.7

Compare Source

18 July 2023

v3.6.6

Compare Source

18 July 2023

  • fix: ignore not throw on invalid response headers #930

v3.6.5

Compare Source

18 July 2023

  • Add some missed methods which should be normalized as uppercase a43b628
  • Update caniuse link to use HTTPS and new pattern fb5b0cf

v3.6.4

Compare Source

18 July 2023

  • always set a signal on Request d1d09fb

v3.6.3

Compare Source

18 July 2023

  • Compatible global equals to the false 7727e50

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-legacy-polyfills-dev-minor branch from d26273f to 27e1651 Compare September 1, 2023 00:50
@renovate
renovate Bot force-pushed the renovate/gatsby-legacy-polyfills-dev-minor branch from 27e1651 to d6e53df Compare October 1, 2023 01:04
@renovate
renovate Bot force-pushed the renovate/gatsby-legacy-polyfills-dev-minor branch from d6e53df to 636848c Compare November 1, 2023 00:09
@renovate
renovate Bot force-pushed the renovate/gatsby-legacy-polyfills-dev-minor branch from 636848c to 2aca8ca Compare December 1, 2023 00:10
@renovate
renovate Bot force-pushed the renovate/gatsby-legacy-polyfills-dev-minor branch from 2aca8ca to a27e458 Compare January 1, 2024 02:14
@renovate
renovate Bot force-pushed the renovate/gatsby-legacy-polyfills-dev-minor branch from a27e458 to ac5669c Compare February 1, 2024 00:58
@renovate
renovate Bot force-pushed the renovate/gatsby-legacy-polyfills-dev-minor branch from ac5669c to 6c3dc13 Compare March 1, 2024 00:25
@renovate
renovate Bot force-pushed the renovate/gatsby-legacy-polyfills-dev-minor branch from 6c3dc13 to b9da51a Compare April 1, 2024 00:51
@renovate
renovate Bot force-pushed the renovate/gatsby-legacy-polyfills-dev-minor branch from b9da51a to 8e364fb Compare March 1, 2025 02:24
@renovate
renovate Bot force-pushed the renovate/gatsby-legacy-polyfills-dev-minor branch from 8e364fb to 6b8fdcc Compare November 1, 2025 01:40
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