Skip to content

fix(deps): update all non-major dependencies - #1294

Merged
leomp12 merged 2 commits into
masterfrom
renovate/all-minor-patch
Jul 28, 2026
Merged

fix(deps): update all non-major dependencies#1294
leomp12 merged 2 commits into
masterfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@ecomplus/storefront-template (source) ^2.0.0-beta.299^2.0.0-next.3 age confidence
autoprefixer ^10.5.1^10.5.4 age confidence
caniuse-lite ^1.0.30001799^1.0.30001806 age confidence
markdown-it ^14.2.0^14.3.0 age confidence
postcss (source) ^8.5.15^8.5.23 age confidence
sass ^1.101.0^1.102.0 age confidence

Release Notes

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

v2.0.0-next.3

Compare Source

Bug Fixes
  • cms: minor pages config fixes (ba10470)
  • cms: removing code in extrapage config (#​192) (e0f5bf5)
  • deps: update @​ecomplus/passport-client to v1.0.7 (b2c624d)
  • ejs: general first fixes for pages and sections (d536326)
  • ejs: product card and block predefined places for additional HTML (cf0f3d5)
  • ejs: syntax fix on collection shelf section partial (7ba499c)
  • js: remove product.js entry, import ProductCard on widgets load (d032bcd)
  • scss: pre-importing some component styles (db0f56c)
  • styles: fix some classes and scss with new sections approach (1d5c706)
Code Refactoring
  • pages: split views on sections, use sections on "all" pages (3dab231)
Features
  • cms: add custom html (with code widget) to sections (feb03d6)
  • cms: handling "page builder" with sections for all pages (2383ffb)
  • cms: supporting collection shelf items suffle (random) (9fbe47e)
  • js: additional entry for product page with TheProduct component (d1fe978)
  • js: sync import and set ProductCard globally (1f9bbe7)
BREAKING CHANGES
  • pages: lot of ejs files removed or renamed

#​190

v2.0.0-next.2

Compare Source

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

v2.0.0-next.1

Compare Source

Bug Fixes
Features
  • cms: fetch custom config from /admin/config.json (7def520)
  • cms: hacks to support custom identity (selfhosted gotrue) (82329e2)
  • js: replacing webp img src on safari/ios, use jquery for utils (4c0203d)
postcss/autoprefixer (autoprefixer)

v10.5.4

Compare Source

v10.5.3

Compare Source

v10.5.2

Compare Source

  • Moved -webkit-fill-available before -moz-available, so Firefox
    will use -webkit- version which is closer to stretch.
browserslist/caniuse-lite (caniuse-lite)

v1.0.30001806

Compare Source

v1.0.30001805

Compare Source

v1.0.30001803

Compare Source

v1.0.30001802

Compare Source

v1.0.30001800

Compare Source

markdown-it/markdown-it (markdown-it)

v14.3.0

Compare Source

Changed
  • Reworked build pipeline & tools.
  • Added source maps.
  • Bumped linkify-it to 5.0.2.
Fixed
  • Preserve backslash-space hard line breaks, matching CommonMark 6.7, #​1185.
postcss/postcss (postcss)

v8.5.23

Compare Source

  • Do not load source map without opts.from for security reasons.

v8.5.22

Compare Source

v8.5.21

Compare Source

v8.5.20

Compare Source

v8.5.19

Compare Source

  • Fixed cleaning before for new nodes inserted to Root (by @​MahinAnowar).

v8.5.18

Compare Source

  • Restricted loading previous source maps file to the opts.from folder for security reasons (use unsafeMap: true to disable the check).

v8.5.17

Compare Source

  • Fixed Maximum call stack size exceeded error.
  • Fixed Prototype hijacking for postcss.fromJSON().
  • Fixed Input#origin() for unmapped end position (by @​chatman-media).

v8.5.16

Compare Source

sass/dart-sass (sass)

v1.102.0

Compare Source

  • Use the 2.4 gamma transfer function for rec2020, as specified by the latest
    draft of CSS Color 4.

v1.101.7

Compare Source

  • No user-visible changes.

v1.101.6

Compare Source

  • No user-visible changes.

v1.101.5

Compare Source

  • No user-visible changes.

v1.101.4

Compare Source

  • Avoid emitting rgb() or rgba() functions with non-percent decimal
    channels. Older browsers only support integer values or (potentially decimal)
    percentages for these functions, so in order to preserve
    backwards-compatibility while retaining full precision for modern browsers,
    legacy colors that contain at least one non-integer channel will now use
    percentages for their channels (for example, rgb(0%, 100%, 50%) rather than
    rgb(0, 255, 127.5)).

  • Fix a bug where the values of plain-CSS if() expressions were emitted using
    their meta.inspect() format rather than their CSS serialization format.

v1.101.3

Compare Source

  • No user-visible changes.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Issue or PR by renovate/dependabot label Jul 27, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from bd71ef8 to bbae9c9 Compare July 28, 2026 06:31
2.0.0-next.3 is a leftover from Apr/2020, deprecated on npm and only
ranked higher because semver compares prerelease ids alphanumerically
(next > beta). It got picked up while 2.0.0-beta.299 was tagged but
missing from the public registry.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@renovate

renovate Bot commented Jul 28, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@leomp12
leomp12 merged commit d2b4d06 into master Jul 28, 2026
5 checks passed
@leomp12
leomp12 deleted the renovate/all-minor-patch branch July 28, 2026 07:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Issue or PR by renovate/dependabot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant