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

Merged
merged 1 commit into from Apr 24, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 22, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@codemirror/view 6.9.4 -> 6.9.6 age adoption passing confidence
@mikro-orm/cli (source) 5.6.16 -> 5.7.0 age adoption passing confidence
@mikro-orm/core (source) 5.6.16 -> 5.7.0 age adoption passing confidence
@mikro-orm/mariadb (source) 5.6.16 -> 5.7.0 age adoption passing confidence
@mikro-orm/migrations (source) 5.6.16 -> 5.7.0 age adoption passing confidence
@mikro-orm/mysql (source) 5.6.16 -> 5.7.0 age adoption passing confidence
@mikro-orm/seeder (source) 5.6.16 -> 5.7.0 age adoption passing confidence
@next/bundle-analyzer 13.3.0 -> 13.3.1 age adoption passing confidence
@pnpm/lockfile-file (source) 8.0.1 -> 8.0.2 age adoption passing confidence
@sinclair/typebox 0.27.8 -> 0.28.5 age adoption passing confidence
@types/jest (source) 29.5.0 -> 29.5.1 age adoption passing confidence
@types/node (source) 18.15.11 -> 18.16.0 age adoption passing confidence
@types/react (source) 18.0.35 -> 18.0.38 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.58.0 -> 5.59.0 age adoption passing confidence
@typescript-eslint/parser 5.58.0 -> 5.59.0 age adoption passing confidence
antd (source) 5.4.2 -> 5.4.5 age adoption passing confidence
eslint (source) 8.38.0 -> 8.39.0 age adoption passing confidence
next (source) 13.3.0 -> 13.3.1 age adoption passing confidence
pnpm (source) 8.2.0 -> 8.3.1 age adoption passing confidence
postcss (source) 8.4.22 -> 8.4.23 age adoption passing confidence
styled-components (source) 5.3.9 -> 5.3.10 age adoption passing confidence
turbo (source) 1.9.1 -> 1.9.3 age adoption passing confidence
webpack 5.79.0 -> 5.80.0 age adoption passing confidence

Release Notes

codemirror/view

v6.9.6

Compare Source

Bug fixes

Fix an issue where, when escape was pressed followed by a key that the editor handled, followed by tab, the tab would still move focus.

Fix an issue where, in some circumstances, the editor would ignore text changes at the end of a composition.

Allow inline widgets to be updated to a different length via updateDOM.

v6.9.5

Compare Source

Bug fixes

Avoid disrupting the composition in specific cases where Safari invasively changes the DOM structure in the middle of a composition.

Fix a bug that prevented destroy being called on hover tooltips.

Fix a bug where the editor could take focus when content changes required it to restore the DOM selection.

Fix height layout corruption caused by a division by zero.

Make sure styles targeting the editor's focus status are specific enough to not cause them to apply to editors nested inside another focused editor. This will require themes to adjust their selection background styles to match the new specificity.

mikro-orm/mikro-orm

v5.7.0

Compare Source

Bug Fixes
  • core: clean up bidirectional references after removal of entity (bfd3840), closes #​4234
  • core: detect JsonType based on columnType (#​4252) (2e01622), closes #​4229
  • core: do not try to propagate changes to mapToPk relations (7028890), closes #​4254
  • core: fix mapping of joined relations with buffer PKs (8e9e7ee), closes #​4219
  • core: merge env vars with explicit configuration recursively (392a623), closes #​4235
  • core: prevent tuple type properties from being converted to array when serializing entities (#​4205) (04ad72e)
  • core: propagate changes from extra updates back to the original changeset (77f5c14), closes #​4245
  • core: rework JSON value processing (#​4194) (5594c46), closes #​4193
  • mariadb: use json_extract when querying JSON fields (ca96acc)
  • query-builder: fix pagination when PK uses BigIntType (b789031), closes #​4227
  • query-builder: support onConflict().ignore() without parameters (3a3b0bd), closes #​4224
  • schema: fix comparing default value of JSON properties (41277a1), closes #​4212
Features
Performance Improvements
  • core: fix eager loading of multiple properties causing a cycles (ecbecfc), closes #​4213

5.6.16 (2023-04-04)

Bug Fixes
  • core: don't override discovery options when alwaysAnalyseProperties is used (f4acc91), closes #​4181
  • core: ensure correct FK as PK identity map key (475e2a3)
  • core: fix hydration of 1:1 FK as PK property via joined strategy (75653f0), closes #​4160
  • core: hydrate collection items when merging data in factory.create (493d653), closes #​4173
  • core: normalize zero in bigint type to string (78a8e48), closes #​4159
  • core: use JsonType automatically when type: 'jsonb' (43cb6d7)
  • migrations: do not interact with the database when snapshot exists (48df462)
  • mysql: fix mapping of PK in upsertMany (0f4cf85), closes #​4153
Features
Performance Improvements

5.6.15 (2023-03-18)

Bug Fixes
  • core: deduplicate columns in insert queries (db734d6)
  • core: fix nested inlined embedded property hydration (2bbcb47), closes #​4145
  • core: fix snapshot of relation properties loaded via joined strategy (6015f3f), closes #​4129
  • core: respect explicit unsigned option (#​4126) (846a57d)
  • sqlite: fix detecting multi-line returning queries (ba1a5fc), closes #​4133

5.6.14 (2023-03-12)

Bug Fixes
  • core: allow comparing {} with Object.create(null) (955895e), closes #​4109
  • core: assigning to reference properties inside embeddables (ede04e6), closes #​4106
  • core: discover pivot entities automatically when specified by reference (3ea4776)
  • core: ensure populate: true supports nested relations inside M:N (b42f0f3)
  • core: extra update on a reference with 1:1 self-reference (f2fa2bd), closes #​4121
  • core: fix nested object merging in JSON properties (694ef28), closes #​4101
  • core: improve handling of complex pivot table entities (45449c4), closes #​4083
  • postgres: use explicit schema in table identifier when altering comments (#​4123) (60d96de), closes #​4108
  • query-builder: ensure inner paginate query selects sub-queries used in orderBy (22b7146), closes #​4104
  • query-builder: fix update query with auto-join of 1:1 owner (0a053fe), closes #​4122
Features
  • core: allow skipping convertToDatabaseValue during hydration (d1ce240), closes #​4120
  • migrations: add params to the Migration.execute method (f280e6d), closes #​4099

5.6.13 (2023-03-01)

Bug Fixes
  • core: fix deep assigning of collection items with complex composite keys (95631f4), closes #​4074
  • core: fix diffing of JSON properties (2e9a026), closes #​4078
  • core: log abstract entity names during discovery (e721ad7), closes #​4080
  • postgres: use quoted schema+table name when dropping constraints (#​4079) (ff1dfb6)

5.6.12 (2023-02-26)

Bug Fixes
  • core: enforce select-in strategy for self-referencing eager relations (cc07c6b), closes #​4061
  • core: ensure custom types are processed in em.upsert/upsertMany/insertMany (53a08ac), closes #​4070
  • core: move repository cache to the EM fork (05fabb9), closes #​3074
  • mongo: move $fulltext from $and to top level (#​4066) (680a99c), closes #​4065
  • mysql: fix reloading of db defaults for complex composite PKs (8dcc1bd), closes #​4062

5.6.11 (2023-02-17)

Bug Fixes
  • core: do not process custom types twice in em.upsertMany (3928e78), closes #​3787
  • core: fix mapping of null in datetime columns (73e483a), closes #​4057
  • core: infer custom type even if there is explicit columnType option (a901112)
  • schema: fix merging of primary keys from base entity (c40e15c), closes #​4051

5.6.10 (2023-02-17)

Bug Fixes
  • core: convert custom types in delete queries from orphan removal (b32df88), closes #​4033
  • core: convert custom types when snapshotting scalar composite keys (391732e), closes #​3988
  • core: map returned values correctly after batch insert (a61a84f)
  • core: map values from returning statement in em.upsert (bed72fe), closes #​4020
  • core: use types from discovery.getMappedType on runtime too (2f682e3), closes #​4042
Performance Improvements

5.6.9 (2023-02-10)

Bug Fixes
  • core: add missing repo.upsertMany shortcut (c101d51)
  • core: do not serialize JSON values twice (f06eeb0)
  • core: do not snapshot missing embedded properties as undefined (4ad4cdf)
  • core: ensure json type is recognized with type: 'jsonb' (e1f82bc), closes #​3998
  • core: improve handling of not managed references created via ref()/rel() (2e814e8), closes #​4027
  • query-builder: respect qb.joinAndSelect when serializing (4025869), closes #​4034 #​3812
Features

5.6.8 (2023-01-25)

Bug Fixes
  • mysql: fix reloading of database defaults for complex composite PKs (d36af00), closes #​3965
  • reflection: do not rehydrate metadata cache for enum items unless needed (e4761b6), closes #​3955
Features
  • core: add forceConstructor option to @Entity() decorator (c89b4af)
  • core: add hydrate option to @Property() decorator (f4ba092), closes #​3936
  • core: allow filtering in Collection.loadCount() (#​3958) (08ea320), closes #​3527
  • migrations-mongo: replace backslash in the glob to fix windows support (d904ba0), closes #​3957
  • mongo: add missing MongoEntityRepository.getCollection() shortcut (5e4e126), closes #​3951

5.6.7 (2023-01-13)

Bug Fixes
  • core: ensure propagation during hydration dont produce extra updates (88595bd), closes #​3941
  • core: propagate ManyToOne only to matching collections (STI) (#​3940) (8ff7ed1), closes #​3939
  • core: respect mapToPk during hydration with custom type FK (75d05ee), closes #​3921
Features
  • seeder: expose Factory.makeEntity method that does not call em.persist() (bb8f1b0), closes #​3932

5.6.6 (2023-01-10)

Bug Fixes
  • core: do not allow functions and symbols in FilterQuery (85b1fc1), closes #​3928
  • core: make FilterQuery strict again! (5427097)

5.6.5 (2023-01-09)

Bug Fixes
  • core: do not fail on serialization when POJO instead of embeddable instance found (c8de84b)
  • core: make serialization of embedded properties support null instead of value (3006507), closes #​3906
  • entity-generator: use table name instead of class name in EntitySchema (#​3916) (84d9407), closes #​3915
Features

5.6.4 (2023-01-04)

Bug Fixes
  • core: improve inference of driver exported MikroORM.init() (497f274)
  • core: respect transaction context in em.execute() (832105d), closes #​3896
  • mongo: register serialized PK get/set pair only when explicitly requested (7004100), closes #​3900
  • mongo: respect field names in batch update conditions (3466c86), closes #​3897
Features

5.6.3 (2022-12-28)

Bug Fixes
  • core: delay snapshotting of entity state to fix differences with joined strategy (cbf62fa), closes #​3876
  • core: do not convert custom mapped type twice in Reference.createFromPK (7dfff45), closes #​3878

5.6.2 (2022-12-25)

Bug Fixes
  • core: fix assignability of Loaded type to naked entity (e574924), closes #​3865
  • core: respect * in partial loading with joined strategy (7781f84), closes #​3868
Features
  • core: validate bidirectional M:N with pivotEntity (5e793a2), closes #​3860
  • core: validate FK as PK is always an owning side (330c4e2), closes #​3869

5.6.1 (2022-12-20)

Bug Fixes
  • core: allow adding array of refs to collection (#​3859) (0ce85e9)
  • core: clone event manager when forking in em.transactional (0e523b3), closes #​3857
  • core: do not unset non-null relations when propagating remove operation (69a7f94), closes #​3854
  • core: fix compiled functions when relation property uses hyphens (22350bd), closes #​3813
  • core: fix populating relation with composite FK as primary key (b27578f), closes #​3844
  • core: improve inference in em.findX() methods (fcb1739)
  • core: propagation with nullable 1:1 relation (#​3851) (d77c370), closes #​3850
  • core: remove readonly modifier from Populate type (7b2dfb9)
  • mariadb: do not force date strings (8861354), closes #​3853
  • postgres: compare only simplified versions of check constraints (0fd8530), closes #​3827
  • postgres: ignore internal timescale schemas automatically (85d9083)
vercel/next.js

v13.3.1

Compare Source

Core Changes
  • Fix query normalize on edge deploy: #​48045
  • Change metadata routes suffix to number and chars: #​48026
  • fix: show error when "next start" is used with "output" config: #​47989
  • Update query param prefix to reduce length: #​48051
  • turbopack: bind server to IPv6 loopback: #​47948
  • turbopack: pass ENV vars to route handlers: #​48048
  • parallel routes: fix layout not re-rendering: #​48066
  • Fix fallback detection logic when multiple generateStaticParams are needed: #​47982
  • Next Cache Telemetry: #​47939
  • Remove change leftover from experimental precompiled server: #​48107
  • Support og image with edge: #​48086
  • Add flag to control app document preloading: #​48115
  • Re-land "Vendor react@experimental under an experimentalReact flag": #​48041
  • Add experimental React related warning: #​47986
  • Fix next-flight-loader resourcePath in Windows: #​48152
  • Enable opening source file in build error overlay: #​48194
  • Update next/font/google data: #​48195
  • Fix documentation link for transpilePackages in NextConfig: #​48121
  • Remove warning for metadataBase fallback: #​48196
  • Fix typeof expression in layout router: #​48245
  • fix: Shift route-announcer to top of layout parent: #​44853
  • Chunking Refactor pt. 2: #​47961
  • Opt-into worker mode when appDir is enabled: #​47857
  • app-router: add batching support for RSC router payloads: #​48253
  • interception routes: add new sibling matcher marker + validation: #​48276
  • parallel routes: remove the per-route default 404 handler: #​48286
  • ensure original matcher source is free of mutations: #​47980
  • Add suffix to static metadata images: #​48202
  • Update metadata interface types: #​48259
  • parallel route: fix payload not being sent on refetch: #​48294
  • feat(turbopack): support initial compiler.emotion / compiler.styledComponents flag: #​47991
  • Support alt.txt for static metadata og image: #​48290
  • Fix missing favicon when other icon exist: #​48311
  • Fix app dir vanilla-extract support: #​48306
  • Auto collect custom manifest into metadata: #​48310
  • feat(turbopack): initial mdxrs config support: #​47886
  • refactor shared logic for turbopack-cli: #​48307
  • Fix dev case when proxying to self: #​48318
  • app router: fix scrolling behaviour for parallel routes: #​48346
  • interception routes: fix support for route groups: #​48351
  • Add body to router request to fix socket hang up: #​48039
  • Fix dev getStaticPaths/generateStaticParams calling: #​48322
  • Update App Route Signature: #​48348
  • fix: typo localy --> locally: #​48193
  • [create-next-app]: add mdx files to tailwind content config: #​48188
  • Ensure we handle 204 responses in fetch: #​48354
  • Fix fetch cache body handling and update edge-runtime deps: #​48365
  • Move normalizing of query for edge: #​48373
  • provide the PORT env var based on server port, update turbopack: #​48347
  • feat: generate image metadata: #​48362
  • Allow some more options for Turbopack: #​48401
  • Add pg (Postgres) to server components external packages.: #​48402
  • chore: add export ImageResponseOptions: #​48418
  • chore: fix a typo in a local variable name: #​48456
  • Fix turbo cache for @​next/env: #​48466
  • Consolidate two appDir if branches: #​48459
  • parallel routes: fix catch-all routes taking precedence in dev: #​48424
  • parallel routes: fix next-provided default.js not being resolved if the config doesn't specify .js: #​48446
  • interception routes: support middleware rewrites: #​48450
  • interception routes: fix production rewrites: #​48451
  • parallel routes: fix incorrect optimistic tree when there are multiple parallel routes: #​48449
  • Refactor entries.ts: #​48460
  • Fix misordered CSS resources: #​48244
  • Revert "Re-land "Vendor react@experimental under an experimentalReact flag"": #​48478
  • Change CacheFs methods to return Buffer: #​48237
  • app dir fixes: #​48025
  • Rename originUrl to fetchUrl: #​48315
  • Make jest config serializable: #​47620
  • Drop object config export support for app dir: #​48489
  • Fix server references handling in the edge runtime: #​48502
  • feat(next-swc): force teardown heap profiler if exists: #​47769
  • fix(turbopack/transform_options): enforce default react runtime: #​48400
  • Update swc_core to v0.75.23: #​48098
  • update swc_core and dependencies to 0.75.23: #​48521
  • Fixed image-optimizer crashing when using outputFileTracing: #​48513
  • Remove unused code from test-pack turbo task: #​48487
  • Fix static opt of routes generation for static metadata files: #​48528
  • feat(turbopack): support modularizeImports next.js config: #​48511
  • refactor: move resolving metadata process into async Metadata component: #​48536
  • Update history in useInsertionEffect: #​48553
  • Fix instrumentation.js initializa

Configuration

📅 Schedule: Branch creation - "every weekend" (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, check this box

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

@changeset-bot
Copy link

changeset-bot bot commented Apr 22, 2023

⚠️ No Changeset found

Latest commit: 80bd21c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented Apr 22, 2023

PR Preview Action d025404
Preview removed because the pull request was closed.
2023-04-24 06:06 UTC

@codecov
Copy link

codecov bot commented Apr 22, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (e02d98c) 66.83% compared to head (80bd21c) 66.83%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #579   +/-   ##
=======================================
  Coverage   66.83%   66.83%           
=======================================
  Files         119      119           
  Lines        3302     3302           
  Branches      431      431           
=======================================
  Hits         2207     2207           
  Misses       1034     1034           
  Partials       61       61           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from cd8263d to 4e48304 Compare April 23, 2023 18:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4e48304 to 80bd21c Compare April 24, 2023 02:02
@ddadaal ddadaal merged commit d025404 into master Apr 24, 2023
13 checks passed
@ddadaal ddadaal deleted the renovate/all-minor-patch branch April 24, 2023 06:03
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.

None yet

1 participant