Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 15, 2025

This PR contains the following updates:

Package Change Age Confidence
@stylistic/eslint-plugin (source) 4.4.15.7.1 age confidence
globals 16.5.017.2.0 age confidence
mongodb-memory-server (source) 10.4.111.0.1 age confidence

Release Notes

eslint-stylistic/eslint-stylistic (@​stylistic/eslint-plugin)

v5.7.1

Compare Source

Bug Fixes
Documentation
Chores

v5.7.0

Compare Source

Features
Bug Fixes
  • list-style: replace text range with delimiter directly (#​1062) (c2ac348)
  • object-curly-spacing: allow space before comment in multi-line objects (#​1076) (d73c03e)
Documentation
Build Related
Chores

v5.6.1

Compare Source

Bug Fixes
  • computed-property-spacing: guard with node.type instead of computed check (#​1054) (c486861)

v5.6.0

Compare Source

Features
Bug Fixes
  • type-generic-spacing: ignore spaces after new in TSConstructorType (#​1044) (aa0c6ac)
Documentation
  • no-extra-parens: add missing ] in various examples. (#​1048) (88248cf)
  • quotes: update deprecated options to latest and add tips (#​1026) (dc949f8)
Build Related
Chores

v5.5.0

Compare Source

Features
  • comma-dangle: support TSFunctionType and TSDeclareFunction (#​1015) (cd3776f)
  • comma-dangle: support TSTypeParameterInstantiation (#​1016) (ba930e7)
  • indent: deprecate offsetTernaryExpressionsOffsetCallExpressions via offsetTernaryExpressions.CallExpression (#​997) (f2837b1)
  • indent: introduce NewExpression and AwaitExpression in offsetTernaryExpressions (#​996) (2b5a39f)
  • new rule list-style (#​895) (a9ec0de)
  • object-curly-spacing: add emptyObjects option to control spacing in empty objects (#​1002) (85ef5bc)
  • padding-line-between-statements: narrow report range to reduce noise (#​1017) (b3a3acf)
  • update deps (#​1011) (9d5085c)
Bug Fixes
  • indent: correctly indent NewExpression in ConditionalExpression (#​994) (01cec33)
  • replace context.getSourceCode() with context.sourceCode (#​1004) (f3faa54)
Documentation
Chores

v5.4.0

Compare Source

Features
  • generator-star-spacing: introduce shorthand to override property function shorthands (#​980) (62d7a17)
  • introduce experimental mechanism (#​894) (87f09ee)
  • object-curly-spacing: introduce overrides (#​898) (2a422b7)
Bug Fixes
Documentation
Build Related

v5.3.1

Compare Source

Build Related

v5.2.3

Compare Source

Bug Fixes
  • indent: correctly locate left paren in CallExpression with specific type arguments (#​910) (f551685)
  • indent: prevent crashes during JSXFragment handling (#​919) (5937be9)

v5.2.2

Compare Source

Bug Fixes
  • no-extra-parens: skip nested TSUnionType/TSIntersectionType when nestedBinaryExpressions: false (#​905) (348f62f)
  • object-curly-spacing: prevent crash when encountering multiple non-ImportSpecifier nodes (#​907) (9b77d02)
Chores
  • padding-line-between-statements: simplify options definition (#​900) (ced7591)

v5.2.1

Compare Source

Bug Fixes
Chores
Performance

v5.2.0

Compare Source

Features
Bug Fixes
  • disallow extra properties in rule options (#​883) (bac5f3f)
  • indent: align first element when VariableDeclarator is first (#​861) (ddd14c8)
Documentation
Chores

v5.1.0

Compare Source

Bug Fixes
Build Related
Chores

v5.0.0

Compare Source

Chores
sindresorhus/globals (globals)

v17.2.0

Compare Source

  • jasmine: Add throwUnless and throwUnlessAsync globals (#​335) 97f23a7

v17.1.0

Compare Source


v17.0.0

Compare Source

Breaking
Improvements

typegoose/mongodb-memory-server (mongodb-memory-server)

v11.0.1

Compare Source

Fixes
  • MongoBinaryDownload: use "http" module for "USE_HTTP" requests (9c967f3), closes #​962

v11.0.0

Compare Source

⚠ BREAKING CHANGES
  • resolveConfig: Default mongodb binary version is now 8.2.x

  • tsconfig: potentially breaking change upgrading "target" to "es2023" in tsconfig

  • MongoBinaryDownloadUrl: Removed support for mongodb version below 4.2.0

  • Remove "-global-4.0" package as it is now unsupported by the mongodb driver

  • Lowest supported NodeJS version is now 20.19.0

  • tsconfig: update "target" to "es2023" (391da3d)

Features
  • MongoBinaryDownloadUrl: drop support for mongod versions below 4.2.0 (c4e6cf1), closes #​894
  • remove "mongodb-memory-server-global-4.0" (9cf7211)
  • resolveConfig: enable "RESUME_DOWNLOAD" by default (5197f69)
  • resolveConfig: update default binary version to 8.2.1 (fefb155)
  • set lowest supported nodejs version to 20.19.0 (5c31896)
Fixes
  • resolveConfig: correct the mapping for "RESUME_DOWNLOAD" (6ae3ebf)
Style
  • migrate to eslint flat config (5a0e75c)
  • MongoBinaryDownload::attemptDownload: remove duplicated argument (3162cc6)
  • MongoBinaryDownload: document more options (ae9784c)
Dependencies
  • mongodb: upgrade to 7.0.0 (8430483)
Dev-Dependencies
  • @​types/jest: upgrade to 30.0.0 (0bd9079)
  • @​types/node: upgrade to version 24.10.0 (a42df53)
  • @​typescript-eslint/*: upgrade to 7.18.0 (b6c462c)
  • @​typescript-eslint/*: upgrade to 8.31.1 (945c0ed)
  • commitlint: upgrade to 20.1.0 (097237c)
  • commitlint: upgrade to 20.2.0 (c10f800)
  • cross-env: drop seemingly unused dependency (c1d0cdb)
  • eslint-config-prettier: upgrade to 10.1.2 (0114ef2)
  • eslint-config-prettier: upgrade to 10.1.8 (a103e6b)
  • eslint: upgrade to 9.25.1 (c8f5b26)
  • eslint: upgrade to 9.39.1 (e496a19)
  • eslint: upgrade to 9.39.2 (63c9577)
  • husky: upgrade to 9.1.7 (ce6b910)
  • jest: upgrade to 30.2.0 (79a876a)
  • lint-staged: upgrade to 15.5.1 (e2025ec)
  • lint-staged: upgrade to 16.2.7 (1ea41e2)
  • rimraf: upgrade to 6.1.2 (5d02ca1)
  • typedoc: upgrade to 0.28.15 (0df2ded)
  • typescript-eslint: upgrade to 8.48.1 (4aa9322)
  • typescript-eslint: upgrade to 8.49.0 (5857d3d)
  • typescript: upgrade to version 5.9.3 (0acffcd)

v10.4.3

Compare Source

Fixes
  • MongoBinaryDownload: use "http" module for "USE_HTTP" requests (15c7bf5), closes #​962

v10.4.2

Compare Source

Fixes
  • trigger patch release due to 11.0.0 (1ac1ddc)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 requested a review from alvarobernal2412 December 15, 2025 21:32
@github-actions github-actions bot added 📦 Dependencies Pull requests that update a dependency file size/xs labels Dec 15, 2025
@coveralls
Copy link

coveralls commented Dec 15, 2025

Coverage Status

coverage: 91.547%. remained the same
when pulling f43c946 on renovate/major-npm-(development)
into 2c828b8 on develop.

@renovate renovate bot force-pushed the renovate/major-npm-(development) branch from a8b9a65 to 5e3028a Compare December 16, 2025 13:28
@renovate renovate bot changed the title chore(deps): update dependency mongodb-memory-server to v11 chore(deps): update npm (development) (major) Dec 16, 2025
@github-actions github-actions bot added size/xs and removed size/xs labels Dec 16, 2025
@renovate renovate bot force-pushed the renovate/major-npm-(development) branch from 5e3028a to 917705e Compare December 19, 2025 11:38
@github-actions github-actions bot added size/xs and removed size/xs labels Dec 19, 2025
@renovate renovate bot force-pushed the renovate/major-npm-(development) branch from 917705e to 7572b74 Compare December 22, 2025 10:19
@renovate renovate bot force-pushed the renovate/major-npm-(development) branch from 7572b74 to 399c78b Compare December 23, 2025 12:45
@renovate renovate bot force-pushed the renovate/major-npm-(development) branch from 399c78b to e6f5f9a Compare January 1, 2026 18:34
@renovate renovate bot force-pushed the renovate/major-npm-(development) branch from e6f5f9a to 6898f2e Compare January 9, 2026 09:42
@renovate renovate bot force-pushed the renovate/major-npm-(development) branch 3 times, most recently from fbe7fae to 11347eb Compare January 23, 2026 14:35
@renovate renovate bot force-pushed the renovate/major-npm-(development) branch from 11347eb to f43c946 Compare January 27, 2026 19:00
@sonarqubecloud
Copy link

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 size/xs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants