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 all non-major dependencies (minor) #867

Merged
merged 1 commit into from
Nov 18, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 9, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@fastify/static 6.10.2 -> 6.12.0 age adoption passing confidence dependencies minor
@nestjs/cli 10.1.18 -> 10.2.1 age adoption passing confidence devDependencies minor
@typegoose/typegoose (source) 11.4.1 -> 11.7.1 age adoption passing confidence dependencies minor
@types/node (source) 18.17.19 -> 18.18.9 age adoption passing confidence devDependencies minor
@typescript-eslint/eslint-plugin 6.5.0 -> 6.11.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser 6.5.0 -> 6.11.0 age adoption passing confidence devDependencies minor
@vercel/ncc 0.36.1 -> 0.38.1 age adoption passing confidence dependencies minor
axios-retry 3.7.0 -> 3.9.1 age adoption passing confidence dependencies minor
commander ^11.0.0 -> ^11.1.0 age adoption passing confidence dependencies minor
eslint (source) 8.48.0 -> 8.54.0 age adoption passing confidence devDependencies minor
mongoose (source) 7.5.4 -> 7.6.5 age adoption passing confidence dependencies minor
prettier (source) 3.0.3 -> 3.1.0 age adoption passing confidence devDependencies minor
snakecase-keys 5.4.7 -> 5.5.0 age adoption passing confidence dependencies minor
supercharge/redis-github-action 1.6.0 -> 1.7.0 age adoption passing confidence action minor
webpack 5.88.2 -> 5.89.0 age adoption passing confidence devDependencies minor

Release Notes

fastify/fastify-static (@​fastify/static)

v6.12.0

Compare Source

What's Changed

Full Changelog: fastify/fastify-static@v6.11.2...v6.12.0

v6.11.2

Compare Source

What's Changed

Full Changelog: fastify/fastify-static@v6.11.1...v6.11.2

v6.11.1

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-static@v6.11.0...v6.11.1

v6.11.0

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-static@v6.10.2...v6.11.0

nestjs/nest-cli (@​nestjs/cli)

v10.2.1

Compare Source

v10.2.0

Compare Source

typegoose/typegoose (@​typegoose/typegoose)

v11.7.1

Compare Source

Fixes

v11.7.0

Compare Source

Features
  • dont inherit typegoose option "disableLowerIndexes" (7706715)
  • hooks: update hook definitions to match mongoose 7.6.2 (c97bb88)
  • typegoose::buildSchema: correctly get and set "superOptions" if the top level class sets it (717a60c), closes typegoose/typegoose#890
Fixes
  • utils::mergeMetadata: add options to use "getOwnMetadata" instead of "getMetadata" (148983b)
Style
  • typegoose::buildSchema: rename variable to make more sense (ca4863c)
Dependencies
  • mongoose: upgrade to 7.6.3 (c9399f2)
Dev-Dependencies

v11.6.0

Compare Source

Dependencies
  • mongoose: upgrade to 7.6.1 (61ae900)

v11.5.1

Compare Source

Style
  • apply prettier 3.0 formatting changes (07826fa)
Dev-Dependencies

v11.5.0

Compare Source

Dependencies
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.11.0

Compare Source

Bug Fixes
  • eslint-plugin: [explicit-function-return-type] support JSX attributes in allowTypedFunctionExpressions (#​7553) (be2777c)
  • eslint-plugin: [no-unnecessary-qualifier] handle nested namespace id (#​7883) (a668f5b)
Features

You can read about our versioning strategy and releases on our website.

v6.10.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-unused-vars] handle logical assignment (#​7854) (11e57c5)
  • eslint-plugin: [require-await] add support for "await using" (#​7866) (855abea)
Features
  • eslint-plugin: [ban-ts-comments] suggest ts-expect-error over ts-ignore (#​7849) (5e73a48)

You can read about our versioning strategy and releases on our website.

6.9.1 (2023-10-30)

Bug Fixes
  • eslint-plugin: [naming-convention] allow PascalCase for imports (#​7841) (7ad86ee)
  • eslint-plugin: [no-unused-expressions] handle TSInstantiationExpression expression (#​7831) (31988e0)

You can read about our versioning strategy and releases on our website.

v6.9.1

Compare Source

Bug Fixes
  • eslint-plugin: [naming-convention] allow PascalCase for imports (#​7841) (7ad86ee)
  • eslint-plugin: [no-unused-expressions] handle TSInstantiationExpression expression (#​7831) (31988e0)

You can read about our versioning strategy and releases on our website.

v6.9.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-confusing-void-expression] handle unfixable cases (#​7674) (7e52f27)
  • eslint-plugin: [no-unsafe-return] allow returning anything if explicitly returning any (#​7708) (c6124b2)
Features
  • eslint-plugin: [max-params] don't count this: void parameter (#​7696) (6398d3f), closes #​7538
  • eslint-plugin: [naming-convention] add support for default and namespace imports (#​7269) (bb15aae)
  • eslint-plugin: [no-restricted-imports] support import = require (#​7709) (4c8edcf)
  • eslint-plugin: [no-unsafe-enum-comparison] add switch suggestion (#​7691) (53d5263), closes #​7643
  • eslint-plugin: [prefer-readonly] private fields support (#​7686) (0e875bf)

You can read about our versioning strategy and releases on our website.

v6.8.0

Compare Source

Bug Fixes
  • eslint-plugin: [consistent-type-imports] import assertion checks added (#​7722) (afdae37)
  • eslint-plugin: [no-shadow] fix static class generics for class expressions (#​7724) (e5ea1d0)
  • eslint-plugin: [no-unsafe-member-access] report on only the accessed property (#​7717) (f81a2da)
  • eslint-plugin: [no-useless-empty-export] exempt .d.ts (#​7718) (ac397f1)
Features
  • eslint-plugin: add new extended rule prefer-destructuring (#​7117) (3c6379b)

You can read about our versioning strategy and releases on our website.

6.7.5 (2023-10-09)

Bug Fixes
  • eslint-plugin: [prefer-string-starts-ends-with] only report slice/substring with correct range (#​7712) (db40a0a)

You can read about our versioning strategy and releases on our website.

6.7.4 (2023-10-02)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

6.7.3 (2023-09-25)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

6.7.2 (2023-09-18)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

6.7.1 (2023-09-18)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

v6.7.5

Compare Source

Bug Fixes
  • eslint-plugin: [prefer-string-starts-ends-with] only report slice/substring with correct range (#​7712) (db40a0a)

You can read about our versioning strategy and releases on our website.

v6.7.4

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

v6.7.3

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

v6.7.2

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

v6.7.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-restricted-imports] disallow side effect imports when allowTypeImports is enabled (#​7560) (4908905)
Features
  • eslint-plugin: [await-thenable] added suggestion fixer (#​7437) (b284370)

You can read about our versioning strategy and releases on our website.

v6.6.0

Compare Source

Bug Fixes
  • eslint-plugin: [key-spacing] consider properties with parens and comments (#​7525) (7012279)

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v6.11.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

v6.10.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

6.9.1 (2023-10-30)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

v6.9.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

v6.9.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

v6.8.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

6.7.5 (2023-10-09)

Note: Version bump only for package [@​typescript-eslint/parser](https://togithu


Configuration

📅 Schedule: Branch creation - "after 9pm,before 9am" in timezone Asia/Shanghai, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the renovate label Nov 9, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 1d51e73 to c4e0b21 Compare November 15, 2023 00:44
@wibus-wee wibus-wee added this pull request to the merge queue Nov 16, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Nov 16, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b99bd55 to 226d831 Compare November 16, 2023 19:22
@wibus-wee wibus-wee merged commit a91046e into main Nov 18, 2023
12 checks passed
@wibus-wee wibus-wee deleted the renovate/all-minor-patch branch November 18, 2023 04:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant