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 #83

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 5, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@discordjs/builders (source) 0.13.0 -> 0.15.0 age adoption passing confidence dependencies minor
@discordjs/collection (source) 0.6.0 -> 0.7.0 age adoption passing confidence resolutions minor
@mikro-orm/core (source) ^5.1.4 -> ^5.2.3 age adoption passing confidence dependencies minor
@mikro-orm/mongodb (source) ^5.1.4 -> ^5.2.3 age adoption passing confidence dependencies minor
@swc/core (source) ^1.2.194 -> ^1.2.211 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin ^5.26.0 -> ^5.30.5 age adoption passing confidence devDependencies minor
@typescript-eslint/parser ^5.26.0 -> ^5.30.5 age adoption passing confidence devDependencies minor
actions/cache v3.0.2 -> v3.0.4 age adoption passing confidence action patch
colorette ^2.0.16 -> ^2.0.19 age adoption passing confidence dependencies patch
discord-api-types (source) ^0.33.0 -> ^0.36.1 age adoption passing confidence dependencies minor
discord.js (source) ^13.7.0 -> ^13.8.1 age adoption passing confidence dependencies minor
eslint (source) ^8.16.0 -> ^8.19.0 age adoption passing confidence devDependencies minor
eslint-plugin-prettier ^4.0.0 -> ^4.2.1 age adoption passing confidence devDependencies minor
lint-staged ^13.0.1 -> ^13.0.3 age adoption passing confidence devDependencies patch
prettier (source) ^2.6.2 -> ^2.7.1 age adoption passing confidence devDependencies minor
typescript (source) ^4.7.2 -> ^4.7.4 age adoption passing confidence devDependencies patch
undici (source) ^5.3.0 -> ^5.6.1 age adoption passing confidence dependencies minor

Release Notes

discordjs/discord.js

v0.15.0

Compare Source

Features

  • Allow builders to accept rest params and arrays (#​7874) (ad75be9)
  • Use vitest instead of jest for more speed (8d8e6c0)
  • Add scripts package for locally used scripts (f2ae1f9)

v0.14.0

Compare Source

Bug Fixes

  • builders: Leftover invalid null type (8a7cd10)
  • SlashCommandBuilder: Import Permissions correctly (#​7921) (7ce641d)
  • Add localizations for subcommand builders and option choices (#​7862) (c1b5e73)

Features

Refactor

Styling

  • Cleanup tests and tsup configs (6b8ef20)
mikro-orm/mikro-orm

v5.2.3

Compare Source

Bug Fixes
  • core: ensure M:N collections are not dirty after populating of inverse side (21ba9b2), closes #​3287
  • mariadb: backport some fixes from the mysql driver (9a57386)
  • mariadb: fix inference of nullable columns when generating entities (4bd606a), closes #​3285
  • mongo: fix wrog filter of entity name (#​3276) (da20e1f)

v5.2.2

Compare Source

Bug Fixes
  • core: consider two NaN as equal when computing changesets (#​3250) (95116a0)
  • core: ensure correct context usage in all EntityManager public methods (cc6d59b), closes #​3271
  • core: ensure FK as PK is not marked as initialized too early (f12f92f), closes #​3269
  • core: fix populating of 1:m collections between wildcard schema entities (69c06aa), closes #​3270
  • core: fix populating of relations in afterFlush hook (26ab686), closes #​3005
  • core: fix querying JSON properties with operators directly (077ca62), closes #​3246
  • mongo: persist explicit null value on object embeddable as null (1c56e7a), closes #​3258
  • mongo: retry only 3 times if ensuring indexes fails (#​3272) (299a028)
  • seeder: fs-extra dep (#​3268) (972e5ba)
  • sql: fix prefixing of JSON queries nested on relations (847ff46), closes #​3242
Features
  • core: propagate add operation to m:n owner even if not initialized (#​3273) (dc9255c)

v5.2.1

Compare Source

Bug Fixes
  • core: fix reloading version values with custom types on PKs (ebd7888), closes #​3209
  • core: fix serialization of entities wrapped in POJOs (af4fadf), closes #​3221
  • core: ignore undefined values during options merge (9e0f559), closes #​3234
  • core: prefer current schema for loading wild card pivot table entities (f40cafa), closes #​3177
  • mongo: recreate indexes when they differ (60fc7f6), closes #​3118
  • mongo: use $unset when property value is undefined (f059811), closes #​3233
  • mysql: handle mediumint PKs correctly (0bbbe5c), closes #​3230
  • types: fix inference of optional PKs (424e0bb), closes #​3230
Features
Performance Improvements
  • core: allow disabling change tracking on property level (7d5e32d), closes #​3019
  • core: make Collection.add on not managed entities much faster (75adda9), closes #​3211

v5.2.0

Compare Source

Bug Fixes
  • core: allow changing PK via UoW (32ab215), closes #​3184
  • core: ensure correct cached value in loadCount (4471bb8)
  • query-builder: fix calling qb.count('id', true).getCount() (a97324a), closes #​3182
  • query-builder: fix processing of custom types in explicitly aliased queries (db137a6), closes #​3172
  • schema: do not consider autoincrement columns as primary automatically (088afdb), closes #​3187
  • ts-morph: use module: 'node16' for reflection (024d9d9), closes #​3168
  • typing detection with typescript 4.7 node16 (#​3163) (08322fa)
Features
  • core: automatically discover target embeddables and relationships (#​3190) (8624dc5)
  • entity-generator: allow generating bidirectional relations (8b93400), closes #​3181
  • entity-generator: allow generating identified references (1fbf5ac)
  • knex: allow reusing existing knex client via driverOptions (c169eda), closes #​3167
  • schema: add logging to schema comparator (f96eaaf)

5.1.5 (2022-05-29)

Bug Fixes
  • cli: disable TS mode when we fail to register ts-node (457d9d3), closes #​3152
  • core: assign new embeddable entity only when it is null or undefined (#​3135) (4f870fb)
  • core: support TypeScript 4.7 (06b6e4e)
  • query-builder: fix aliasing of relations with composite PK (095e241), closes #​3053
Performance Improvements
  • query-builder: use distinct counts only when joining to-many relations (eebe34d), closes #​3044

5.1.4 (2022-05-19)

Bug Fixes
  • core: allow asterisk in FindOptions.fields on TS level (43e1d0b), closes #​3127
  • core: fix aliasing of formula properties in complex conditions (#​3130) (071846e)
  • core: improve type of em.getContext() (158f077), closes #​3120
  • core: improve validation of wrong entity references (#​3085) (f5de135)
  • core: wrap relations in Reference wrapper when assigning entity instance (97f1f59), closes #​3092
  • mongo: support queries with mongo specific operators on embeddables (2fb9002)
  • postgres: do not try to create schema for migrations when it exists (d6af811), closes #​3106
  • postgres: fix resolving knex when other version is explicitly installed (41f5665), closes #​3129
  • postgres: ignore schemas prefixed with crdb_ too (049fea3), closes #​3021
  • schema: always ignore PostGIS schemas when diffing (#​3096) (626e3db)
  • ts-morph: do not mark properties as enums automatically based on type (c3923df), closes #​3099
Features
  • core: add strict option to em.findOneOrFail() (#​3088) (d38242a)
  • postgres: allow ignoring specified schemas (3f1d2da)

5.1.3 (2022-04-27)

Bug Fixes
  • core: allow replacing target entity in relations with assign (90ec83f), closes #​3026
  • core: do not inline query for JSON properties that match PK names (e6005d8), closes #​3054
  • core: fix serialization when using partial loading for nested relations (00be9f1), closes #​3011
  • core: hydrate nullable embedded properties as null (e8490f6), closes #​3063
  • core: respect mapToPk when expanding properties (#​3031) (757801e)
  • mongo: fix ensuring indexes with polymorphic embeddables (aa5e4d2), closes #​3013
  • postgres: allow using special characters in string arrays (366da5f), closes #​3037
  • postgres: ensure schema exists before creating migrations table (f211813), closes #​3039
  • schema: fix diffing of indexes with too long inferred name (01ba9ed), closes #​2932
  • schema: remove FKs first when trying to dropSchema without disabled FKs (b1b5f55), closes #​3004
  • seeder: explicitly flush forks when calling Seeder.call() (c8ece7c), closes #​2998
  • seeder: fix type of Factory methods (#​3064) (06e88e7)
  • sqlite: fix reflection of tables with FKs (389bc0d), closes #​2959
  • sqlite: upgrade knex to v2 + switch back to sqlite3 (f3e4b9d), closes #​3046
Features
  • core: try to fix FK order automatically for custom pivot entities (cc9e427), closes #​3040
  • core: validate decorator parameters are used properly (cb3e1dd), closes #​3040
  • seeder: created shared context when calling other seeders (6fa04ae), closes #​3022
Performance Improvements
  • core: do not use contextual EM where we know we are in a fork already (ba16532)

5.1.2 (2022-04-10)

Bug Fixes
  • core: allow converting custom types via em.nativeInsert() (#​2979) (8d76852)
  • core: do not clean up UoW before each "flush step" (3ae732d), closes #​2934
  • core: do not quote knex.raw() instances returned from custom types (8a4c836), closes #​1841
  • core: fix eager loading of nested embeddable m:1 properties (4867db9), closes #​2975
  • core: fix eager loading when multiple relations target same entity (21922ce), closes #​2990
  • core: fix mapping of inserted PKs with custom field names from batch insert (080d8e0), closes #​2977
  • core: never reassign the same entity via em.assign() (cdfbabd), closes #​2974
  • core: propagate entity removal in em.transactional() to upper context (6e5166b), closes #​2973
  • core: respect connectionType in populate queries (fe40a9f), closes #​2994
  • core: support PopulateHint.INFER with pagination and joined strategy (56f8737), closes #​2985
  • core: use correct path for relations inside embeddables with populate: true (4735dba), closes #​2948
  • postgres: do not ignore custom PK constraint names (#​2931) (24bf10e)
  • postgres: drop enum constraints only when the column was an enum (76fef39)
  • postgres: ensure correct column order in compound index/uniques (321be79), closes #​2932
  • postgres: fix pagination with order by bool column (d5476cd), closes #​2910
  • postgres: fix schema diffing on enums with case-sensitive names (050875b), closes #​2938 #​2932
  • schema: do not create FK index for 1:1 properties (they are unique already) (473795c), closes #​2942
Features

5.1.1 (2022-03-20)

Bug Fixes
  • core: fix custom pivot table entities for unidirectional relations (01bdbf6)
  • knex: order by with a formula field should not include as for sub-queries (#​2929) (74751fb)
  • postgres: allow explicit schema name in prop.pivotTable (1860ff5), closes #​2919
  • postgres: fix pagination with order by UUID PK (042626c), closes #​2910
  • postgres: respect known schema when loading wild card entity relations (61d1e85), closes #​2909
  • schema: respect disableForeignKeys in schema generator (f1b8e46), closes #​2912
Features
  • core: validate em.begin was called when using em.commit/rollback (67fa076), closes #​2918

v5.1.5

Compare Source

Bug Fixes
  • cli: disable TS mode when we fail to register ts-node (457d9d3), closes #​3152
  • core: assign new embeddable entity only when it is null or undefined (#​3135) (4f870fb)
  • core: support TypeScript 4.7 (06b6e4e)
  • query-builder: fix aliasing of relations with composite PK (095e241), closes #​3053
Performance Improvements
  • query-builder: use distinct counts only when joining to-many relations (eebe34d), closes #​3044
swc-project/swc

v1.2.211

Compare Source

Bug Fixes
Documentation
Features
Refactor

v1.2.210

Compare Source

Bug Fixes
Documentation

v1.2.209

Compare Source

Bug Fixes
Features
Testing

v1.2.208

Compare Source

Bug Fixes
Documentation
  • (contributing) Add --features memory_cache to test steps (#​5074) (9d8beb0)
Features
Miscellaneous Tasks
Performance
  • (atoms) More groundwork for replacing JsWord with Atom (#​5064) (2e139f1)

v1.2.207

Compare Source

Bug Fixes
  • (es/compat) Handle classes with accessors and a method with the same name (#​5039) (25bd520)

  • (es/modules) Ha


Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" (UTC), 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, click this checkbox.

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

@renovate renovate bot requested a review from Lioness100 as a code owner June 5, 2022 01:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 609e40d to e0d8715 Compare June 11, 2022 11:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 1521eaa to 16084d4 Compare June 19, 2022 04:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 33c3dd4 to b244f6a Compare June 27, 2022 17:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 30014fb to 057cd1b Compare June 30, 2022 15:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 7374c52 to 5cdd0c3 Compare July 8, 2022 14:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5cdd0c3 to a08b0c8 Compare July 9, 2022 10:41
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