adobe / commerce-cif-connector

AEM Commerce connector for Magento and GraphQL
Apache License 2.0
43 stars 27 forks source link

Bump y18n from 4.0.0 to 4.0.1 in /content/cif-connector/tests #167

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps y18n from 4.0.0 to 4.0.1.

Changelog

Sourced from y18n's changelog.

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

5.0.5 (2020-10-25)

Bug Fixes

5.0.4 (2020-10-16)

Bug Fixes

  • exports: node 13.0 and 13.1 require the dotted object form with a string fallback (#105) (4f85d80)

5.0.3 (2020-10-16)

Bug Fixes

  • exports: node 13.0-13.6 require a string fallback (#103) (e39921e)

5.0.2 (2020-10-01)

Bug Fixes

5.0.1 (2020-09-05)

Bug Fixes

5.0.0 (2020-09-05)

⚠ BREAKING CHANGES

  • exports maps are now used, which modifies import behavior.
  • drops Node 6 and 4. begin following Node.js LTS schedule (#89)

Features

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by oss-bot, a new releaser for y18n since your current version.


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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/adobe/commerce-cif-connector/network/alerts).
codecov[bot] commented 3 years ago

Codecov Report

Merging #167 (295b9f5) into master (bedc304) will increase coverage by 37.30%. The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##             master     #167       +/-   ##
=============================================
+ Coverage     50.39%   87.69%   +37.30%     
- Complexity      259      528      +269     
=============================================
  Files            38       38               
  Lines          2008     2008               
  Branches        317      317               
=============================================
+ Hits           1012     1761      +749     
+ Misses          833      104      -729     
+ Partials        163      143       -20     
Flag Coverage Δ Complexity Δ
integration 46.80% <ø> (ø) 0.00 <ø> (ø)
karma 96.55% <ø> (ø) 0.00 <ø> (ø)
unittests 84.05% <ø> (?) 0.00 <ø> (?)

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

Impacted Files Coverage Δ Complexity Δ
...cq/commerce/graphql/resource/CategoryResource.java 93.10% <0.00%> (+3.44%) 9.00% <0.00%> (ø%)
...erce/graphql/resource/GraphqlResourceProvider.java 88.23% <0.00%> (+5.88%) 12.00% <0.00%> (ø%)
...be/cq/commerce/graphql/magento/GraphqlQueries.java 98.03% <0.00%> (+7.84%) 18.00% <0.00%> (+1.00%)
...rce/graphql/resource/CategoryProductsIterator.java 96.29% <0.00%> (+11.11%) 12.00% <0.00%> (+2.00%)
.../cq/commerce/graphql/resource/ProductResource.java 90.00% <0.00%> (+15.00%) 16.00% <0.00%> (+6.00%)
...ommerce/graphql/resource/RootCategoryResource.java 95.00% <0.00%> (+15.00%) 9.00% <0.00%> (+2.00%)
...e/renderconditions/IsProductDetailPageServlet.java 85.71% <0.00%> (+16.32%) 14.00% <0.00%> (+4.00%)
...mmerce/graphql/core/GraphqlProductViewHandler.java 80.13% <0.00%> (+16.55%) 18.00% <0.00%> (+6.00%)
...a/impl/CatalogDataResourceProviderManagerImpl.java 80.84% <0.00%> (+18.22%) 44.00% <0.00%> (+14.00%)
...e/cq/commerce/graphql/resource/ResourceMapper.java 74.31% <0.00%> (+21.10%) 22.00% <0.00%> (+7.00%)
... and 21 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bedc304...295b9f5. Read the comment docs.

dependabot[bot] commented 3 years ago

Superseded by #176.