Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency browserslist to ^4.14.0 #11855

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 1, 2020

This PR contains the following updates:

Package Type Update New value References Sourcegraph
browserslist devDependencies minor ^4.14.0 source code search for "browserslist"

Release Notes

browserslist/browserslist

v4.14.0

Compare Source

v4.13.0

Compare Source

v4.12.2

Compare Source

  • Update Firefox ESR.

v4.12.1

Compare Source

  • Update package.json scanning tool for --update-db (by Luke Edwards).
  • Improve docs (by Mukundan Senthil).
  • Drop Node.js 13.0-13.6 support because of ES modules bug in that versions.

Renovate configuration

📅 Schedule: "on the 1st through 7th day of the month" in timezone America/Los_Angeles.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot requested a review from a team July 1, 2020 10:47
@renovate renovate bot force-pushed the renovate/browserslist-4.x branch from 2562fa1 to 0bccc38 Compare July 3, 2020 09:37
@renovate renovate bot changed the title Update dependency browserslist to ^4.12.2 Update dependency browserslist to ^4.13.0 Jul 5, 2020
@renovate renovate bot force-pushed the renovate/browserslist-4.x branch from 0bccc38 to 7661142 Compare July 5, 2020 01:21
@renovate renovate bot force-pushed the renovate/browserslist-4.x branch 2 times, most recently from 75db63c to 2a83174 Compare July 16, 2020 09:19
@felixfbecker
Copy link
Contributor

Need to add this fix: webpack/webpack#10227

@renovate renovate bot force-pushed the renovate/browserslist-4.x branch from 2a83174 to b9dbe49 Compare July 16, 2020 22:20
@renovate renovate bot force-pushed the renovate/browserslist-4.x branch from b9dbe49 to 00bf806 Compare August 3, 2020 07:45
@keegancsmith keegancsmith changed the base branch from master to main August 5, 2020 10:36
@renovate renovate bot force-pushed the renovate/browserslist-4.x branch from 00bf806 to 5e54e1e Compare August 6, 2020 23:24
@renovate renovate bot changed the title Update dependency browserslist to ^4.13.0 Update dependency browserslist to ^4.14.0 Aug 6, 2020
@renovate renovate bot force-pushed the renovate/browserslist-4.x branch from e996d8d to 04681eb Compare September 4, 2020 20:25
@renovate renovate bot force-pushed the renovate/browserslist-4.x branch from d73500a to 047c0bc Compare October 1, 2020 07:25
@renovate renovate bot force-pushed the renovate/browserslist-4.x branch from 047c0bc to ad1193d Compare November 1, 2020 15:16
@renovate renovate bot force-pushed the renovate/browserslist-4.x branch 2 times, most recently from c883784 to ff867f0 Compare December 1, 2020 23:47
@renovate renovate bot force-pushed the renovate/browserslist-4.x branch 2 times, most recently from 17be4f4 to 99db7d3 Compare January 6, 2021 02:33
@renovate renovate bot force-pushed the renovate/browserslist-4.x branch from 99db7d3 to b51c40d Compare February 1, 2021 08:56
@renovate renovate bot force-pushed the renovate/browserslist-4.x branch from b51c40d to 5f87da7 Compare May 1, 2021 09:10
@codecov
Copy link

codecov bot commented May 1, 2021

Codecov Report

Merging #11855 (b51c40d) into main (229b8df) will increase coverage by 0.35%.
The diff coverage is n/a.

❗ Current head b51c40d differs from pull request most recent head 5f87da7. Consider uploading reports for the commit 5f87da7 to get more accurate results

@@            Coverage Diff             @@
##             main   #11855      +/-   ##
==========================================
+ Coverage   50.83%   51.18%   +0.35%     
==========================================
  Files        1904     1725     -179     
  Lines       98054    86437   -11617     
  Branches     8643     7741     -902     
==========================================
- Hits        49847    44246    -5601     
+ Misses      43688    38305    -5383     
+ Partials     4519     3886     -633     
Flag Coverage Δ
go 49.95% <ø> (-0.51%) ⬇️
integration 30.69% <ø> (-12.26%) ⬇️
storybook 30.37% <ø> (?)
typescript 54.20% <ø> (+2.40%) ⬆️
unit 34.48% <ø> (-0.04%) ⬇️
Impacted Files Coverage Δ
client/shared/src/api/extension/worker.ts 0.00% <0.00%> (-100.00%) ⬇️
client/shared/src/schema/extensionSchema.ts 0.00% <0.00%> (-100.00%) ⬇️
client/shared/src/polyfills/configure-core-js.ts 0.00% <0.00%> (-100.00%) ⬇️
...nded/src/components/panel/views/EmptyPanelView.tsx 0.00% <0.00%> (-100.00%) ⬇️
client/web/src/components/SearchResultMatch.tsx 0.00% <0.00%> (-81.82%) ⬇️
cmd/frontend/internal/app/ui/raw.go 0.00% <0.00%> (-81.52%) ⬇️
client/branded/src/components/panel/Panel.tsx 0.00% <0.00%> (-76.82%) ⬇️
...t/branded/src/components/panel/views/PanelView.tsx 0.00% <0.00%> (-75.00%) ⬇️
client/shared/src/util/LocalStorageSubject.ts 0.00% <0.00%> (-73.69%) ⬇️
client/shared/src/actions/ActionsContainer.tsx 0.00% <0.00%> (-73.34%) ⬇️
... and 1753 more

@renovate renovate bot closed this Oct 19, 2021
@renovate renovate bot deleted the renovate/browserslist-4.x branch October 19, 2021 15: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.

None yet

2 participants