Skip to content

Commit

Permalink
prepare 4.6.0 (#1260)
Browse files Browse the repository at this point in the history
* Bump minimatch from 3.0.4 to 3.1.2

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.0.4...v3.1.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* server IntersectionObserver up to Safari 17.0

* update CHANGELOG

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
romainmenke and dependabot[bot] committed Jan 13, 2023
1 parent d933448 commit cc7d5df
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 7 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v4.6.0](https://github.com/Financial-Times/polyfill-library/compare/v4.5.0...v4.6.0)

- Adds `Error.cause` polyfill [`a613013`](https://github.com/Financial-Times/polyfill-library/commit/a6130130a976418325983852e3d2b0eefa09b1af)
- Adds conditional `Error.cause` to `AggregateError` [`c7a1de7`](https://github.com/Financial-Times/polyfill-library/commit/c7a1de7d89d85da981c6fe1ca4e0f7c24b0cc35b)
- IntersectionObserver: serve to Safari `<17.0` [`#1255`](https://github.com/Financial-Times/polyfill-library/issues/1255)
- update dependencies and update some polyfill configs [`#1248`](https://github.com/Financial-Times/polyfill-library/pull/1248)
- Renames `_InstallErrorCause` to `_ErrorConstructor` [`#1261`](https://github.com/Financial-Times/polyfill-library/pull/1261)
- Fixes `Error` prototype in `_InstallErrorCause` [`#1258`](https://github.com/Financial-Times/polyfill-library/pull/1258)
- Refactors `Error.cause` into `_InstallErrorCause` [`91a4700`](https://github.com/Financial-Times/polyfill-library/commit/91a4700e1cfe59ea331d9c4808d4ceeda51bd6fb)

> 13 January 2023
#### [v4.5.0](https://github.com/Financial-Times/polyfill-library/compare/v4.4.0...v4.5.0)

- IntersectionObserver: serve to Safari `<16.1` [`#1231`](https://github.com/Financial-Times/polyfill-library/pull/1231)
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polyfill-library",
"version": "4.5.0",
"version": "4.6.0",
"description": "A polyfill combinator",
"main": "lib/index.js",
"contributors": [
Expand Down
4 changes: 2 additions & 2 deletions polyfills/IntersectionObserver/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ ie_mob = "*"
opera = "<45"
op_mob = "<46"
op_mini = "*"
safari = "<16.1" # https://github.com/Financial-Times/polyfill-library/issues/1192#issuecomment-1264367724
ios_saf = "<16.1" # https://github.com/Financial-Times/polyfill-library/issues/1192#issuecomment-1264367724
safari = "<17.0" # https://github.com/Financial-Times/polyfill-library/issues/1192#issuecomment-1264367724
ios_saf = "<17.0" # https://github.com/Financial-Times/polyfill-library/issues/1192#issuecomment-1264367724
samsung_mob = "<7.0"

0 comments on commit cc7d5df

Please sign in to comment.