meabed / mongoosastic-ts

Index Mongoose models into elasticsearch automatically.
MIT License
9 stars 1 forks source link

chore(deps): update all non-major dependencies #361

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@typescript-eslint/eslint-plugin (source) 7.14.1 -> 7.16.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 7.14.1 -> 7.16.0 age adoption passing confidence devDependencies minor
docker.elastic.co/elasticsearch/elasticsearch (source) 8.14.1 -> 8.14.3 age adoption passing confidence patch
eslint-plugin-promise 6.2.0 -> 6.4.0 age adoption passing confidence devDependencies minor
mocha (source) 10.5.0 -> 10.6.0 age adoption passing confidence devDependencies minor
mongoose (source) 8.4.3 -> 8.5.0 age adoption passing confidence devDependencies minor
mongoose (source) 8.4.3 -> 8.5.0 age adoption passing confidence dependencies minor
typescript (source) 5.5.2 -> 5.5.3 age adoption passing confidence devDependencies patch

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v7.16.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#7160-2024-07-08) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.15.0...v7.16.0) ##### 🚀 Features - **rule-tester:** stricter rule test validations - **eslint-plugin:** \[no-unnecessary-parameter-property-assignment] add new rule - **eslint-plugin:** add support for nested namespaces to unsafe-member-access - **eslint-plugin:** \[no-floating-promises] add checkThenables option ##### 🩹 Fixes - **deps:** update dependency [@​eslint-community/regexpp](https://togithub.com/eslint-community/regexpp) to v4.11.0 - **eslint-plugin:** \[no-floating-promises] add `suggestions` to tests from [#​9263](https://togithub.com/typescript-eslint/typescript-eslint/issues/9263) `checkThenables` - **website:** react key error on internal pages of website - **eslint-plugin:** \[restrict-template-expressions] don't report tuples if `allowArray` option is enabled ##### ❤️ Thank You - Abraham Guo - auvred - Josh Goldberg ✨ - Juan Sanchez - Vinccool96 - YeonJuan - Yukihiro Hasegawa You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v7.15.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#7150-2024-07-01) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.14.1...v7.15.0) ##### 🚀 Features - **eslint-plugin:** \[array-type] detect `Readonly` case - **eslint-plugin:** back-port new rules around empty object types from v8 ##### 🩹 Fixes - disable `EXPERIMENTAL_useProjectService` in `disabled-type-checked` shared config - **eslint-plugin:** \[no-unsafe-return] differentiate a types-error any from a true any - **eslint-plugin:** \[no-unsafe-call] differentiate a types-error any from a true any ##### ❤️ Thank You - auvred - Kim Sang Du - rgehbt - Vinccool96 You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v7.16.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#7160-2024-07-08) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.15.0...v7.16.0) ##### 🩹 Fixes - **deps:** update dependency [@​eslint-community/regexpp](https://togithub.com/eslint-community/regexpp) to v4.11.0 - **website:** react key error on internal pages of website ##### ❤️ Thank You - Abraham Guo - auvred - Josh Goldberg ✨ - Juan Sanchez - Vinccool96 - YeonJuan - Yukihiro Hasegawa You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v7.15.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#7150-2024-07-01) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.14.1...v7.15.0) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
elastic/elasticsearch (docker.elastic.co/elasticsearch/elasticsearch) ### [`v8.14.2`](https://togithub.com/elastic/elasticsearch/releases/tag/v8.14.2): Elasticsearch v8.14.2 [Compare Source](https://togithub.com/elastic/elasticsearch/compare/v8.14.1...v8.14.2) Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.14/release-notes-8.14.2.html
eslint-community/eslint-plugin-promise (eslint-plugin-promise) ### [`v6.4.0`](https://togithub.com/eslint-community/eslint-plugin-promise/compare/4dfc8a77c0592a19d467a268708678114c3c7c2b...ecbce9faef0c8e05636287cf9c851949be6d70cc) [Compare Source](https://togithub.com/eslint-community/eslint-plugin-promise/compare/v6.3.0...v6.4.0) ### [`v6.3.0`](https://togithub.com/eslint-community/eslint-plugin-promise/compare/v6.2.0...4dfc8a77c0592a19d467a268708678114c3c7c2b) [Compare Source](https://togithub.com/eslint-community/eslint-plugin-promise/compare/v6.2.0...v6.3.0)
mochajs/mocha (mocha) ### [`v10.6.0`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#1060--2024-07-02) [Compare Source](https://togithub.com/mochajs/mocha/compare/v10.5.2...v10.6.0) ##### :tada: Enhancements - [#​5150](https://togithub.com/mochajs/mocha/pull/5150) feat: allow ^ versions for character encoding packages ([**@​JoshuaKGoldberg**](https://togithub.com/JoshuaKGoldberg)) - [#​5151](https://togithub.com/mochajs/mocha/pull/5151) feat: allow ^ versions for file matching packages ([**@​JoshuaKGoldberg**](https://togithub.com/JoshuaKGoldberg)) - [#​5152](https://togithub.com/mochajs/mocha/pull/5152) feat: allow ^ versions for yargs packages ([**@​JoshuaKGoldberg**](https://togithub.com/JoshuaKGoldberg)) - [#​5153](https://togithub.com/mochajs/mocha/pull/5153) feat: allow ^ versions for data serialization packages ([**@​JoshuaKGoldberg**](https://togithub.com/JoshuaKGoldberg)) - [#​5154](https://togithub.com/mochajs/mocha/pull/5154) feat: allow ^ versions for miscellaneous packages ([**@​JoshuaKGoldberg**](https://togithub.com/JoshuaKGoldberg)) ### [`v10.5.2`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#1052--2024-05-25) [Compare Source](https://togithub.com/mochajs/mocha/compare/v10.5.1...v10.5.2) ##### :bug: Fixes - [#​5032](https://togithub.com/mochajs/mocha/pull/5032) fix: better tracking of seen objects in error serialization ([**@​sam-super**](https://togithub.com/sam-super)) ### [`v10.5.1`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#1051--2024-05-24) [Compare Source](https://togithub.com/mochajs/mocha/compare/v10.5.0...v10.5.1) ##### :bug: Fixes - [#​5086](https://togithub.com/mochajs/mocha/pull/5086) fix: Add error handling for nonexistent file case with --file option ([**@​khoaHyh**](https://togithub.com/khoaHyh))
Automattic/mongoose (mongoose) ### [`v8.5.0`](https://togithub.com/Automattic/mongoose/blob/HEAD/CHANGELOG.md#850--2024-07-08) [Compare Source](https://togithub.com/Automattic/mongoose/compare/8.4.5...8.5.0) \================== - perf: memoize toJSON / toObject default options [#​14672](https://togithub.com/Automattic/mongoose/issues/14672) - feat(document): add $createModifiedPathsSnapshot(), $restoreModifiedPathsSnapshot(), $clearModifiedPaths() [#​14699](https://togithub.com/Automattic/mongoose/issues/14699) [#​14268](https://togithub.com/Automattic/mongoose/issues/14268) - feat(query): make sanitizeProjection prevent projecting in paths deselected in the schema [#​14691](https://togithub.com/Automattic/mongoose/issues/14691) - feat: allow setting array default value to null [#​14717](https://togithub.com/Automattic/mongoose/issues/14717) [#​6691](https://togithub.com/Automattic/mongoose/issues/6691) - feat(mongoose): allow drivers to set global plugins [#​14682](https://togithub.com/Automattic/mongoose/issues/14682) - feat(connection): bubble up monitorCommands events to Mongoose connection if monitorCommands option set [#​14681](https://togithub.com/Automattic/mongoose/issues/14681) [#​14611](https://togithub.com/Automattic/mongoose/issues/14611) - fix(document): ensure post('deleteOne') hooks are called when calling save() after subdoc.deleteOne() [#​14732](https://togithub.com/Automattic/mongoose/issues/14732) [#​9885](https://togithub.com/Automattic/mongoose/issues/9885) - fix(query): remove count() and findOneAndRemove() from query chaining [#​14692](https://togithub.com/Automattic/mongoose/issues/14692) [#​14689](https://togithub.com/Automattic/mongoose/issues/14689) - fix: remove default connection if setting createInitialConnection to false after Mongoose instance created [#​14679](https://togithub.com/Automattic/mongoose/issues/14679) [#​8302](https://togithub.com/Automattic/mongoose/issues/8302) - types(models+query): infer return type from schema for 1-level deep nested paths [#​14632](https://togithub.com/Automattic/mongoose/issues/14632) - types(connection): make transaction() return type match the executor function [#​14661](https://togithub.com/Automattic/mongoose/issues/14661) [#​14656](https://togithub.com/Automattic/mongoose/issues/14656) - docs: fix docs links in index.md [mirasayon](https://togithub.com/mirasayon) ### [`v8.4.5`](https://togithub.com/Automattic/mongoose/blob/HEAD/CHANGELOG.md#845--2024-07-05) [Compare Source](https://togithub.com/Automattic/mongoose/compare/8.4.4...8.4.5) \================== - types: correct this for validate.validator schematype option [#​14720](https://togithub.com/Automattic/mongoose/issues/14720) [#​14696](https://togithub.com/Automattic/mongoose/issues/14696) - docs(model): note that insertMany() with lean skips applying defaults [#​14723](https://togithub.com/Automattic/mongoose/issues/14723) [#​14698](https://togithub.com/Automattic/mongoose/issues/14698) ### [`v8.4.4`](https://togithub.com/Automattic/mongoose/blob/HEAD/CHANGELOG.md#844--2024-06-25) [Compare Source](https://togithub.com/Automattic/mongoose/compare/8.4.3...8.4.4) \================== - perf: avoid unnecesary get() call and use faster approach for converting to string [#​14673](https://togithub.com/Automattic/mongoose/issues/14673) [#​14394](https://togithub.com/Automattic/mongoose/issues/14394) - fix(projection): handle projections on arrays in Model.hydrate() projection option [#​14686](https://togithub.com/Automattic/mongoose/issues/14686) [#​14680](https://togithub.com/Automattic/mongoose/issues/14680) - fix(document): avoid passing validateModifiedOnly to subdocs so subdocs get fully validating if they're directly modified [#​14685](https://togithub.com/Automattic/mongoose/issues/14685) [#​14677](https://togithub.com/Automattic/mongoose/issues/14677) - fix: handle casting primitive array with $elemMatch in bulkWrite() [#​14687](https://togithub.com/Automattic/mongoose/issues/14687) [#​14678](https://togithub.com/Automattic/mongoose/issues/14678) - fix(query): cast $pull using embedded discriminator schema when discriminator key is set in filter [#​14676](https://togithub.com/Automattic/mongoose/issues/14676) [#​14675](https://togithub.com/Automattic/mongoose/issues/14675) - types(connection): fix return type of withSession() [#​14690](https://togithub.com/Automattic/mongoose/issues/14690) [tt-public](https://togithub.com/tt-public) - types: add $documents pipeline stage and fix $unionWith type [#​14666](https://togithub.com/Automattic/mongoose/issues/14666) [nick-statsig](https://togithub.com/nick-statsig) - docs(findoneandupdate): improve example that shows findOneAndUpdate() returning doc before updates were applied [#​14671](https://togithub.com/Automattic/mongoose/issues/14671) [#​14670](https://togithub.com/Automattic/mongoose/issues/14670)
Microsoft/TypeScript (typescript) ### [`v5.5.3`](https://togithub.com/Microsoft/TypeScript/compare/v5.5.2...f0e992167440686f948965e5441a918b34251886) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.5.2...v5.5.3)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.



This PR has been generated by Mend Renovate. View repository job log here.