Skip to content

build(deps-dev): bump zbateson/mb-wrapper from 1.2.0 to 1.2.1 #6339

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

Merged
merged 4 commits into from
May 23, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps zbateson/mb-wrapper from 1.2.0 to 1.2.1.

Release notes

Sourced from zbateson/mb-wrapper's releases.

1.2.1

What's Changed

  • Various phpunit and phpcsfixer updates by @​phpfui
  • Added git attributes @​owenvoke
  • Add //TRANSLIT//IGNORE on iconv_strlen and iconv_substr calls
Commits
  • 09a8b77 Merge branch 'master' of github.com:zbateson/mb-wrapper
  • 99220c6 Add //TRANSLIT//IGNORE on iconv_strlen and substr
  • d99d47a Merge pull request #14 from owenvoke/feature/gitattributes
  • fa1eddf feat: add Git Attributes
  • ef43992 Merge pull request #13 from phpfui/UpdatePHPCSFixer
  • 0762011 no_unset_on_property should be false
  • d49245a Update to php-cs-fixer v3.34
  • 6a8124d Merge pull request #12 from phpfui/PHPCSFixer
  • e3ba7b6 PHPCSFixer upgrade to V3.23
  • 5fc6813 Merge pull request #11 from phpfui/ComposerUpdates
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [zbateson/mb-wrapper](https://github.com/zbateson/mb-wrapper) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/zbateson/mb-wrapper/releases)
- [Commits](zbateson/mb-wrapper@1.2.0...1.2.1)

---
updated-dependencies:
- dependency-name: zbateson/mb-wrapper
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Feb 17, 2025
Copy link

codecov bot commented Feb 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.83%. Comparing base (8f699d1) to head (8256629).

Additional details and impacted files
@@           Coverage Diff           @@
##              4.3    #6339   +/-   ##
=======================================
  Coverage   82.83%   82.83%           
=======================================
  Files         480      480           
  Lines       27094    27094           
=======================================
  Hits        22443    22443           
  Misses       4651     4651           
Flag Coverage Δ
E2E 82.83% <ø> (ø)
Unit 82.83% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ji-eunsoo
Copy link
Contributor

webpackでビルドする時に利用しているため、webpackのビルドが落ちなければ、マージしてOKです。

@nanasess
Copy link
Contributor

npx webpack は正常に実行できることを確認

npx webpack
assets by status 8.71 MiB [cached] 474 assets
assets by path . 2.66 MiB
  asset admin.bundle.js 1.27 MiB [emitted] [minimized] [big] (name: admin) 2 related assets
  asset install.bundle.js 1.17 MiB [emitted] [minimized] [big] (name: install) 2 related assets
  asset front.bundle.js 225 KiB [emitted] [minimized] (name: front) 2 related assets
657 modules

WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
Assets:
  757ef1b870d065a77ce3c182a03d93ad.js (491 KiB)
  c93947dfac92c92c3999d1d51fc5b516.js (495 KiB)
  9ebb9ac2c9c875649c72722bc585d445.js (313 KiB)
  6c6d192b6860b4508a14c2d04769a35e.js (498 KiB)
  5398e3b596fa15df4d84b2aa0464e5c4.js (1.51 MiB)
  admin.bundle.js (1.27 MiB)
  install.bundle.js (1.17 MiB)

WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
Entrypoints:
  admin (1.27 MiB)
      admin.bundle.js
  install (1.17 MiB)
      install.bundle.js


WARNING in webpack performance recommendations:
You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
For more info visit https://webpack.js.org/guides/code-splitting/

webpack 5.96.1 compiled with 3 warnings in 16005 ms

@ji-eunsoo
Copy link
Contributor

テスト通り次第、マージします!

@ji-eunsoo ji-eunsoo enabled auto-merge May 23, 2025 00:49
@ji-eunsoo ji-eunsoo merged commit b6fcbb3 into 4.3 May 23, 2025
99 checks passed
@ji-eunsoo ji-eunsoo deleted the dependabot/composer/zbateson/mb-wrapper-1.2.1 branch May 23, 2025 01:47
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 php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants