fix(deps): update patch - #721
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
🦜 ChachalogNo changelog entries detected. Learn more about Chachalog. Create a new entry online or run |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
1.2.0→1.3.30.5.2→0.5.322.19.19→22.20.15.8.1→5.9.016.14.1→16.14.2^0.0.86→^0.0.873.8.3→3.9.60.3.21→0.3.231.0.3→1.2.43.2.2→3.2.30.22.1→0.22.148.0.16→8.2.1Release Notes
0no-co/graphql.web (@0no-co/graphql.web)
v1.3.3Compare Source
Patch Changes
undefinedonDocumentNode.tokenCountto preserve compatibility withgraphqlwhenexactOptionalPropertyTypesis enabledSubmitted by @JoviDeCroock (See #77)
v1.3.2Compare Source
Patch Changes
Kindwithoutgraphqltypes resolvingSubmitted by @kitten (See #73)
v1.3.1Compare Source
Patch Changes
d.tsoutput'skindtypesSubmitted by @kitten (See #71)
v1.3.0Compare Source
Minor Changes
graphql@^16.12.0)Submitted by @kitten (See #66)
GauBen/chachalog (@chachalog/types)
v0.5.3Compare Source
sveltejs/devalue (devalue)
v5.9.0Compare Source
Minor Changes
07d6a38: feat: exportfilterArrayIndices, the array-index filtering used by theindicesOfstringify operation, so custom operations can reuse it instead of reimplementing it07d6a38: feat: add pluggableoperationsoption toparse/unflatten, allowing customization of how values are constructed while reviving (e.g. cross-realm or foreign-runtime revival)5b53532: feat: add pluggableoperationsoption tostringify/stringifyAsync, allowing customization of how values are introspected during serialization (e.g. side-effect-free or foreign-runtime serialization)v5.8.2Compare Source
Patch Changes
48cc81f: fix: serialize DataView subviews with the correct byte offset and lengthcd6da94: fix: resolve circular references through custom revivers when payload is already hydrated29a3382: fix:unevalnow produces valid output for a repeated emptyMaporSet8c0db06: fix: serialize Temporal values referenced more than once inuneval3770846: fix: emit valid JS forBigInt64ArrayandBigUint64Arrayinuneval756265a: fix: preserve shared-reference identity for Map keys inunevalfaa8a05: fix: emit uneval reconstructions before the statements that reference them06129ad: fix: do not grow sparse arrays by one slot in unevalgraphql/graphql-js (graphql)
v16.14.2Compare Source
v16.14.2 (2026-06-09)
Docs 📝
7 PRs were merged
Polish 💅
Committers: 2
stackblitz-labs/pkg.pr.new (pkg-pr-new)
v0.0.87Compare Source
prettier/prettier (prettier)
v3.9.6Compare Source
v3.9.5Compare Source
diff
Markdown: Cap ordered list mark at 999,999,999 (#19351 by @tats-u)
CommonMark parsers only support ordered list item numbers up to 999,999,999.
With this change, Prettier now caps the ordered list item number at 999,999,999 to ensure that the output is correctly parsed as an ordered list by CommonMark parsers. Numbers larger than 999,999,999 are not parsed as list item numbers and are left unchanged in the output:
Markdown: Avoid corrupting empty link with title (#19487 by @andersk)
Do not remove
<>from an inline link or image with an empty URL and a title, as this removal would change its interpretation.Less: Remove extra spaces after
[in map lookups (#19503 by @kovsu)CSS: Prevent addition space in
type()with+(#19516 by @bigandy)This fixes the addition space before
+in CSStype()declaration. For exampletype(<number>+)was being converted intotype(<number> +)which is invalid CSS and does not work.Less: Remove spaces between merge markers and colons (#19517 by @kovsu)
Markdown: Preserve wiki links with aliases (#19527 by @kovsu)
TypeScript: Fix comments being dropped on shorthand
typeimport/export specifiers (#19565 by @kirkwaiblinger)Miscellaneous: Preserving comments'
placementproperty (#19567 by @Janther)Prettier@3.9.0 deleted an undocumented property on comments, which was already used by plugins,
comment.placementis now available again after comment attach.Flow: Stop enforcing empty module declaration to break (#19568 by @fisker)
Angular: Support expression for exhaustive typechecking (#19571 by @fisker)
TypeScript: Ignore comments inside mapped type when checking type parameter comments (#19572 by @fisker)
Less: Fix adjacent block comments being corrupted (#19574 by @kovsu)
JavaScript: Handle dangling comments in
SwitchStatement(#19581 by @fisker)TypeScript: Remove space in comment-only object type (#19583 by @fisker)
v3.9.4Compare Source
v3.9.3Compare Source
v3.9.2Compare Source
v3.9.1Compare Source
v3.9.0Compare Source
diff
🔗 Release Notes
v3.8.5Compare Source
v3.8.4Compare Source
diff
Markdown: Fix blank lines between list items and nested sub-lists being removed in Markdown/MDX (#17746 by @byplayer)
Prettier was removing blank lines between list items and their nested sub-lists, converting loose lists into tight lists and changing their semantic meaning.
publint/publint (publint)
v0.3.23Compare Source
Patch Changes
#248
9ff88ac- Recursively detect test files (e.g.*.test.js,*.spec.ts) for theUSE_FILESsuggestion.#245
ad737a3- TheUSE_FILESmessage now reports which internal files or directories triggered it viaargs.internalFilePathsv0.3.22Compare Source
Patch Changes
#241
7740a62- Support npm v12 and pnpm v11cad0425- Relax git url regex for repository validation#244
393ac4d- Recognize more common internal files for theUSE_FILESsuggestion.#242
4a8dc75- Refactor supported package manager handling from@publint/packrolldown/rolldown (rolldown)
v1.2.4Compare Source
🚀 Features
🐛 Bug Fixes
📚 Documentation
🧪 Testing
@rolldown/browserin a real browser page (#10634) by @hyfdev⚙️ Miscellaneous Tasks
@napi-rs/wasm-runtimerange to~1.2.2(#10615) by @hyfdevv1.2.3Compare Source
🐛 Bug Fixes
🚜 Refactor
watch.notifyoption (#10628) by @sapphi-red📚 Documentation
generate_minified_names(#10617) by @IWANABETHATGUY⚡ Performance
🧪 Testing
⚙️ Miscellaneous Tasks
❤️ New Contributors
v1.2.2Compare Source
🚀 Features
🐛 Bug Fixes
cleanDiroff in dev mode (#10579) by @shulaoda?rolldown-lazyproxy ids out of userresolveIdhooks (#10580) by @btea🚜 Refactor
📚 Documentation
buildStartcomment inScanStageCache::merge(#10577) by @shulaoda⚡ Performance
🧪 Testing
@rolldown/pluginutilspnpm override (#10575) by @IWANABETHATGUY⚙️ Miscellaneous Tasks
@napi-rs/wasm-runtimeto 1.2.2 (#10570) by @shulaoda❤️ New Contributors
v1.2.1Compare Source
🚀 Features
hotUpdatehook (#10305) by @h-a-n-adisableWatcherthrough the dev engine bindings (#10474) by @shulaodaimport.meta.ROLLDOWN_FILE_URL_<referenceId>_<urlId>support to pass context toresolveFileUrlhook (#10297) by @sapphi-redimport.meta.ROLLDOWN_FILE_URL_*(#10296) by @sapphi-redresolveFileUrlplugin hook (#10291) by @sapphi-red🐛 Bug Fixes
__toESMwhen the importing module is tree-shaken (#10516) by @IWANABETHATGUYthen(#10480) by @hyfdevexport * as ns from(#10476) by @tbvjaos510idfilters (must be a RegExp) (#10412) by @IWANABETHATGUYresolveFileUrlin a deterministic order (#10330) by @sapphi-red./foo/barglob pattern the same asfoo/bar(#10313) by @sapphi-red🚜 Refactor
NODE_PATHenv var resolution (#10496) by @sapphi-redGetAstBuilderon visitor/pass types (#10424) by @overlookmoteldisable_old_builderfeature (#10316) by @Boshen📚 Documentation
esmExternalRequirePluginmust own its externals (#10439) by @TheAlexLichter⚡ Performance
allocfield fromScopeHoistingFinalizer(#10425) by @overlookmotel🧪 Testing
Configuration
📅 Schedule: (UTC)
🚦 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 was generated by Mend Renovate. View the repository job log.