-
Notifications
You must be signed in to change notification settings - Fork 349
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
chore(deps): update all non-major dependencies #5416
Conversation
🦋 Changeset detectedLatest commit: 94397b8 The changes in this PR will be included in the next version bump. This PR includes changesets to release 18 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
🚀 Snapshot Release (
|
Package | Version | Info |
---|---|---|
@graphql-mesh/grpc |
0.93.3-alpha-20230516173203-94397b83c |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/json-schema |
0.93.2-alpha-20230516173203-94397b83c |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/neo4j |
0.93.3-alpha-20230516173203-94397b83c |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/raml |
0.93.2-alpha-20230516173203-94397b83c |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/soap |
0.93.2-alpha-20230516173203-94397b83c |
npm ↗︎ unpkg ↗︎ |
@omnigraph/json-schema |
0.93.2-alpha-20230516173203-94397b83c |
npm ↗︎ unpkg ↗︎ |
@omnigraph/raml |
0.93.2-alpha-20230516173203-94397b83c |
npm ↗︎ unpkg ↗︎ |
@omnigraph/soap |
0.93.2-alpha-20230516173203-94397b83c |
npm ↗︎ unpkg ↗︎ |
💻 Website PreviewThe latest changes are available as preview in: https://de12e66f.graphql-mesh.pages.dev |
37f757a
to
4b3585b
Compare
4b3585b
to
adb551d
Compare
adb551d
to
57eabeb
Compare
57eabeb
to
66318c5
Compare
66318c5
to
93ddf7d
Compare
841e571
to
4f2ea19
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
This PR contains the following updates:
4.20230419.0
->4.20230511.0
0.21.0
->0.22.0
3.18.2
->3.18.3
8.2.1
->8.2.2
18.16.7
->18.16.10
0.17.18
->0.17.19
5.12.1
->5.13.1
7.1.0
->7.1.1
6.11.1
->6.11.2
5.22.0
->5.22.1
4.3.5
->4.3.7
Release Notes
cloudflare/workerd
v4.20230511.0
Compare Source
kamilkisiela/graphql-hive
v0.22.0
Compare Source
Minor Changes
9238a1f9
Thanks @dotansimha! - Added support for new warnings feature
during
schema:check
commandsneo4j/graphql
v3.18.3
Compare Source
Patch Changes
#3264
e8092aa85
Thanks @mjfwebb! - Federation: Setting@key
resolvable to false no longer prevents queries and mutations for a type from being generated.#3309
99fe4b4b8
Thanks @angrykoala! - Improve server performance for large schemas when queryingUpdated dependencies [
2d3661476
]:evanw/esbuild
v0.17.19
Compare Source
Fix CSS transform bugs with nested selectors that start with a combinator (#3096)
This release fixes several bugs regarding transforming nested CSS into non-nested CSS for older browsers. The bugs were due to lack of test coverage for nested selectors with more than one compound selector where they all start with the same combinator. Here's what some problematic cases look like before and after these fixes:
Fix bug with TypeScript parsing of instantiation expressions followed by
=
(#3111)This release fixes esbuild's TypeScript-to-JavaScript conversion code in the case where a potential instantiation expression is followed immediately by a
=
token (such that the trailing>
becomes a>=
token). Previously esbuild considered that to still be an instantiation expression, but the official TypeScript compiler considered it to be a>=
operator instead. This release changes esbuild's interpretation to match TypeScript. This edge case currently appears to be problematic for other TypeScript-to-JavaScript converters as well:x<y>=a<b<c>>()
x<y>=a();
x=a();
x<y>=a();
x=a()
Avoid removing unrecognized directives from the directive prologue when minifying (#3115)
The directive prologue in JavaScript is a sequence of top-level string expressions that come before your code. The only directives that JavaScript engines currently recognize are
use strict
and sometimesuse asm
. However, the people behind React have made up their own directive for their own custom dialect of JavaScript. Previously esbuild only preserved theuse strict
directive when minifying, although you could still write React JavaScript with esbuild using something like--banner:js="'your directive here';"
. With this release, you can now put arbitrary directives in the entry point and esbuild will preserve them in its minified output:Note that this means esbuild will no longer remove certain stray top-level strings when minifying. This behavior is an intentional change because these stray top-level strings are actually part of the directive prologue, and could potentially have semantics assigned to them (as was the case with React).
Improved minification of binary shift operators
With this release, esbuild's minifier will now evaluate the
<<
and>>>
operators if the resulting code would be shorter:enisdenjo/graphql-ws
v5.13.1
Compare Source
Bug Fixes
v5.13.0
Compare Source
Features
5.12.1 (2023-03-31)
Bug Fixes
Automattic/mongoose
v7.1.1
Compare Source
==================
createConnection()
#13376ljharb/qs
v6.11.2
Compare Source
parse
: Fix parsing when the global Object prototype is frozen (#473)nodejs/undici
v5.22.1
Compare Source
What's Changed
New Contributors
Full Changelog: nodejs/undici@v5.22.0...v5.22.1
vitejs/vite
v4.3.7
Compare Source
v4.3.6
Compare Source
tryFsResolve
for relativenew URL(foo, import.meta.url)
(#13142) (eeb0617), closes #13142esbuild.charset
when minify (#13190) (4fd35ed), closes #13190Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.