Skip to content

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

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/non-major-dependencies
Open

fix(deps): update all dependencies (non-major)#116
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/non-major-dependencies

Conversation

@renovate

@renovate renovate Bot commented Jul 1, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@fortawesome/vue-fontawesome 3.0.83.3.3 age confidence
@nuxt/image (source) 1.10.01.11.0 age confidence
@types/debug (source) 4.1.124.1.13 age confidence
@types/node (source) 20.19.020.19.43 age confidence
autoprefixer 10.4.2110.5.4 age confidence
debug 4.4.14.4.3 age confidence
dotenv 16.5.016.6.1 age confidence
mongoose (source) 8.15.18.24.3 age confidence
nanoid 5.1.55.1.16 age confidence
pnpm (source) 10.12.110.34.5 age confidence
tsx (source) 4.20.14.23.12 age confidence
typescript (source) 5.8.35.9.3 age confidence
uuid 11.1.011.1.1 age confidence

Release Notes

FortAwesome/vue-fontawesome (@​fortawesome/vue-fontawesome)

v3.3.3

Compare Source

Fixed
  • Fixed class and style failing to type-check on <FontAwesomeIcon> in JSX/TSX, a regression from
    #​576. FontAwesomeIcon is declared as a FunctionalComponent, whose JSX attribute surface resolves
    from the component's own props only; the declaration now also intersects AllowedComponentProps and
    VNodeProps, restoring class, style, key, and ref. Types-only and non-breaking.
Changed
  • CI: the public API type-check now runs against the oldest supported Vue (3.0.x) as well as the newest,
    so type-only regressions that depend on a helper only newer Vue versions export are caught
  • Removed the unused npm and install devDependencies. Development-only; the published package is
    unchanged.

v3.3.2

Compare Source

Added
  • New canvasSquare and canvasRoomy props for the canvas sizing options introduced in Font Awesome 7.3.0

v3.3.1

Compare Source

Fixed
  • Fixed TS2590: Expression produces a union type that is too complex to represent when using
    FontAwesomeIcon in a Vue render function (h(FontAwesomeIcon, { icon })), a regression from #​559.
    Types-only and non-breaking.
Changed
  • CI: fixed the build matrix failing with npm ERESOLVE when installing older Vue versions in the test
    matrix (a regression surfaced by #​576 adding typescript to the lockfile), and added a strict
    peer-dependency check job
  • Documented the test:types command in DEVELOPMENT.md and added test-first and explicit dist steps
    to the release checklist

v3.3.0

Compare Source

Added
  • Support for the new animation props introduced in Font Awesome 7.3.0: flip360, buzz, float, jello,
    spinSnap, spinSnap4, spinSnap8, swing, and wag
Changed
  • Improved TypeScript types for the icon and mask props
  • Test suite updates and added testing notes to DEVELOPMENT.md

v3.2.0

Compare Source

Added
  • Support for custom gradient fills

v3.1.3

Compare Source

Changed
  • ci.yml update for node-versions
  • a markdown lint fixup in CONTRIUBUTING.md
  • update vitest version to 4.0.16 in package.json

v3.1.2

Compare Source

Changed
  • Replaced Jest with Vitest as the test runner for unit tests. This will help improve test performance and better aligns
    with the Vue 3 + Vite ecosystem.

  • Updated FontAwesomeIconProps:

    • flip now accepts the boolean type in addition to 'horizontal' | 'vertical' | 'both'
    • maskId is now correctly typed as string
  • Updated DEVELOPMENT.md with revised release instructions


v3.1.1

Compare Source

Changed
  • Removed version checks related to props.fixedWidth, iconProps.title, and iconProps.title.

  • The use of require to retrieve the version from @fortawesome/fontawesome-svg-core for version checks has been
    removed to help ensure compatibility with ESM builds.


v3.1.0

Compare Source

Changed
  • Font Awesome Pro+ icons are now available with an active Pro+ subscription.

  • Added widthAuto prop

  • Added rotateBy prop

  • Deprecated fa-fw prop


nuxt/image (@​nuxt/image)

v1.11.0

Compare Source

compare changes

🚀 Enhancements
  • Add support for image helpers in nitro endpoints (#​1473)
  • ipx: Log the architecture of the build (#​1808)
🩹 Fixes
  • Remove layer0 and edgio providers (#​1763)
  • Add back layer0 and edgio providers (without) tests (a99ce09)
  • cloudflare: Don't add baseURL if there are no operations (#​1790)
  • ipx: Always use ipx provider if external baseURL is provided (#​1800)
  • ipxStatic: Strip repeated slashes from image path (#​1801)
  • Avoid deep type instantiation (12b37a2)
📖 Documentation
🏡 Chore
  • Disable shamefully-hoist (#​1795)
  • Do not ignore typescript upgrades (0809991)
  • Switch to using typesVersions field (b4af05a)
  • Allow major bumps in changelog (d486587)
  • Enable oxc-resolver build (4be31c7)
  • Release v1.11.0 (3123997)
✅ Tests
  • Exclude layer0 + edgio from unit tests (3682a90)
🤖 CI
❤️ Contributors
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.

v10.5.1

Compare Source

v10.5.0

Compare Source

  • Added mask-position-x and mask-position-y support (by @​toporek).

v10.4.27

Compare Source

  • Removed development key from package.json.

v10.4.26

Compare Source

  • Reduced package size.

v10.4.25

Compare Source

  • Fixed broken gradients on CSS Custom Properties (by @​serger777).

v10.4.24

Compare Source

  • Made Autoprefixer a little faster (by @​Cherry).

v10.4.23

Compare Source

v10.4.22

Compare Source

  • Fixed stretch prefixes on new Can I Use database.
  • Updated fraction.js.
debug-js/debug (debug)

v4.4.3

Compare Source

Functionally identical release to 4.4.1.

Version 4.4.2 is compromised. Please see #​1005.

motdotla/dotenv (dotenv)

v16.6.1

Compare Source

Changed
  • Default quiet to true – hiding the runtime log message (#​874)
  • NOTICE: 17.0.0 will be released with quiet defaulting to false. Use config({ quiet: true }) to suppress.
  • And check out the new dotenvx. As coding workflows evolve and agents increasingly handle secrets, encrypted .env files offer a much safer way to deploy both agents and code together with secure secrets. Simply switch require('dotenv').config() for require('@dotenvx/dotenvx').config().

v16.6.0

Compare Source

Added
  • Default log helpful message [dotenv@16.6.0] injecting env (1) from .env (#​870)
  • Use { quiet: true } to suppress
  • Aligns dotenv more closely with dotenvx.
Automattic/mongoose (mongoose)

v8.24.3

Compare Source

===================

  • fix(query): apply sanitizeFilter on countDocuments and cursor()

v8.24.2

Compare Source

===================

v8.24.1

Compare Source

  • fix(documentarray): reindex subdocs after array reordering and removal so subsequent nested changes save using the correct path #​16282 AbdelrahmanHafez
  • fix(document): avoid accessing special properties in Document.prototype.get()
  • fix(schema): avoid returning inherited properties from schema path lookups, including paths underneath maps of subdocuments
  • fix(clone): isolate cloned arrays from source documents #​16281 AbdelrahmanHafez
  • types: enable exactOptionalPropertyTypes in TypeScript tests #​16287

v8.24.0

Compare Source

===================

v8.23.1

Compare Source

===================

v8.23.0

Compare Source

===================

  • feat(document): add flattenUUIDs option to toObject() and toJSON() (backport #​15021 to 8.x)

v8.22.1

Compare Source

==================

  • fix: handle other top-level query operators in sanitizeFilter
  • fix(document): when cloning a doc with subdocs, make sure the subdocs parent is the cloned doc #​15904 #​15901
  • types(models): support Mongoose query casting in AnyBulkWriteOperation filter property #​15910
  • types: add toBSON() to documents #​15927

v8.22.0

Compare Source

===================

v8.21.1

Compare Source

===================

  • fix(clone): fix parent doc for map subdocuments and array subdocuments #​15958 AbdelrahmanHafez
  • fix(document): when cloning a doc with subdocs, make sure the subdocs parent is the cloned doc #​15904 #​15901
  • fix: respect currentTime schema option in bulkWrite updates #​15976 sderrow
  • types(models): support Mongoose query casting in AnyBulkWriteOperation filter property #​15910
  • types: add toBSON() to documents #​15927

v8.21.0

Compare Source

===================

  • feat(document+model): pass options to pre('deleteOne') and update+options to pre('updateOne') hooks #​15908 #​15870
  • feat(document): add support for getAtomics() to allow custom container types to utilize atomics #​15817
  • fix: add support for typescript style enums #​15914 #​15913 mjfwebb

v8.20.4

Compare Source

===================

v8.20.3

Compare Source

===================

  • perf: use Object.hasOwn instead of Object#hasOwnProperty #​15875 AbdelrahmanHafez
  • fix: improve error when calling Document.prototype.init() with null/undefined #​15812 Vegapunk-debug
  • types(schema): avoid treating paths with default: null as required #​15889
  • types(schema): allow partial statics to schema.statics() #​15780

v8.20.2

Compare Source

===================

v8.20.1

Compare Source

===================

v8.20.0

Compare Source

===================

v8.19.4

Compare Source

===================

v8.19.3

Compare Source

===================

  • fix(model+plugins): correctly apply shard key on deleteOne() #​15705 #​15701
  • fix(schema): correctly cache text indexes as 'text' not 1 #​15695
  • types: make inferRawDocType correctly infer empty array type [] as any[] #​15704 #​15699

v8.19.2

Compare Source

===================

  • perf(setDefaultsOnInsert): avoid computing all modified paths when running setDefaultsOnInsert and update validators, only calculate if there are defaults to set #​15691 #​15672
  • fix: correct handling of relative vs absolute paths with maps and subdocuments #​15682 #​15678 #​15350
  • ci: add publish script with provenance #​15684 #​15680

v8.19.1

Compare Source

===================

  • perf: avoid getting all modified paths in update when checking if versionKey needs to be set #​15677 #​15672
  • perf: Avoid needless path translation #​15679 orgads
  • fix(query): throw error if using update operator with modifier and no path #​15670 #​15642
  • types: avoid making FilterQuery a conditional type because of how typescript handles distributed conditional unions #​15676 #​15671
  • docs: update installation instructions #​15675 aalok-y

v8.19.0

Compare Source

===================

v8.18.3

Compare Source

===================

v8.18.2

Compare Source

===================

  • fix(document): prevent $clone() from converting mongoose arrays into vanilla arrays #​15633 #​15625
  • fix(connection): use correct collection name for model when using useConnection() #​15637
  • fix(connection): propagate changes to _lastHeartbeatAt to useDb() child connections #​15640 #​15635
  • types: fix schema property type definition in SchemaType #​15631

v8.18.1

Compare Source

===================

  • types: correct type inference for maps of maps #​15602
  • types(model): copy base model statics onto discriminator model #​15623 #​15600
  • types: fix types for a string of enums #​15605 ruiaraujo
  • types(SchemaOptions): disallow versionKey: true, which fails at runtime #​15606
  • docs(typescript): add example explaining how to use query helper overrides for handling lean() #​15622 #​15601
  • docs(transactions): add note about nested transactions #​15624

v8.18.0

Compare Source

===================

  • feat(schema): support for union types #​15574 #​10894
  • fix: trim long strings in minLength and maxLength error messages and display the string length #​15571 #​15550
  • types(connection+collection): make BaseCollection and BaseConnection usable as values #​15575 #​15548
  • types: remove logic that omits timestamps when virtuals, methods, etc. options set #​15577 #​12807

v8.17.2

Compare Source

===================

  • fix: avoid Model.validate() hanging when all paths fail casting #​15580 #​15579 piotracalski
  • types(document): better support for flattenObjectIds and versionKey options for toObject() and toJSON() #​15582 #​15578
  • docs: fix docs jsdoc tags and add UUID to be listed #​15585
  • docs(document): fix code sample that errors with "Cannot set properties of undefined" #​15589

v8.17.1

Compare Source

===================

v8.17.0

Compare Source

===================

v8.16.5

Compare Source

===================

  • fix(map): avoid throwing required error if saving map of primitives with required: true #​15542
  • types(model): export MongooseBulkWriteResult type #​15546
  • types(connection): add base to connection type #​15544

v8.16.4

Compare Source

===================

v8.16.3

Compare Source

===================

  • fix(document): clean modified subpaths if unsetting map #​15520 #​15519
  • fix: make DocumentArray SchemaType pass all options to embedded SchemaType #​15523
  • types: support readonly array in query.select #​15527 omermizr

v8.16.2

Compare Source

===================

  • fix(cursor): populate after hydrating in queryCursor so populated docs get parent() #​15498 #​15494
  • fix(schema): support toJSONSchema() on mixed types and improve error message about unsupported types #​15492 #​15489
  • types: add _id and __v to toObject/toJSON transform type #​15501 #​15479
  • types(schema): use user-provided THydratedDocumentType as context for virtual get() and set() #​15517 #​15516
  • types: improve typing for transform option to toJSON and toObject #​15485
  • docs: link to custom setter docs from lowercase, etc. options and note that setters run on query filters #​15493 #​15491
  • docs(jest): add note about resetModules #​15515

v8.16.1

Compare Source

===================

  • fix(document): avoid setting _skipMarkModified when setting nested path with merge option #​15484 #​11913
  • fix(model): make sure post save error handler gets doc as param on VersionError #​15483 #​15480
  • fix: consistent $conditionalHandlers setup between schematypes #​15490
  • docs(compatibility): note that mongodb 4.0 is not supported anymore since 8.16.0 #​15487 hasezoey
  • docs: remove unnecessary --save flag from npm install instruction #​15486 Thahirgeek

v8.16.0

Compare Source

===================

v8.15.2

Compare Source

===================

  • fix(document+schema): improve handling for setting paths underneath maps, including maps of maps #​15477 #​15461
  • fix: report default paths in VersionError message because they can can cause VersionError #​15464
  • fix(updateValidators): ensure update validators only call validators underneath single nested paths once #​15446 #​15436
  • fix: fix validation for deeply nested maps of subdocuments #​15469 #​15447 AbdelrahmanHafez
  • fix(DocumentArray): correctly set parent if instantiated with schema from another Mongoose instance #​15471 #​15466
  • types(model): use ProjectionType for Model.hydrate() #​15447 #​15443
ai/nanoid (nanoid)

v5.1.16

Compare Source

v5.1.15

Compare Source

  • Fixed random pool corruption on big ID sizes.

v5.1.14

Compare Source

  • Fixed npm package size regression.

v5.1.13

Compare Source

  • Fixed npm package size regression.

v5.1.12

Compare Source

  • Moved to npm Provenance and Staged Publishing.

v5.1.11

Compare Source

  • Fixed breaking Nano ID by requesting big ID.

v5.1.10

Compare Source

v5.1.9

Compare Source

  • Fixed npm package size regression.

v5.1.8

Compare Source

v5.1.7

Compare Source

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, on day 1 of the month (* 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 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 was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/non-major-dependencies branch 3 times, most recently from b595c42 to 356dcff Compare July 8, 2025 19:40
@renovate
renovate Bot force-pushed the renovate/non-major-dependencies branch 6 times, most recently from 6837b3f to 476efff Compare July 15, 2025 13:15
@renovate
renovate Bot force-pushed the renovate/non-major-dependencies branch 3 times, most recently from 7023bfc to ff2c804 Compare July 22, 2025 22:43
@renovate
renovate Bot force-pushed the renovate/non-major-dependencies branch 5 times, most recently from 16c3f71 to 0f6d6ca Compare July 31, 2025 17:45
@renovate
renovate Bot force-pushed the renovate/non-major-dependencies branch 3 times, most recently from ccdf669 to 53fbff3 Compare August 7, 2025 21:50
@renovate
renovate Bot force-pushed the renovate/non-major-dependencies branch 6 times, most recently from 9c6afce to 55dda04 Compare August 15, 2025 09:45
@renovate
renovate Bot force-pushed the renovate/non-major-dependencies branch 4 times, most recently from 29383b6 to e4fbd2e Compare August 22, 2025 17:49
@renovate
renovate Bot force-pushed the renovate/non-major-dependencies branch 3 times, most recently from ac2ff28 to 11d0ec7 Compare September 22, 2025 18:34
@renovate
renovate Bot force-pushed the renovate/non-major-dependencies branch 7 times, most recently from f91deef to 739ee03 Compare October 2, 2025 17:11
@renovate
renovate Bot force-pushed the renovate/non-major-dependencies branch 4 times, most recently from c900a8e to 545d2dd Compare October 11, 2025 16:36
@renovate
renovate Bot force-pushed the renovate/non-major-dependencies branch 4 times, most recently from 99b36b0 to 1d76e66 Compare October 21, 2025 01:34
@renovate
renovate Bot force-pushed the renovate/non-major-dependencies branch 2 times, most recently from f6aa37c to 3e4757a Compare October 28, 2025 19:42
@renovate
renovate Bot force-pushed the renovate/non-major-dependencies branch 5 times, most recently from 9341e6f to b8be173 Compare November 11, 2025 05:05
@renovate
renovate Bot force-pushed the renovate/non-major-dependencies branch 4 times, most recently from fa1cf1b to 7236806 Compare November 17, 2025 23:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants