This repository has been archived by the owner on Mar 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
chore(deps): update all (major) #225
Open
renovate
wants to merge
150
commits into
main
Choose a base branch
from
renovate/major-all
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
force version: 1.0.0-alpha.0
Breaking Change: `generateTypes` is now `generateSchemaTypes`
…an API to pull groq from code Breaking Change: `generateGroqTypes` has been renamed to `transformGroqToTypescript` and a combined implmentation has taken its place. See the updated groq-codegen README for more info.
refactor(schema-codegen): update "AST" with new conventions
Co-authored-by: Rico Kahler <[email protected]>
Co-authored-by: Rico Kahler <[email protected]>
975d9c4
to
a60e218
Compare
a60e218
to
2c97793
Compare
2c97793
to
7cf1e69
Compare
7cf1e69
to
242f1df
Compare
242f1df
to
260181d
Compare
260181d
to
ea288e4
Compare
ea288e4
to
102e674
Compare
102e674
to
2bce3d7
Compare
2bce3d7
to
b2aef18
Compare
* fix: always exit process using `exitCode` * fix: add listeners for other events to better handle errors
b2aef18
to
1e9cea0
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
v2
->v3
v2
->v3
^4.1.2
->^5.0.0
10.0.0
->16.0.3
5.1.0
->10.0.0
~11.0.0
->~13.1.0
~11.0.0
->~13.1.0
^21.0.0
->^22.0.0
^5.4.1
->^6.0.0
^3.1.4
->^4.0.0
^4.9.4
->^5.0.0
Release Notes
actions/checkout
v3
Compare Source
actions/setup-node
v3
Compare Source
chalk/chalk
v5.2.0
Compare Source
7443e9f
7443e9f
7443e9f
7443e9f
v5.1.2
Compare Source
a34bcf6
v5.1.1
Compare Source
6e0df05
v5.1.0
Compare Source
d7d7571
v5.0.1
Compare Source
main
field to package.json for backwards compatibility with some developer tools85f7e96
v5.0.0
Compare Source
Breaking
fa16f4e
chalk.Instance
→Chalk
chalk.supportsColor
→supportsColor
chalk.stderr
→chalkStderr
chalk.stderr.supportsColor
→supportsColorStderr
.keyword()
,.hsl()
,.hsv()
,.hwb()
, and.ansi()
coloring methods (#433)4cf2e40
color-convert
package.chalk-template
(#524)c987c61
Improvements
04fdbd6
overline
style (#433)4cf2e40
0fba91b
v4.1.2
Compare Source
v4.1.1
Compare Source
v4.1.0
Compare Source
09ddbad
v4.0.0
Compare Source
Breaking
61999a4
Level
TypeScript type to be a union instead of enumf0f4638
Improvements
Object.setPrototypeOf
as__proto__
could potentially be disabled (#387)63469d3
v3.0.0
Compare Source
Thanks to @stroncium for his hard work on this. 🙌
Breaking
3ef170b
.enabled
property in favor of.level
(#356)1f77953
chalk.constructor()
in favor ofchalk.Instance()
(#322)de2f4cd
Minor breaking
98628d9
d3be9c6
flow-typed
).ChalkOptions
TypeScript type toOptions
cf66156
dim
style workaround for Windows (#331)cd5de7a
blue
color workaround for Windows (#330)2ca015c
Enhancements
c08417e
61aca7c
chalk.stderr
for printing to stderr (#359)2a53389
blackBright
color. It's the same as thegray
color, but added for consistency.c25c32a
9830948
6b4d206
ansi256
andbgAnsi256
to TypeScript declaration (#368)fb8e85a
ansi
andbgAnsi
to TypeScript declaration (#369)18c280d
Color detection
FORCE_COLOR
environment variable can now be used to force a certain color level (#315)af4a078
TERM=dumb
higher priority in the color detection chalk/supports-color@8d6a7b5Fixes
87156ce
4e65299
supportsColor
which is top‑level only (#342)b3e9b91
chalk.supportsColor
(#347)d82b2a6
unknown
instead of juststring
(#316)7f6e563
motdotla/dotenv
v16.0.3
Compare Source
Changed
v16.0.2
Compare Source
Added
env-options.js
andcli-options.js
in package.json for use with downstream dotenv-expand modulev16.0.1
Compare Source
Changed
v16.0.0
Compare Source
Added
If you had values containing the backtick character, please quote those values with either single or double quotes.
v15.0.1
Compare Source
Changed
v15.0.0
Compare Source
v15.0.0
is a major new release with some important breaking changes.Added
Changed
#
marks the beginning of a comment (UNLESS the value is wrapped in quotes. Please update your.env
files to wrap in quotes any values containing#
. For example:SECRET_HASH="something-with-a-#-hash"
)...Understandably, (as some teams have noted) this is tedious to do across the entire team. To make it less tedious, we recommend using dotenv cli going forward. It's an optional plugin that will keep your
.env
files in sync between machines, environments, or team members.Removed
v14.3.2
Compare Source
Changed
#
🐞 (#603)v14.3.1
Compare Source
Changed
v14.3.0
Compare Source
Added
multiline
option 🎉 (#486)v14.2.0
Compare Source
Added
dotenv_config_override
cli optionDOTENV_CONFIG_OVERRIDE
command line env optionv14.1.1
Compare Source
Added
v14.1.0
Compare Source
Added
override
option 🎉 (#595)v14.0.1
Compare Source
Added
.env
file (#594)v14.0.0
Compare Source
Added
v13.0.1
Compare Source
Changed
v13.0.0
Compare Source
Added
config.js
(#539)v12.0.4
Compare Source
Changed
v12.0.3
Compare Source
Changed
v12.0.2
Compare Source
Changed
v12.0.1
Compare Source
Changed
v12.0.0
Compare Source
Removed
Changed
v11.0.0
Compare Source
Changed
motdotla/dotenv-expand
v10.0.0
Compare Source
Added
v9.0.0
Compare Source
Added
v8.0.3
Compare Source
Changed
v8.0.2
Compare Source
Changed
v8.0.1
Compare Source
Added
v8.0.0
Compare Source
Changed
v16.0.0
of dotenvAdded
v7.0.0
Compare Source
Changed
v15.0.0
of dotenvv6.0.1
Compare Source
Changed
v6.0.0
Compare Source
Changed
expand
function (#14b1f2)Added
sindresorhus/globby
v13.1.4
Compare Source
gitignore: true
andsuppressErrors: true
(#246)e95da57
URL
TypeScript type workaround (#230)55a3c64
v13.1.3
Compare Source
917670c
v13.1.2
Compare Source
ignoreFiles
option accept readonly arrays (#235)810caae
v13.1.1
Compare Source
f9d35ae
v13.1.0
Compare Source
ignoreFiles
option (#228)895d6ec
v13.0.0
Compare Source
Breaking
generateGlobTasks
togenerateGlobTasksSync
(#221)51c8f68
ignore
option forisGitIgnored
andisGitIgnoredSync
(#225)2e43cc4
Improvements
04fbd5b
generateGlobTasks
method (#221)51c8f68
Fixes
objectMode
option (#210)1852fc5
v12.2.0
Compare Source
URL
global (#206)1224230
URL
in function returned byisGitIgnored
(#207)a9fc794
v12.1.0
Compare Source
URL
for thecwd
option (#201)73c0aca
v12.0.2
Compare Source
e167725
v12.0.1
Compare Source
5a64253
v12.0.0
Compare Source
Breaking
5c32b4a
globby
→{globby}
globby.sync
→{globbySync}
globby.stream
→{globbyStream}
globby.generateGlobTasks
→{generateGlobTasks}
globby.hasMagic
→{isDynamicPattern}
globby.gitignore
→{isGitIgnored}
globby.gitignore.sync
→{isGitIgnoredSync}
v11.1.0
Compare Source
npm audit
noticesjsdom/jsdom
v22.1.0
Compare Source
crypto.randomUUID()
. (jamesbvaughan)DOMRect
andDOMRectReadOnly
.AbortSignal.timeout()
.abortSignal.throwIfAborted()
.submitter
argument to theFormData
constructor. (jenseng)getComputedStyle()
's results for color-based properties, to resolve named colors and attempt to provide initial inheritance support. (hoekz-wwt)Window
's event handler properties (e.g.oncopy
,ontouchstart
, etc.) to reflect the latest list from the standard.DOMParser
-created documents to inherit their URL from the creating document.v22.0.0
Compare Source
v21.1.2
Compare Source
setRangeText()
used on<input>
and<textarea>
elements to calculate the new end index correctly. (pmstss)pageX
,pageY
,offsetX
, andoffsetY
onMouseEvent
s during dispatch. (jenseng)nwsapi
to v2.2.4, bringing along various fixes to our selector engine.v21.1.1
Compare Source
jsdom.reconfigure()
to also adjust the URL as seen by the history API, so that e.g.history.replaceState(null, "")
would not mess up the URL. (jdufresne)location.hash = ""
to leave any#
in location.href.cssom
withrweb-cssom
, since the latter is maintained. (seanparmelee)v21.1.0
Compare Source
x
,y
,pageX
,pageY
,offsetX
, andoffsetY
toMouseEvent
. (jenseng, ViniciusFXavier)unset
withgetComputedStyle()
. (jsnajdr)submitter
property toSubmitEvent
. (jenseng)MouseEvent
'sscreenX
andscreenY
to no longer coerce to integers, allowing fractional values. (jenseng)formEl.submit()
to not longer firesubmit
events. (jenseng)<link>
is removed. (jsnajdr)pointer-events
to inherit when used withgetComputedStyle()
. (jnajdr)<script>
elements with nosrc=""
to no longer fireload
events. (t1ger2080)getComputedStyle()
to cache its results, which should make it much faster. (jsnajdr)v21.0.0
Compare Source
A potentially-breaking bug fix:
window
,document
,location
, andtop
properties ofWindow
to be non-configurable. (ExE-Boss)Other changes:
<input type=image>
submitting forms. (jenseng)location
setter to theWindow
object, which forwards to thelocation.href
setter. Setting the URL is still only implemented for fragment navigations, however. (ExE-Boss)defer=""
<script>
elements that are added afterDOMContentLoaded
to execute, instead of being skipped.selectElement.selectedOptions
being incorrect whenoptionElement.selected
is set. This was a regression introduced in v20.0.1. Unfortunately this also reverts the performance improvement when appending<option>
elements that was introduced then. (eps1lon)self
,locationbar
,menubar
,personalbar
,scrollbars
,statusbar
,toolbar
,frames
,parent
,external
,length
, andscreen
properties ofWindow
to be replaceable: that is, setting them will override their values, instead of having the new value be ignored. (ExE-Boss)JSDOM.fromURL()
in the browser build of jsdom. (LungZeno)sindresorhus/ora
v6.3.1
Compare Source
4b1c2be
v6.3.0
Compare Source
suffixText
option (#223)2378eaf
v6.2.0
Compare Source
spinners
export to be able to access all available spinners (#222)f2ac111
v6.1.2
Compare Source
f4e03ea
v6.1.1
Compare Source
77ccc1e
v6.1.0
Compare Source
interval
as a getter447812b
v6.0.1
Compare Source
26ba606
v6.0.0
Compare Source
Breaking
ede1a54
ora.promise
is now a named import calledoraPromise
(#181)9c01990
import {oraPromise} from 'ora';
oraPromise
now returns the given promise instead ofthis
(#181)9c01990
Improvements
.clear()
method (#182)d51c971
bvaughn/react-error-boundary
v4.0.7
Compare Source
*Replaced post-processing
"use client"
insertion step with a custom Parcel plug-in. This should hopefully produce better source maps.v4.0.6
Compare Source
v4.0.5
Compare Source
Move
"use client"
directive to top of the bundled file.v4.0.4
Compare Source
README changes only
v4.0.3
Compare Source
withErrorBoundary
forwards refs"use client"
directivev4.0.2
Compare Source
Fix broken TypeScript definitions file (#133, https://github.com/parcel-bundler/parcel/issues/8908)
v4.0.1
Compare Source
ErrorBoundaryContext
around fallback UI as well, so theuseErrorBoundary
hook could be used within the fallback component to reset the boundary.For example:
See this demo: https://codesandbox.io/s/nostalgic-browser-e9lpmf
v4.0.0
Compare Source
useErrorHandler
hook withuseErrorBoundary
; can be used to trigger an error boundary or dismiss oneonReset
andonResetKeys
props; pass "details" object explaining the cause of the resetWhy did the
useErrorHandler
hook change?The old hook had two design flaws, both related to the
givenError
parameter:throw
this value. This seemed unnecessary, because if a component already has a reference to an error during render, it can justthrow
the value itself.null
orundefined
values. (Although an edge case, JavaScript enables throwing any values/types.)If you were using the
givenError
functionality– you can now just throw the value directly instead.How can I use the new
useErrorHandler
hook?Show the nearest error boundary from an event handler
React only handles errors thrown during render or during component lifecycle methods (e.g. effects and did-mount/did-update). Errors thrown in event handlers, or after async code has run, will not be caught.
This hook can be used to pass those errors to the nearest error boundary:
Dismiss the nearest error boundary
A fallback component can use this hook to request the nearest error boundary retry the render that original failed.
Microsoft/TypeScript
v5.0.4
: TypeScript 5.0.4Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.0.3
: TypeScript 5.0.3Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.0.2
: TypeScript 5.0Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v4.9.5
: TypeScript 4.9.5Compare Source
For release notes, check out the release announcement.
Downloads are available on:
Changes:
69e88ef
Port ignore deprecations to 4.9 (#52419)daf4e81
Port timestamp fix to 4.9 (#52426)Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.