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

Merged
merged 1 commit into from
Mar 13, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 11, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@codemirror/view 6.9.1 -> 6.9.2 age adoption passing confidence dependencies patch
@​ddadaal/tsgrpc-server 0.18.2 -> 0.19.0 age adoption passing confidence dependencies minor
@grpc/grpc-js (source) 1.8.11 -> 1.8.12 age adoption passing confidence dependencies patch
@mikro-orm/cli (source) 5.6.13 -> 5.6.14 age adoption passing confidence dependencies patch
@mikro-orm/core (source) 5.6.13 -> 5.6.14 age adoption passing confidence dependencies patch
@mikro-orm/mariadb (source) 5.6.13 -> 5.6.14 age adoption passing confidence dependencies patch
@mikro-orm/migrations (source) 5.6.13 -> 5.6.14 age adoption passing confidence dependencies patch
@mikro-orm/mysql (source) 5.6.13 -> 5.6.14 age adoption passing confidence dependencies patch
@mikro-orm/seeder (source) 5.6.13 -> 5.6.14 age adoption passing confidence dependencies patch
@next/bundle-analyzer 13.2.3 -> 13.2.4 age adoption passing confidence devDependencies patch
@tsconfig/docusaurus 1.0.6 -> 1.0.7 age adoption passing confidence devDependencies patch
@types/node (source) 18.14.6 -> 18.15.1 age adoption passing confidence devDependencies minor
@typescript-eslint/eslint-plugin 5.54.0 -> 5.54.1 age adoption passing confidence devDependencies patch
@typescript-eslint/parser 5.54.0 -> 5.54.1 age adoption passing confidence devDependencies patch
dotenv-cli 7.0.0 -> 7.1.0 age adoption passing confidence devDependencies minor
eslint (source) 8.35.0 -> 8.36.0 age adoption passing confidence devDependencies minor
fastify (source) 4.14.0 -> 4.14.1 age adoption passing confidence dependencies patch
jest (source) 29.4.3 -> 29.5.0 age adoption passing confidence devDependencies minor
jest-environment-jsdom 29.4.3 -> 29.5.0 age adoption passing confidence devDependencies minor
next (source) 13.2.3 -> 13.2.4 age adoption passing confidence peerDependencies patch
next (source) 13.2.3 -> 13.2.4 age adoption passing confidence devDependencies patch
next (source) 13.2.3 -> 13.2.4 age adoption passing confidence dependencies patch
node 18.14.2 -> 18.15.0 age adoption passing confidence volta minor
pkg 5.8.0 -> 5.8.1 age adoption passing confidence devDependencies patch
pnpm (source) 7.29.0 -> 7.29.1 age adoption passing confidence packageManager patch
rimraf 4.3.0 -> 4.4.0 age adoption passing confidence devDependencies minor
tsc-alias (source) 1.8.2 -> 1.8.3 age adoption passing confidence devDependencies patch
webpack 5.75.0 -> 5.76.1 age adoption passing confidence devDependencies minor
ws 8.12.1 -> 8.13.0 age adoption passing confidence dependencies minor
zod (source) 3.21.2 -> 3.21.4 age adoption passing confidence dependencies patch

Release Notes

codemirror/view

v6.9.2

Compare Source

Bug fixes

Work around a Firefox CSS bug that caused cursors to stop blinking in a scrolled editor.

Fix an issue in drawSelection where the selection extended into the editor's padding.

Fix pasting of links copied from iOS share sheet.

grpc/grpc-node

v1.8.12

Compare Source

  • Fix an occasional type error when receiving DNS updates (#​2380)
  • Fix ordering of events when handing requests on the server (#​2376 contributed by @​phoenix741)
mikro-orm/mikro-orm

v5.6.14

Compare Source

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
vercel/next.js

v13.2.4

Compare Source

Core Changes
  • Check if server error already had its message updated: #​46367
  • [next/jest] Support path aliases from tsconfig/jsconfig: #​45815
  • List unsupported Turbopack config keys: #​46582
  • Support named exports for server references: #​46558
  • Fix(typedRoutes): fixed StaticRoutes and DynamicRoutes being empty causing invalid syntax: #​46620
  • Fix IntelliSense for generateMetadata: #​46624
  • Update vendored React packages to next-41110021f: #​46636
  • Add request callback in Flight client: #​46650
  • fix: distDir in verifyTypeScriptSetup for nextLint: #​46630
  • Updates next/image eslint message to denote that costs may be incurred.: #​46640
  • Ensure default config passes schema checks: #​46656
  • Use separate workers for webpackBuildWorker: #​46666
  • Fix static to dynamic on revalidate: #​46668
  • Fix the Next.js router in Turbopack when there are no middlewares: #​46681
  • build(cargo): update turbopack: #​46685
  • Add build worker exit tracking and enable tests: #​46698
  • Support force-static on App Routes: #​46693
  • Add viewport field userScalable: #​46696
  • Update static build workers: #​46705
  • Refactor build context for better plugin state sharing: #​46706
  • Support multi title for alternates: #​46700
  • Ensure test-unit includes package unit tests: #​46707
  • Disallow wildcard export in server entries: #​46710
  • Add test for router.refresh preserving unaffected segments: #​46687
  • Failing test for SWC shakeExports and JSX: #​35735
  • Fix originalRequest not available for edge requests: #​46741
  • Fix require cache conflict between app and pages: #​46736
  • Fix Web app manifests docs: #​46617
  • Update client router filter to separate redirects handling: #​46752
  • Add support for output: export config: #​46744
  • Pass through original matcher source in manifest: #​46753
  • Use browser navigation when RSC payload fails to fetch: #​46674
  • Use set to track CSS imports: #​46772
  • Fix middleware notFound: true handling: #​46759
  • Only check app/ for no-head-element-rule: #​46773
  • Fix redundant TS plugin warning: #​46769
  • Correct server reference manifest in prod build: #​46683
  • add argon2 to serverComponentsExternalPackages auto-optOut list: #​46779
  • Refactor SWC transform to support named default export: #​46778
  • Remove experimental.runtime and emit warning when used: #​46631
  • Fix(typedRoutes): fixed type Route resolving to type any: #​46679
  • Improve the readability of full page refresh error in dev mode: #​46634
  • Port error overlay hydration error to pages directory: #​46677
  • eslint rule for script strategy should work properly in app/: #​46609
  • fix: Add NODE_OPTIONS for debugging in next-dev: #​46757
Documentation Changes
  • Documentation: Update link-no-children error page for new link: #​46514
  • chore(docs): add snippets for common image loaders: #​46647
  • Fix the doc on how to use the turbo loader in option-less format: #​46665
  • Fix custom server error handling in the docs: #​46671
  • docs: clarified the wording: #​46691
  • Update script.md: #​46680
  • next/font refactoring and additional unit tests: #​46731
Example Changes
Misc Changes
  • test(utils): support turbopack-based overlay error text lookup #​46589
  • chore: improve repo templates: #​46629
  • Update app-static test page #​46645
  • test: add preconnect tests and move error tests: #​46652
  • Refactor and add more tests to next/font/local: #​46627
  • Add script to automate updating vendored React version: #​46663
  • Refactor next/font/google and add additional comments: #​46692
  • Ensure app chunk URLs are encoded properly #​46749
  • Adjust API route loader #​46726
  • test: refactor metadata tests to test multi matches easier: #​46746
  • Support mdx-components file in src directory: #​46763
  • Fix middleware 404 prefetch case: #​46782
  • Update view-source.tsx: #​46790
  • chore: add jsdoc to output in next.config.js: #​46804
  • next/font tests: support Turbopack css module format: #​46658
  • update dynamic-import.md example: #​46787
  • Change @​next/font to next/font in examples: #​46836
  • Update vendored React: #​46826
  • Revert "Update vendored React": #​46861
  • Update fetch cache handling with POST requests: #​46856
  • Remove extra exports from filter utils: #​46860
  • test(unit): add cases for cssnano simple: #​46862
  • Ensure chained middleware rewrites work properly: #​46866
  • chore: improve PR labeling, fix, sort, add new team member: #​46675
  • chore: add App Router template to bug report: #​46872
  • Add a timeout to next/font/google in dev: #​46834
  • Support unnamed default export expression #​46888
  • Only run toSource in next/font codemod if there are changes: #​46877
  • Add more JSDoc to types: #​46897
  • Fix TS plugin showing warning for error file's reset prop: #​46898
  • Fix conflict dev entry key between app and pages: #​46832
  • Update app-static e2e test: #​46900
  • Revert "Revert "Update vendored React"": #​46881
  • Add retry to the hmr acceptance test: #​46902
  • Fix with-jest and with-jest-babel example test snapshot failure: #​46885
  • Update generateStaticParams handling with fetch cache: #​46906
  • Fix unexpected hoist meta tags by react in app dir: #​46917
  • Update turbopack to 230308.1: #​46909
  • Support default export expression for variables: #​46896
  • Reduce the number of hydration error tests: #​46930
  • Update Turbopack to 230308.3: #​46935
  • Use https_proxy environment variable in next/font/google: #​46822
  • Validate req.url in renderer: #​46923
  • Validate the router state header on the server: #​46925
  • Rename FontLoaderManifest to NextFontManifest and add better comments: #​46922
  • Revalidate generateStaticParams/Paths in background in dev: #​46940
  • Support re-exporting unnamed function expression: #​46936
  • Support static file robots.txt and sitemap.xml as metadata route: #​46963
  • Update vendored react: #​46970
  • Move error overlay recovery tests to new file: #​46965
  • Improve RSC compiler error in external module: #​46953
  • Update Turbopack to 230309.2: #​46971
  • Use turbo remote cache for build-native-test: #​46975
  • Do not re-assign process.env: #​46914
Credits

Huge thanks to @​hanneslund, @​ijjk, @​JohnDaly, @​jridgewell, @​divslinger, @​shuding, @​DuCanhGH, @​balazsorban44, @​acdlite, @​teobler, @​styfle, @​manovotny, @​huozhi, @​smorimoto, @​Dannymx, @​Janpot, @​alexkirsz, @​nohr, @​Humboorgir, @​wyattjoh, @​timneutkens, @​overlookmotel, @​HaNdTriX, @​proustibat, @​fedeya, @​wbinnssmith, @​irekrog, @​JanKaifer, @​SukkaW, @​rayrw, @​kdy1, @​seiry, and @​unflxw for helping!

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

v5.54.1

Compare Source

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

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

v5.54.1

Compare Source

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

entropitor/dotenv-cli

v7.1.0: Allow --no-expand

Compare Source

https://github.com/entropitor/dotenv-cli/pull/86

eslint/eslint

v8.36.0

Compare Source

Features
Bug Fixes
  • 92c1943 fix: correctly iterate files matched by glob patterns (#​16831) (Nitin Kumar)
Documentation
  • b98fdd4 docs: Update README (GitHub Actions Bot)
  • caf08ce docs: fix estree link in custom formatters docs (#​16967) (Milos Djermanovic)
  • 3398431 docs: Custom Parsers cleanup/expansion (#​16887) (Ben Perlmutter)
  • 19d3531 docs: Update README (GitHub Actions Bot)
  • b09a512 docs: detect and fix broken links (#​16837) (Nitin Kumar)
Chores
fastify/fastify

v4.14.1

Compare Source

What's Changed
New Contributors

Full Changelog: fastify/fastify@v4.14.0...v4.14.1

facebook/jest

v29.5.0

Compare Source

Features
  • [jest-changed-files] Support Sapling (#​13941)
  • [jest-circus, @​jest/cli, jest-config] Add feature to randomize order of tests via CLI flag or through the config file(#​12922)
  • [jest-cli, jest-config, @​jest/core, jest-haste-map, @​jest/reporters, jest-runner, jest-runtime, @​jest/types] Add workerThreads configuration option to allow using worker threads for parallelization (#​13939)
  • [jest-cli] Export yargsOptions (#​13970)
  • [jest-config] Add openHandlesTimeout option to configure possible open handles warning. (#​13875)
  • [@jest/create-cache-key-function] Allow passing length argument to createCacheKey() function and set its default value to 16 on Windows (#​13827)
  • [jest-message-util] Add support for AggregateError (#​13946 & #​13947)
  • [jest-message-util] Add support for Error causes in test and it (#​13935 & #​13966)
  • [jest-reporters] Add summaryThreshold option to summary reporter to allow overriding the internal threshold that is used to print the summary of all failed tests when the number of test suites surpasses it (#​13895)
  • [jest-runtime] Expose @sinonjs/fake-timers async APIs functions advanceTimersByTimeAsync(msToRun) (tickAsync(msToRun)), advanceTimersToNextTimerAsync(steps) (nextAsync), runAllTimersAsync (runAllAsync), and runOnlyPendingTimersAsync (runToLastAsync) (#​13981)
  • [jest-runtime, @​jest/transform] Allow V8 coverage provider to collect coverage from files which were not loaded explicitly (#​13974)
  • [jest-snapshot] Add support to cts and mts TypeScript files to inline snapshots (#​13975)
  • [jest-worker] Add start method to worker farms (#​13937)
  • [jest-worker] Support passing a URL as path to worker (#​13982)
Fixes
  • [babel-plugin-jest-hoist] Fix unwanted hoisting of nested jest usages (#​13952)
  • [jest-circus] Send test case results for todo tests (#​13915)
  • [jest-circus] Update message printed on test timeout (#​13830)
  • [jest-circus] Avoid creating the word "testfalse" when takesDoneCallback is false in the message printed on test timeout AND updated timeouts test (#​13954)
  • [jest-environment-jsdom] Stop setting document to null on teardown (#​13972)
  • [@jest/expect-utils] Update toStrictEqual() to be able to check jest.fn().mock.calls (#​13960)
  • [@jest/test-result] Allow TestResultsProcessor type to return a Promise (#​13950)
Chore & Maintenance
  • [jest-snapshot] Remove dependency on jest-haste-map (#​13977)
nodejs/node

v18.15.0: 2023-03-07, Version 18.15.0 'Hydrogen' (LTS), @​BethGriggs prepared by @​juanarbol

Compare Source

Notable Changes
Commits

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 Mar 11, 2023

⚠️ No Changeset found

Latest commit: 5b02260

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

@codecov
Copy link

codecov bot commented Mar 11, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (7dace4e) 66.81% compared to head (5b02260) 66.81%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #508   +/-   ##
=======================================
  Coverage   66.81%   66.81%           
=======================================
  Files         114      114           
  Lines        3101     3101           
  Branches      389      389           
=======================================
  Hits         2072     2072           
  Misses        975      975           
  Partials       54       54           

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 from 47d1d99 to ed83ac6 Compare March 11, 2023 06:03
@github-actions
Copy link
Contributor

github-actions bot commented Mar 11, 2023

PR Preview Action v1.3.0
Preview removed because the pull request was closed.
2023-03-13 08:42 UTC

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ed83ac6 to 0e24005 Compare March 12, 2023 21:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0e24005 to 5b02260 Compare March 13, 2023 06:22
@ddadaal ddadaal merged commit b3d3d7d into master Mar 13, 2023
@ddadaal ddadaal deleted the renovate/all-minor-patch branch March 13, 2023 08:40
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.

1 participant