From e37432d8f612e336efff008d97fbcf476b021f36 Mon Sep 17 00:00:00 2001 From: Karina Thomas <58214768+karinathomasbbc@users.noreply.github.com> Date: Tue, 17 Oct 2023 11:53:15 +0100 Subject: [PATCH] Ensure it's possible to install the latest version of the web-vitals library (#21) * Delete the yarn error log * Ignore yarn-error logs * Fix readme * Fix up readme * Bump decode-uri-component from 0.2.0 to 0.2.2 Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases) - [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2) --- updated-dependencies: - dependency-name: decode-uri-component dependency-type: indirect ... Signed-off-by: dependabot[bot] * Bump json5 from 1.0.1 to 1.0.2 Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] * Bump http-cache-semantics from 4.1.0 to 4.1.1 Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect ... Signed-off-by: dependabot[bot] * Simplify Contribution guide * Remove references to psammead * Update readme * Simplify contribution guidelines * Tidy up * Fix import * Tidy up unit test runner * Update check package manager output * Remove whitespace * Simplify tests scripts * Point to src folder * Add babel core & babel cli in order to compile the web vitals library * No need to ignore test.jsx files as none currently exist * Run yarn build on prepublish to ensure that dist & esm packages are included in the packaged library * Major upgrade since moving to new repo and lots of changes to make it work * Reinstate tests for ci * Ignore node_modules & built output when linting * FIX: builds * CHG: update web vitals * CHG: ignore dist and esm - these are created at postinstall time * CHG: no slash needed * Bump tough-cookie from 4.1.2 to 4.1.3 Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3. - [Release notes](https://github.com/salesforce/tough-cookie/releases) - [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md) - [Commits](https://github.com/salesforce/tough-cookie/compare/v4.1.2...v4.1.3) --- updated-dependencies: - dependency-name: tough-cookie dependency-type: indirect ... Signed-off-by: dependabot[bot] * ENH: adding debugging mode and different eventlistener * FIX: Compatability issues Mostly taken from https://github.com/bbc/web-vitals/pull/19 --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: eagerterrier