fix(deps): update all non-major dependencies #83
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.13.0
->0.15.0
0.6.0
->0.7.0
^5.1.4
->^5.2.3
^5.1.4
->^5.2.3
^1.2.194
->^1.2.211
^5.26.0
->^5.30.5
^5.26.0
->^5.30.5
v3.0.2
->v3.0.4
^2.0.16
->^2.0.19
^0.33.0
->^0.36.1
^13.7.0
->^13.8.1
^8.16.0
->^8.19.0
^4.0.0
->^4.2.1
^13.0.1
->^13.0.3
^2.6.2
->^2.7.1
^4.7.2
->^4.7.4
^5.3.0
->^5.6.1
Release Notes
discordjs/discord.js
v0.15.0
Compare Source
Features
v0.14.0
Compare Source
Bug Fixes
Permissions
correctly (#7921) (7ce641d)Features
interactions/slashCommands/mixins
(#7942) (68d5169)Refactor
Styling
mikro-orm/mikro-orm
v5.2.3
Compare Source
Bug Fixes
v5.2.2
Compare Source
Bug Fixes
NaN
as equal when computing changesets (#3250) (95116a0)EntityManager
public methods (cc6d59b), closes #3271afterFlush
hook (26ab686), closes #3005null
value on object embeddable asnull
(1c56e7a), closes #3258Features
v5.2.1
Compare Source
Bug Fixes
undefined
values during options merge (9e0f559), closes #3234$unset
when property value isundefined
(f059811), closes #3233Features
Performance Improvements
Collection.add
on not managed entities much faster (75adda9), closes #3211v5.2.0
Compare Source
Bug Fixes
loadCount
(4471bb8)qb.count('id', true).getCount()
(a97324a), closes #3182Features
driverOptions
(c169eda), closes #31675.1.5 (2022-05-29)
Bug Fixes
Performance Improvements
5.1.4 (2022-05-19)
Bug Fixes
FindOptions.fields
on TS level (43e1d0b), closes #3127em.getContext()
(158f077), closes #3120Reference
wrapper when assigning entity instance (97f1f59), closes #3092crdb_
too (049fea3), closes #3021Features
strict
option toem.findOneOrFail()
(#3088) (d38242a)5.1.3 (2022-04-27)
Bug Fixes
assign
(90ec83f), closes #3026null
(e8490f6), closes #3063dropSchema
without disabled FKs (b1b5f55), closes #3004Seeder.call()
(c8ece7c), closes #2998Features
Performance Improvements
5.1.2 (2022-04-10)
Bug Fixes
em.nativeInsert()
(#2979) (8d76852)em.assign()
(cdfbabd), closes #2974em.transactional()
to upper context (6e5166b), closes #2973connectionType
in populate queries (fe40a9f), closes #2994PopulateHint.INFER
with pagination and joined strategy (56f8737), closes #2985Features
5.1.1 (2022-03-20)
Bug Fixes
order by
with a formula field should not includeas
for sub-queries (#2929) (74751fb)prop.pivotTable
(1860ff5), closes #2919disableForeignKeys
in schema generator (f1b8e46), closes #2912Features
em.begin
was called when usingem.commit/rollback
(67fa076), closes #2918v5.1.5
Compare Source
Bug Fixes
Performance Improvements
swc-project/swc
v1.2.211
Compare Source
Bug Fixes
(cli) Constructs config file correctly (#5146) (4f87396)
(es/compat) Preserve more class names (#5106) (dd39a79)
(es/compat) Optimize
for-of
loops for array literals (#5141) (9351303)(es/compat) Remove extra
this
/arguments
capture in arrows (#5152) (cd8d65b)(es/lints) Handle import-require duplicate bindings (#5131) (a0ec370)
(es/minifier) Don't inline a callable expression if it's used as a reference (#5118) (0e4a03c)
(es/modules) Handle top level this (#5159) (451f346)
(es/modules) Handle top level this, really (#5160) (2555d71)
(es/parser) Support type-only export-import declarations (#5122) (fbfca36)
(sourcemap) Handle multi-byte characters correctly (#5153) (bbbe0b6)
Documentation
(es/parser) Typo (#5136) (9d4be11)
(visit) Add docs for visitors (#5137) (76de911)
Features
(css/minifier) Compress hsl colors (#5142) (714ff53)
(css/minifier) Compress
hwb
color (#5155) (d6a827d)(es/parser) Support
d
in regex flag for es2022 (#5127) (2d94797)(es/typescript) Follow TypeScript error report (#5114) (f952a61)
(html) Add
raw
for text (#5148) (01bfe46)(html/minifier) Sort attributes (#4784) (f813a60)
(html/minifier) Compress default attributes for svg (#5150) (8bc9a40)
(plugin) Wrap serialized struct with a version (#5128) (82fbe15)
(visit) Implement
Eq
forAstKind
(#5133) (46b1b42)(visit) Implement more traits for
AstKind
(#5135) (f26d59b)Refactor
(common) Bikeshed plugin apis (#5120) (2ba8b39)
(plugin) Refactor transform executor (#5147) (e8214ba)
v1.2.210
Compare Source
Bug Fixes
(es/codegen) Fix codegen of some non-ascii characters (#5108) (b76b499)
(es/fixer) Preserve parens in opt calls (#5110) (3e3c44a)
(es/fixer) Preserve parens in more opt calls (#5111) (528d4c5)
(es/lints) Allow overload in typescript (#5116) (bef8aeb)
Documentation
v1.2.209
Compare Source
Bug Fixes
(es/codegen) Emit numeric value for Binary and Octal literals (#5083) (8df6e04)
(es/compat) Preserve spans in
object_rest_spread
(#5082) (de66b64)(es/compat) Preserve class names (#5104) (adbb0bf)
(es/lints) Cover more
const-assign
cases (#5098) (f7d857c)(es/modules) Preserve orders of exports (#5081) (2f2039c)
(es/modules) Create an indirect call for a lazy require (#5089) (0a7ca2f)
(es/modules) Support lazy for
export from
(#5103) (c531e67)(es/react) Don't panic on invalid react pragma (#5101) (cc555ef)
(es/resolver) Fix handling of block scoped functions (#5092) (9519e80)
(html/minifier) Small fix (#5079) (5ac5ae2)
(html/minifier) Fix bugs of the smart mode (#5093) (5932a0a)
(node/types) Add
simplify
(#5105) (2a29b50)Features
(es/modules) Support
allowTopLevelThis
(#5086) (9addef6)(es/modules) Add pure annotations to interop functions (#5087) (4d5783d)
(es/modules) Support AMD triple slash directives (#5091) (ddb31d1)
(es/parser) Support labelled function from annex B (#5078) (b62fd3e)
(html/minifier) Remove empty metadata elements (#5085) (cb845c9)
(visit) Add path-aware variants (#5073) (204d742)
Testing
v1.2.208
Compare Source
Bug Fixes
(es/compat) Preserve this in function with block scoped vars (#5056) (18ea2b5)
(es/modules) Handle
this
in class methods (#5065) (ef543b1)(es/modules) Improve compatibility with cjs lexer (#5080) (9e162dc)
(html/minifier) Fix smart mode (#5058) (e9bad20)
(html/minifier) Minify
meta
element (#5075) (214c60a)Documentation
--features memory_cache
to test steps (#5074) (9d8beb0)Features
(atoms) Improve atoms (#5066) (34f4f5a)
(es/modules) Support node interop (#5069) (1e33dba)
(es/parser) Add
allow_return_outside_function
to options (#5046) (37eb366)(html/minifier) Allow minifying custom script contents (#5043) (d7a5f71)
(html/minifier) Sort unordered values in attributes (#5035) (26cfeff)
(html/minifier) Improve
collapse_whitespaces
(#5070) (144314d)(plugin) Add versioned wrapper struct (#5062) (e34a864)
(plugin) Allow taking the inner data from versioned (#5071) (e1aa937)
Miscellaneous Tasks
rkyv
(#5057) (374366d)- general: Workaround cargo mono bug (60424db)Performance
JsWord
withAtom
(#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.
This PR has been generated by Mend Renovate. View repository job log here.