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

Bump webpack-cli from 5.0.1 to 5.0.2 #226

Merged
merged 2 commits into from
May 1, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2023

Bumps webpack-cli from 5.0.1 to 5.0.2.

Release notes

Sourced from webpack-cli's releases.

v5.0.2

5.0.2 (2023-04-21)

Bug Fixes

  • error message for missing default export in configuration (#3685) (e0a4a09)
  • perf: reduced startup time (3b79059)
Changelog

Sourced from webpack-cli's changelog.

5.0.2 (2023-04-21)

Bug Fixes

  • error message for missing default export in configuration (#3685) (e0a4a09)
  • perf: reduced startup time (3b79059)
Commits
  • a7946f2 chore(release): publish new version
  • 9b27d45 chore(deps): bump (#3745)
  • 107cb57 chore(deps-dev): bump @​types/node from 18.15.12 to 18.15.13 (#3746)
  • 3b0f74f refactor: reduce loops (#3744)
  • fb3671a chore(deps-dev): bump @​types/node from 18.15.11 to 18.15.12 (#3740)
  • d2a9559 chore(deps-dev): bump @​types/jest from 29.5.0 to 29.5.1 (#3741)
  • 3b11a1f chore(deps-dev): bump webpack from 5.79.0 to 5.80.0 (#3742)
  • 3b79059 fix(perf): reduced startup time
  • 8ce797d chore(deps-dev): bump @​typescript-eslint/parser from 5.58.0 to 5.59.0 (#3737)
  • c213704 chore(deps-dev): bump @​typescript-eslint/eslint-plugin (#3736)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 1, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/webpack-cli-5.0.2 branch from abbb603 to 63d8c96 Compare May 1, 2023 09:16
@codecov
Copy link

codecov bot commented May 1, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (bd9ad69) 100.00% compared to head (22633d5) 100.00%.

❗ Current head 22633d5 differs from pull request most recent head cca7246. Consider uploading reports for the commit cca7246 to get more accurate results

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #226   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           14        14           
  Lines          472       472           
  Branches       189       189           
=========================================
  Hits           472       472           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/[email protected]@5.0.2)

---
updated-dependencies:
- dependency-name: webpack-cli
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/webpack-cli-5.0.2 branch from 63d8c96 to 22633d5 Compare May 1, 2023 09:21
@github-actions
Copy link

github-actions bot commented May 1, 2023

☂️ Code Coverage

% Stmts% Branch% Funcs% Lines
100 🟢100 🟢100 🟢100 🟢
Click to expand
File% Stmts% Branch% Funcs% Lines
src
index.ts100 🟢100 🟢100 🟢100 🟢
entity.ts100 🟢100 🟢100 🟢100 🟢
util.ts100 🟢100 🟢100 🟢100 🟢
template.ts100 🟢100 🟢100 🟢100 🟢
hide.ts100 🟢100 🟢100 🟢100 🟢
src/lib
seconds_to_duration.ts100 🟢100 🟢100 🟢100 🟢
format_number.ts100 🟢100 🟢100 🟢100 🟢
constants.ts100 🟢100 🟢100 🟢100 🟢
compute_state_display.ts100 🟢100 🟢100 🟢100 🟢
format_date.ts100 🟢100 🟢100 🟢100 🟢
format_date_time.ts100 🟢100 🟢100 🟢100 🟢
use_am_pm.ts100 🟢100 🟢100 🟢100 🟢
format_time.ts100 🟢100 🟢100 🟢100 🟢
src/types
room-card-types.ts100 🟢100 🟢100 🟢100 🟢

@marcokreeft87 marcokreeft87 merged commit 8982dad into master May 1, 2023
@marcokreeft87 marcokreeft87 deleted the dependabot/npm_and_yarn/webpack-cli-5.0.2 branch May 1, 2023 09:42
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant