Skip to content

chore(deps): Update non-major dependencies#24

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/minor-patch
Open

chore(deps): Update non-major dependencies#24
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/minor-patch

Conversation

@renovate

@renovate renovate Bot commented Feb 5, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
czg (source) 1.11.01.13.1 age confidence
eslint-config-prettier ^8.10.0^8.10.2 age confidence
eslint-plugin-import ^2.31.0^2.32.0 age confidence
eslint-plugin-only-warn ^1.1.0^1.2.1 age confidence
postcss-html ^1.8.0^1.8.1 age confidence
sharp (source, changelog) ^0.33.5^0.35.2 age confidence
terser (source) ^5.37.0^5.48.0 age confidence
vite-plugin-image-optimizer ^1.1.8^1.1.9 age confidence
vite-plugin-pwa ^0.21.1^0.21.2 age confidence

Release Notes

Zhengqbbb/cz-git (czg)

v1.13.1

Compare Source

Bug Fixes

v1.13.0

Compare Source

Features

v1.12.0

Compare Source

Features

1.11.2 (2025-06-13)

Bug Fixes
  • cz-git: without scope calc maxSubjectLength error (#​230) (1a9b61c)

1.11.1 (2025-03-03)

Bug Fixes

v1.11.2

Compare Source

Bug Fixes
  • cz-git: without scope calc maxSubjectLength error (#​230) (1a9b61c)

v1.11.1

Compare Source

Bug Fixes
prettier/eslint-config-prettier (eslint-config-prettier)

v8.10.2

Compare Source

import-js/eslint-plugin-import (eslint-plugin-import)

v2.32.0

Compare Source

Added
Fixed
Changed
bfanger/eslint-plugin-only-warn (eslint-plugin-only-warn)

v1.2.1

Compare Source

v1.2.0

Compare Source

ota-meshi/postcss-html (postcss-html)

v1.8.1

Compare Source

What's Changed

Full Changelog: ota-meshi/postcss-html@v1.8.0...v1.8.1

lovell/sharp (sharp)

v0.35.2

Compare Source

v0.35.1

Compare Source

  • TypeScript: Ensure type definitions are published for both ESM and CJS.
    #​4537

  • WebAssembly: Ensure wrapper file is published.
    #​4538

v0.35.0

Compare Source

  • Breaking: Drop support for Node.js 18, now requires Node.js >= 20.9.0.

  • Breaking: Remove install script from package.json file.
    Compiling from source is now opt-in via the build script.

  • Breaking: Lossy AVIF output is now tuned using SSIMULACRA2-based iq quality metrics.

  • Breaking: Add limitInputChannels with a default value of 5.

  • Breaking: Remove deprecated failOnError constructor property.

  • Breaking: Remove deprecated paletteBitDepth from metadata response.

  • Breaking: Remove deprecated properties from sharpen operation.

  • Breaking: Rename format.jp2k as format.jp2 for API consistency.

  • Upgrade to libvips v8.18.3 for upstream bug fixes.

  • Remove experimental status from WebAssembly binaries.

  • Add prebuilt binaries for FreeBSD (WebAssembly).

  • Deprecate Windows 32-bit (win32-ia32) prebuilt binaries.

  • Ensure TIFF output bitdepth option is limited to 1, 2 or 4.

  • Add AVIF/HEIF tune option for control over quality metrics.
    #​4227

  • Add keepGainMap and withGainMap to process HDR JPEG images with embedded gain maps.
    #​4314

  • Add toUint8Array for output image as a TypedArray backed by a transferable ArrayBuffer.
    #​4355

  • Require prebuilt binaries using static paths to aid code bundling.
    #​4380

  • TypeScript: Ensure FormatEnum keys match reality.
    #​4475

  • Add margin option to trim operation.
    #​4480
    @​eddienubes

  • Ensure HEIF primary item is used as default page/frame.
    #​4487

  • Add image Media Type (MIME Type) to metadata response.
    #​4492

  • Add withDensity to set output density in EXIF metadata.
    #​4496

  • Improve pkg-config path discovery.
    #​4504

  • Add WebP exact option for control over transparent pixel colour values.

  • Add support for ECMAScript Modules (ESM).
    #​4509
    @​florian-lefebvre

v0.34.5

Compare Source

  • Upgrade to libvips v8.17.3 for upstream bug fixes.

  • Add experimental support for prebuilt Linux RISC-V 64-bit binaries.

  • Support building from source with npm v12+, deprecate --build-from-source flag.
    #​4458

  • Add support for BigTIFF output.
    #​4459
    @​throwbi

  • Improve error messaging when only warnings issued.
    #​4465

  • Simplify ICC processing when retaining input profiles.
    #​4468

v0.34.4

Compare Source

  • Upgrade to libvips v8.17.2 for upstream bug fixes.

  • Ensure TIFF subifd and OpenSlide level input options are respected (regression in 0.34.3).

  • Ensure autoOrient occurs before non-90 angle rotation.
    #​4425

  • Ensure autoOrient removes existing metadata after shrink-on-load.
    #​4431

  • TypeScript: Ensure KernelEnum includes linear.
    #​4441
    @​BayanBennett

  • Ensure unlimited flag is passed upstream when reading TIFF images.
    #​4446

  • Support Electron memory cage when reading XMP metadata (regression in 0.34.3).
    #​4451

  • Add sharp-libvips rpath for yarn v5 support.
    #​4452
    @​arcanis

v0.34.3

Compare Source

v0.34.2

Compare Source

v0.34.1

Compare Source

v0.34.0

Compare Source

terser/terser (terser)

v5.48.0

Compare Source

  • Support import source ... and import defer ... (#​1682)

v5.47.1

Compare Source

  • Fix crash when using mangle.keep_fnames with destructuring

v5.47.0

Compare Source

  • Add builtins_ecma and builtins_pure options
  • Add Intl options to domprops (#​1680)

v5.46.2

Compare Source

  • unused option: delete computed keys of concise methods and getters/setters.
  • Error.cause added to DOM properties list
  • Don't consider foo.bar and foo["bar"] to be equivalent when property mangler is enabled with keep_quoted=strict option.

v5.46.1

Compare Source

  • Fix extremely slow (seemed like a freeze) evaluate of method chains
  • Parse extremely large floating-point number literals as Infinity
  • Remove parens from comma expressions in computed property access (foo[(1, 2)])

v5.46.0

Compare Source

  • Add "observedAttributes" domprop (#​1652)
  • More domprops (mostly Temporal related) suggested in #​1652

v5.45.0

Compare Source

  • Produce void 0 instead of undefined, which is more safe

v5.44.1

Compare Source

  • fix bitwise optimization changing the result of &&, ||
  • switches: make sure var is extracted from a deleted default case

v5.44.0

Compare Source

  • Support using and await using declarations (#​1635)

v5.43.1

Compare Source

  • Prevent niche optimizations that would move around block declarations
  • Add lhs_constants to CompressOptions type (#​1621)

v5.43.0

Compare Source

  • Do not wrap callbacks in parentheses (wrap_func_args format option is now false by default)
  • Do not inline functions into for loops (for performance reasons)

v5.42.0

Compare Source

  • Improved performance in the parse step by adding a fast path for simple identifiers.
  • Improved ESTree conversion

v5.41.0

Compare Source

  • fixed semicolon insertion between class fields, when the field names are number literals
  • keep_numbers format option now works for bigint
  • internal: correctly mark accessors' is_generator property
  • internal: do not read or assign quote properties without need
  • internal: add missing equivalent_to comparison

v5.40.0

Compare Source

  • Fix exporting AssignmentExpression (default assign pattern) to ESTree
  • Fix ESTree output of object keys with quotes
  • Fix handling of an ESTree empty export {} (#​1601)
  • Fix some const and let resulting from ESTree input (#​1599)

v5.39.2

Compare Source

  • Fix crash when parsing bare yield inside a template string.
  • Update internally used acorn version requirement

v5.39.1

Compare Source

  • Fix bitwise operations that could mix BigInt and number

v5.39.0

Compare Source

  • Remove unnecessary console.assert calls (#​1590)

v5.38.2

Compare Source

  • internal: Flatten inheritance tree for object/class members

v5.38.1

Compare Source

  • Fix inlining non-call expressions into an optional_call?.()

v5.38.0

Compare Source

  • Remove console method-of-method calls (eg console.log.apply()) when drop_console option is used (#​1585)
  • Remove more object spreads, such as { ...void !0 } (#​1142)
FatehAK/vite-plugin-image-optimizer (vite-plugin-image-optimizer)

v1.1.9: ✨ v1.1.9

Compare Source

  • fix(minor): Fix default svgo config (06e154f)
  • fix: corrected the default values object provided in README.md to be in line with expected types (#​46) (ef641d6)
  • fix: issue with absolute output paths (#​41) (a31ae7c)
Minor and Patch version Dependency Bumps
vite-pwa/vite-plugin-pwa (vite-plugin-pwa)

v0.21.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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 label Feb 5, 2025
@renovate

renovate Bot commented Feb 5, 2025

Copy link
Copy Markdown
Contributor Author

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate Bot changed the title chore(deps): Update dependency terser to ^5.38.0 chore(deps): Update dependency terser to ^5.38.1 Feb 6, 2025
@renovate renovate Bot force-pushed the renovate/minor-patch branch from c2765fb to 4209a92 Compare February 6, 2025 18:29
@renovate renovate Bot changed the title chore(deps): Update dependency terser to ^5.38.1 chore(deps): Update dependency terser to ^5.38.2 Feb 11, 2025
@renovate renovate Bot force-pushed the renovate/minor-patch branch from 4209a92 to 3dbc78b Compare February 11, 2025 13:04
@renovate renovate Bot changed the title chore(deps): Update dependency terser to ^5.38.2 chore(deps): Update dependency terser to ^5.39.0 Feb 13, 2025
@renovate renovate Bot force-pushed the renovate/minor-patch branch from 3dbc78b to 55caa1a Compare February 13, 2025 12:09
@renovate renovate Bot changed the title chore(deps): Update dependency terser to ^5.39.0 chore(deps): Update non-major dependencies Mar 3, 2025
@renovate renovate Bot force-pushed the renovate/minor-patch branch from 55caa1a to 3ef892a Compare March 3, 2025 16:47
@renovate renovate Bot force-pushed the renovate/minor-patch branch 2 times, most recently from 572c66d to 281cd30 Compare March 24, 2025 11:14
@renovate renovate Bot force-pushed the renovate/minor-patch branch 3 times, most recently from 13423e9 to 094e9d0 Compare April 4, 2025 15:26
@renovate renovate Bot force-pushed the renovate/minor-patch branch 2 times, most recently from 77df08e to b6d6456 Compare April 10, 2025 10:40
@renovate renovate Bot force-pushed the renovate/minor-patch branch from b6d6456 to 0a00339 Compare April 30, 2025 12:10
@renovate renovate Bot force-pushed the renovate/minor-patch branch 3 times, most recently from ee66452 to d31a172 Compare May 20, 2025 19:32
@renovate renovate Bot force-pushed the renovate/minor-patch branch from d31a172 to 9c1700e Compare May 27, 2025 16:56
@renovate renovate Bot force-pushed the renovate/minor-patch branch 2 times, most recently from 4ff10e7 to 65d62da Compare June 9, 2025 15:37
@renovate renovate Bot force-pushed the renovate/minor-patch branch 3 times, most recently from ab02abf to e61c6e5 Compare June 19, 2025 17:07
@renovate renovate Bot force-pushed the renovate/minor-patch branch from e61c6e5 to b3fd740 Compare June 20, 2025 23:59
@renovate renovate Bot force-pushed the renovate/minor-patch branch from b3fd740 to b7142a3 Compare July 10, 2025 14:39
@renovate renovate Bot force-pushed the renovate/minor-patch branch from b7142a3 to cc6b6de Compare July 18, 2025 22:42
@renovate renovate Bot force-pushed the renovate/minor-patch branch from b601322 to 082d542 Compare September 25, 2025 17:04
@renovate renovate Bot force-pushed the renovate/minor-patch branch from 082d542 to 8d9c090 Compare October 21, 2025 10:49
@renovate renovate Bot force-pushed the renovate/minor-patch branch 2 times, most recently from f01b801 to 57fd7d3 Compare November 6, 2025 17:04
@renovate renovate Bot force-pushed the renovate/minor-patch branch from 57fd7d3 to 9564363 Compare November 19, 2025 00:26
@renovate renovate Bot force-pushed the renovate/minor-patch branch from 9564363 to 176f5c4 Compare December 31, 2025 12:38
@renovate renovate Bot force-pushed the renovate/minor-patch branch 3 times, most recently from d1ad39c to 140a92a Compare January 15, 2026 18:33
@renovate renovate Bot force-pushed the renovate/minor-patch branch from 140a92a to e6d01d5 Compare January 15, 2026 21:44
@renovate renovate Bot force-pushed the renovate/minor-patch branch from e6d01d5 to 9b6e4d3 Compare February 12, 2026 18:12
@renovate renovate Bot force-pushed the renovate/minor-patch branch 3 times, most recently from 60ff57e to 361c407 Compare March 5, 2026 02:05
@renovate renovate Bot force-pushed the renovate/minor-patch branch 2 times, most recently from 4ac3a8a to c72ec24 Compare March 16, 2026 12:45
@renovate renovate Bot force-pushed the renovate/minor-patch branch 2 times, most recently from 2921e6b to 55167f4 Compare March 30, 2026 20:56
@renovate renovate Bot force-pushed the renovate/minor-patch branch from 55167f4 to 70ca21f Compare April 8, 2026 18:47
@renovate renovate Bot force-pushed the renovate/minor-patch branch from 70ca21f to 017df65 Compare April 27, 2026 09:46
@renovate renovate Bot force-pushed the renovate/minor-patch branch 3 times, most recently from ec02581 to 6a6cb70 Compare May 9, 2026 12:49
@renovate renovate Bot force-pushed the renovate/minor-patch branch 2 times, most recently from 6387b50 to 64ab289 Compare May 28, 2026 16:39
@renovate renovate Bot force-pushed the renovate/minor-patch branch from 64ab289 to d1a9566 Compare June 1, 2026 21:49
@renovate renovate Bot force-pushed the renovate/minor-patch branch 2 times, most recently from 6a314b2 to b650804 Compare June 12, 2026 01:02
| datasource | package                     | from   | to     |
| ---------- | --------------------------- | ------ | ------ |
| npm        | czg                         | 1.11.0 | 1.13.1 |
| npm        | eslint-config-prettier      | 8.10.0 | 8.10.2 |
| npm        | eslint-plugin-import        | 2.31.0 | 2.32.0 |
| npm        | eslint-plugin-only-warn     | 1.1.0  | 1.2.1  |
| npm        | postcss-html                | 1.8.0  | 1.8.1  |
| npm        | sharp                       | 0.33.5 | 0.35.2 |
| npm        | terser                      | 5.37.0 | 5.48.0 |
| npm        | vite-plugin-image-optimizer | 1.1.8  | 1.1.9  |
| npm        | vite-plugin-pwa             | 0.21.1 | 0.21.2 |
@renovate renovate Bot force-pushed the renovate/minor-patch branch from b650804 to 227f77c Compare June 19, 2026 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants