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

Merged
merged 1 commit into from
Apr 17, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 15, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@codemirror/view 6.9.3 -> 6.9.4 age adoption passing confidence dependencies patch
@commitlint/config-conventional (source) 17.4.4 -> 17.6.1 age adoption passing confidence devDependencies minor
@fastify/static 6.10.0 -> 6.10.1 age adoption passing confidence dependencies patch
@grpc/grpc-js (source) 1.8.13 -> 1.8.14 age adoption passing confidence dependencies patch
@sinclair/typebox 0.27.3 -> 0.27.8 age adoption passing confidence dependencies patch
@sinclair/typebox 0.27.3 -> 0.27.8 age adoption passing confidence devDependencies patch
@types/react (source) 18.0.34 -> 18.0.35 age adoption passing confidence devDependencies patch
@types/ssh2 (source) 1.11.10 -> 1.11.11 age adoption passing confidence devDependencies patch
antd (source) 5.4.1 -> 5.4.2 age adoption passing confidence peerDependencies patch
antd (source) 5.4.1 -> 5.4.2 age adoption passing confidence devDependencies patch
antd (source) 5.4.1 -> 5.4.2 age adoption passing confidence dependencies patch
globby 13.1.3 -> 13.1.4 age adoption passing confidence devDependencies patch
ioredis 5.3.1 -> 5.3.2 age adoption passing confidence dependencies patch
long 5.2.1 -> 5.2.3 age adoption passing confidence dependencies patch
node 18.15.0 -> 18.16.0 age adoption passing confidence volta minor
postcss (source) 8.4.21 -> 8.4.22 age adoption passing confidence devDependencies patch
turbo (source) 1.8.8 -> 1.9.1 age adoption passing confidence devDependencies minor
webpack 5.78.0 -> 5.79.0 age adoption passing confidence devDependencies minor

Release Notes

codemirror/view

v6.9.4

Compare Source

Bug fixes

Make the editor scroll while dragging a selection near its sides, even if the cursor isn't outside the scrollable element.

Fix a bug that interrupted composition after widgets in some circumstances on Firefox.

Make sure the last change in a composition has its user event set to input.type.compose, even if the compositionend event fires before the changes are applied.

Make it possible to remove additional selection ranges by clicking on them with ctrl/cmd held, even if they aren't cursors.

Keep widget buffers between widgets and compositions, since removing them confuses IME on macOS Firefox.

Fix a bug where, for DOM changes that put the selection in the middle of the changed range, the editor incorrectly set its selection state.

Fix a bug where coordsAtPos could return a coordinates before the line break when querying a line-wrapped position with a positive side.

conventional-changelog/commitlint

v17.6.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v17.6.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

17.4.4 (2023-02-17)

Note: Version bump only for package @​commitlint/config-conventional

17.4.3 (2023-02-13)

Note: Version bump only for package @​commitlint/config-conventional

17.4.2 (2023-01-12)

Note: Version bump only for package @​commitlint/config-conventional

fastify/fastify-static

v6.10.1

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-static@v6.10.0...v6.10.1

grpc/grpc-node

v1.8.14: @​grpc/grpc-js 1.8.14

Compare Source

  • Fix sequencing of some events related to connectivity state changes (#​2421)
sinclairzx81/typebox

v0.27.8

Compare Source

v0.27.7

Compare Source

v0.27.6

Compare Source

v0.27.5

Compare Source

v0.27.4

Compare Source

ant-design/ant-design

v5.4.2

Compare Source


sindresorhus/globby

v13.1.4

Compare Source

  • Fix error when reading inaccessible directories with gitignore: true and suppressErrors: true (#​246) e95da57
  • Remove URL TypeScript type workaround (#​230) 55a3c64
luin/ioredis

v5.3.2

Compare Source

Bug Fixes
dcodeIO/long.js

v5.2.3

Compare Source

Bug fixes

v5.2.2

Compare Source

Bug fixes
nodejs/node

v18.16.0: 2023-04-12, Version 18.16.0 'Hydrogen' (LTS), @​danielleadams

Compare Source

Notable changes
Add initial support for single executable applications

Compile a JavaScript file into a single executable application:

$ echo 'console.log(`Hello, ${process.argv[2]}!`);' > hello.js

$ cp $(command -v node) hello

##### On systems other than macOS:
$ npx postject hello NODE_JS_CODE hello.js \
    --sentinel-fuse NODE_JS_FUSE_fce680ab2cc467b6e072b8b5df1996b2

##### On macOS:
$ npx postject hello NODE_JS_CODE hello.js \
    --sentinel-fuse NODE_JS_FUSE_fce680ab2cc467b6e072b8b5df1996b2 \
    --macho-segment-name NODE_JS

$ ./hello world
Hello, world!

Contributed by Darshan Sen in #​45038

Replace url parser with Ada

Node.js gets a new URL parser called Ada that is compliant with the WHATWG URL Specification and provides more than 100% performance improvement to the existing implementation.

Contributed by Yagiz Nizipli in #​46410

Other notable changes
  • buffer:
    • (SEMVER-MINOR) add Buffer.copyBytesFrom(...) (James M Snell) #​46500
  • doc:
    • add marco-ippolito to collaborators (Marco Ippolito) #​46816
    • add debadree25 to collaborators (Debadree Chatterjee) #​46716
    • add deokjinkim to collaborators (Deokjin Kim) #​46444
  • events:
    • (SEMVER-MINOR) add listener argument to listenerCount (Paolo Insogna) #​46523
  • lib:
    • (SEMVER-MINOR) add AsyncLocalStorage.bind() and .snapshot() (flakey5) #​46387
    • (SEMVER-MINOR) add aborted() utility function (Debadree Chatterjee) #​46494
  • src:
    • (SEMVER-MINOR) allow optional Isolate termination in node::Stop() (Shelley Vohr) #​46583
    • (SEMVER-MINOR) allow embedder control of code generation policy (Shelley Vohr) #​46368
  • stream:
    • (SEMVER-MINOR) add abort signal for ReadableStream and WritableStream (Debadree Chatterjee) #​46273
  • tls:
    • (SEMVER-MINOR) support automatic DHE (Tobias Nießen) #​46978
  • url:
    • (SEMVER-MINOR) implement URLSearchParams size getter (James M Snell) #​46308
  • worker:
    • (SEMVER-MINOR) add support for worker name in inspector and trace_events (Debadree Chatterjee) #​46832
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 Apr 15, 2023

⚠️ No Changeset found

Latest commit: 25a61bd

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 15, 2023

PR Preview Action 3f5ee58
Preview removed because the pull request was closed.
2023-04-17 08:49 UTC

@codecov
Copy link

codecov bot commented Apr 15, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (f91282d) 66.86% compared to head (25a61bd) 66.86%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #562   +/-   ##
=======================================
  Coverage   66.86%   66.86%           
=======================================
  Files         119      119           
  Lines        3290     3290           
  Branches      429      429           
=======================================
  Hits         2200     2200           
  Misses       1029     1029           
  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 5 times, most recently from 9ca99bd to b1cc3cc Compare April 16, 2023 17:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b1cc3cc to 25a61bd Compare April 17, 2023 06:51
@ddadaal ddadaal merged commit 3f5ee58 into master Apr 17, 2023
@ddadaal ddadaal deleted the renovate/all-minor-patch branch April 17, 2023 08:47
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