Skip to content

Bump the external-polyfills group with 8 updates#319

Closed
dependabot[bot] wants to merge 109 commits intotrunkfrom
dependabot/npm_and_yarn/external-polyfills-139eb9771f
Closed

Bump the external-polyfills group with 8 updates#319
dependabot[bot] wants to merge 109 commits intotrunkfrom
dependabot/npm_and_yarn/external-polyfills-139eb9771f

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 4, 2025

Bumps the external-polyfills group with 8 updates:

Package From To
element-closest 3.0.1 3.0.2
formdata-polyfill 4.0.9 4.0.10
imagesloaded 4.1.4 5.0.0
objectFitPolyfill 2.3.4 2.3.5
polyfill-library 4.7.0 4.8.0
regenerator-runtime 0.14.0 0.14.1
whatwg-fetch 3.6.19 3.6.20
wicg-inert 3.1.2 3.1.3

Updates element-closest from 3.0.1 to 3.0.2

Changelog

Sourced from element-closest's changelog.

3.0.2 (October 31, 2019)

  • Improved how the file is distributed to Node and Web environments.
Commits

Updates formdata-polyfill from 4.0.9 to 4.0.10

Release notes

Sourced from formdata-polyfill's releases.

v4.0.10

4.0.10 (2021-09-30)

Bug Fixes

Commits

Updates imagesloaded from 4.1.4 to 5.0.0

Commits

Updates objectFitPolyfill from 2.3.4 to 2.3.5

Release notes

Sourced from objectFitPolyfill's releases.

v.2.3.5

  • Adds unit tests with 99% code coverage! I'm a real developer, I swear
  • Fix a parseInt missing a base 10 radix (found while writing tests - hooray)
Commits

Updates polyfill-library from 4.7.0 to 4.8.0

Commits

Updates regenerator-runtime from 0.14.0 to 0.14.1

Commits

Updates whatwg-fetch from 3.6.19 to 3.6.20

Release notes

Sourced from whatwg-fetch's releases.

v3.6.20

3.6.20 (2023-12-13)

Bug Fixes

Changelog

Sourced from whatwg-fetch's changelog.

3.6.20 (2023-12-13)

Bug Fixes

Commits

Updates wicg-inert from 3.1.2 to 3.1.3

Release notes

Sourced from wicg-inert's releases.

v3.1.3

Really this just removes references to polyfill.io from documentation

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 4, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/external-polyfills-139eb9771f branch from 0dc6e25 to 9def807 Compare February 4, 2025 19:12
desrosj and others added 3 commits February 4, 2025 15:01
Bumps the external-polyfills group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [element-closest](https://github.com/jonathantneal/closest) | `3.0.1` | `3.0.2` |
| [formdata-polyfill](https://github.com/jimmywarting/FormData) | `4.0.9` | `4.0.10` |
| [imagesloaded](https://github.com/desandro/imagesloaded) | `4.1.4` | `5.0.0` |
| [objectFitPolyfill](https://github.com/constancecchen/object-fit-polyfill) | `2.3.4` | `2.3.5` |
| [polyfill-library](https://github.com/financial-times/polyfill-library) | `4.7.0` | `4.8.0` |
| [regenerator-runtime](https://github.com/facebook/regenerator) | `0.14.0` | `0.14.1` |
| [whatwg-fetch](https://github.com/github/fetch) | `3.6.19` | `3.6.20` |
| [wicg-inert](https://github.com/WICG/inert) | `3.1.2` | `3.1.3` |


Updates `element-closest` from 3.0.1 to 3.0.2
- [Changelog](https://github.com/jonathantneal/closest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jonathantneal/closest/commits)

Updates `formdata-polyfill` from 4.0.9 to 4.0.10
- [Release notes](https://github.com/jimmywarting/FormData/releases)
- [Changelog](https://github.com/jimmywarting/FormData/blob/master/CHANGELOG.md)
- [Commits](jimmywarting/FormData@v4.0.9...v4.0.10)

Updates `imagesloaded` from 4.1.4 to 5.0.0
- [Release notes](https://github.com/desandro/imagesloaded/releases)
- [Commits](desandro/imagesloaded@v4.1.4...v5.0.0)

Updates `objectFitPolyfill` from 2.3.4 to 2.3.5
- [Release notes](https://github.com/constancecchen/object-fit-polyfill/releases)
- [Commits](cee-chen/object-fit-polyfill@v2.3.4...v2.3.5)

Updates `polyfill-library` from 4.7.0 to 4.8.0
- [Commits](https://github.com/financial-times/polyfill-library/commits)

Updates `regenerator-runtime` from 0.14.0 to 0.14.1
- [Release notes](https://github.com/facebook/regenerator/releases)
- [Commits](https://github.com/facebook/regenerator/compare/regenerator-runtime@0.14.0...regenerator-runtime@0.14.1)

Updates `whatwg-fetch` from 3.6.19 to 3.6.20
- [Release notes](https://github.com/github/fetch/releases)
- [Changelog](https://github.com/JakeChampion/fetch/blob/main/CHANGELOG.md)
- [Commits](JakeChampion/fetch@v3.6.19...v3.6.20)

Updates `wicg-inert` from 3.1.2 to 3.1.3
- [Release notes](https://github.com/WICG/inert/releases)
- [Commits](WICG/inert@v3.1.2...3.1.3)

---
updated-dependencies:
- dependency-name: element-closest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: external-polyfills
- dependency-name: formdata-polyfill
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: external-polyfills
- dependency-name: imagesloaded
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: external-polyfills
- dependency-name: objectFitPolyfill
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: external-polyfills
- dependency-name: polyfill-library
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: external-polyfills
- dependency-name: regenerator-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: external-polyfills
- dependency-name: whatwg-fetch
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: external-polyfills
- dependency-name: wicg-inert
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: external-polyfills
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/external-polyfills-139eb9771f branch from 2520eef to cf21149 Compare February 5, 2025 03:38
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 5, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/external-polyfills-139eb9771f branch February 5, 2025 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments