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

fix(deps): update storefront non-major #145

Merged
merged 1 commit into from
Oct 10, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 10, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ecomplus/storefront-renderer (source) ^2.10.11 -> ^2.11.0 age adoption passing confidence
@ecomplus/storefront-renderer (source) ^2.10.11 -> ^2.11.0 age adoption passing confidence
@ecomplus/storefront-template (source) ^2.0.0-beta.242 -> ^2.0.0-beta.243 age adoption passing confidence

Release Notes

ecomplus/storefront (@​ecomplus/storefront-renderer)

v2.11.0

Compare Source

Features
  • renderer/ejs: add _.axios to global EJS data (4ef96b5)

2.10.11 (2023-09-21)

Note: Version bump only for package @​ecomplus/storefront-renderer

2.10.10 (2023-08-08)

Note: Version bump only for package @​ecomplus/storefront-renderer

2.10.9 (2023-05-31)

Note: Version bump only for package @​ecomplus/storefront-renderer

2.10.8 (2023-05-20)

Bug Fixes
  • renderer/proxy: force cors header and properly handle req/res required headers (072ed51)

2.10.7 (2023-05-20)

Bug Fixes
  • renderer/proxy: fix handling url on reverse proxy (#​904) (15c4116)

2.10.6 (2023-05-12)

Bug Fixes
  • renderer/image-size: properly handling fallback dimensions (e5953a1)

2.10.5 (2023-05-11)

Bug Fixes
  • template/banners: rendering sizes for mobile version (c580e67)

2.10.4 (2023-04-24)

Bug Fixes

2.10.3 (2023-04-11)

Note: Version bump only for package @​ecomplus/storefront-renderer

2.10.2 (2023-03-07)

Bug Fixes
  • renderer/reverse-proxy: insert validate status with headers and timeout (36b3537)

2.10.1 (2023-02-14)

Bug Fixes
  • renderer/reverse-proxy: check reserve proxy route before trailing slash redirect (ccbe938)
  • template/partytown: fix handling partytown resolveUrl for reverse proxy (aa78cfe)
ecomplus/storefront (@​ecomplus/storefront-template)

v2.0.0-beta.243

Compare Source

Bug Fixes
  • template/product: ensure product image with full width (#​954) (7a27436)

Configuration

📅 Schedule: Branch creation - "after 11am and before 4pm every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 10, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Oct 10, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: .functions/package-lock.json
ERROR: npm v10.2.0 is known not to run on Node.js v14.21.3.  This version of npm supports the following node versions: `^18.17.0 || >=20.5.0`. You can find the latest version at https://nodejs.org/.

ERROR:
/opt/containerbase/tools/npm/10.2.0/node_modules/npm/node_modules/@npmcli/agent/lib/agents.js:105
    options.lookup ??= this.#options.lookup
                   ^^^

SyntaxError: Unexpected token '??='
    at wrapSafe (internal/modules/cjs/loader.js:1029:16)
    at Module._compile (internal/modules/cjs/loader.js:1078:27)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)
    at Module.load (internal/modules/cjs/loader.js:979:32)
    at Function.Module._load (internal/modules/cjs/loader.js:819:12)
    at Module.require (internal/modules/cjs/loader.js:1003:19)
    at require (internal/modules/cjs/helpers.js:107:18)
    at Object.<anonymous> (/opt/containerbase/tools/npm/10.2.0/node_modules/npm/node_modules/@npmcli/agent/lib/index.js:7:15)
    at Module._compile (internal/modules/cjs/loader.js:1114:14)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)
ERROR: npm v10.2.0 is known not to run on Node.js v14.21.3.  This version of npm supports the following node versions: `^18.17.0 || >=20.5.0`. You can find the latest version at https://nodejs.org/.

ERROR:
/opt/containerbase/tools/npm/10.2.0/node_modules/npm/node_modules/@npmcli/agent/lib/agents.js:105
    options.lookup ??= this.#options.lookup
                   ^^^

SyntaxError: Unexpected token '??='
    at wrapSafe (internal/modules/cjs/loader.js:1029:16)
    at Module._compile (internal/modules/cjs/loader.js:1078:27)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)
    at Module.load (internal/modules/cjs/loader.js:979:32)
    at Function.Module._load (internal/modules/cjs/loader.js:819:12)
    at Module.require (internal/modules/cjs/loader.js:1003:19)
    at require (internal/modules/cjs/helpers.js:107:18)
    at Object.<anonymous> (/opt/containerbase/tools/npm/10.2.0/node_modules/npm/node_modules/@npmcli/agent/lib/index.js:7:15)
    at Module._compile (internal/modules/cjs/loader.js:1114:14)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)

@github-actions github-actions bot merged commit f76cbbc into master Oct 10, 2023
4 checks passed
@renovate renovate bot deleted the renovate/storefront-non-major branch October 10, 2023 14:15
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.

0 participants