chore(deps): update devdependencies (non-major)#1423
Merged
Conversation
|
Contributor
size-limit report 📦
|
efd9544 to
fe14427
Compare
8ad1c2e to
afb81c8
Compare
0cdf18d to
01d42b7
Compare
ce6c8b5 to
d53a5c9
Compare
d53a5c9 to
8eaf5cc
Compare
lukasIO
approved these changes
Mar 28, 2025
svajunas-budrys
pushed a commit
to svajunas-budrys/client-sdk-js
that referenced
this pull request
Jun 17, 2025
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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:
7.26.0->7.26.107.26.0->7.26.92.27.11->2.28.128.0.2->28.0.316.0.0->16.0.115.10.2->15.11.73.4.2->3.5.34.29.1->4.37.02.1.0->2.2.00.27.6->0.28.11.4.0->1.5.05.7.2->5.8.2Release Notes
babel/babel (@babel/core)
v7.26.10Compare Source
👓 Spec Compliance
babel-parser🐛 Bug Fix
babel-parser,babel-templatebabel-corebabel-parser,babel-plugin-transform-typescriptbabel-traversebabel-generatorabstract override(@liuxingbaoyu)babel-parserbabel-helpers,babel-runtime,babel-runtime-corejs2,babel-runtime-corejs3💅 Polish
babel-standalone🏠 Internal
babel-parserv7.26.9Compare Source
🐛 Bug Fix
babel-typesTSPropertySignature.kind(@liuxingbaoyu)babel-generator,babel-types🏠 Internal
babel-types.tsfiles with explicit reexports to solve name conflicts (@nicolo-ribaudo)babel-core@types/gensyncin Babel 7 (@nicolo-ribaudo)v7.26.8Compare Source
v7.26.8 (2025-02-08)
🏠 Internal
babel-preset-envv7.26.7Compare Source
🐛 Bug Fix
babel-helpers,babel-preset-env,babel-runtime-corejs3babel-plugin-transform-typeof-symboltypeofin arrow functions (@liuxingbaoyu)babel-parserrangesoption in estree method value (@JLHwung)babel-corebabel-plugin-transform-typescriptbabel-plugin-transform-typescript,babel-traverse,babel-typesimport x = y.z(@liuxingbaoyu)changesets/changesets (@changesets/cli)
v2.28.1Compare Source
Patch Changes
b9df596]:v2.28.0Compare Source
Minor Changes
84a4a1bThanks @bennypowers! - Added a new config option to opt-out from formatting with Prettier usingprettier: false.Patch Changes
84a4a1b,84a4a1b]:v2.27.12Compare Source
Patch Changes
#1562
a0f87f1Thanks @Netail, @cefn! - Fixed changelog application when executing usingnpxand similar toolsUpdated dependencies [
a0f87f1]:rollup/plugins (@rollup/plugin-commonjs)
v28.0.32025-03-06
Bugfixes
__esModuleexport (#1850)rollup/plugins (@rollup/plugin-node-resolve)
v16.0.12025-03-11
Bugfixes
ignoreSideEffectsForRootto exported interface (#1841)capricorn86/happy-dom (happy-dom)
v15.11.7Compare Source
👷♂️ Patch fixes
History.pushState()andHistory.replaceState()- By @sohailalam2 in task #1621v15.11.6Compare Source
👷♂️ Patch fixes
window.TextEncoderandwindow.TextDecoder- By @iradonov in task #1611v15.11.5Compare Source
👷♂️ Patch fixes
HTMLSelectElementshould not dispatch "change" event when changing value or index - By @capricorn86 in task #1603v15.11.4Compare Source
👷♂️ Patch fixes
HTMLMeterElementandHTMLProgressElement- By @capricorn86 in task #1601v15.11.3Compare Source
👷♂️ Patch fixes
HTMLInputElement.value- By @capricorn86 in task #1604v15.11.2Compare Source
👷♂️ Patch fixes
v15.11.1Compare Source
👷♂️ Patch fixes
Document.activeElementis set to the wrong target when triggeringHTMLSelectElement.focus()- By @capricorn86 in task #1592HTMLSelectElementis aProxysince v15 andfocus()was setting the target of theProxyas the active element, but should set theProxyv15.11.0Compare Source
🎨 Features
:disabledpseudo-class in CSS and query selectors - By @capricorn86 in task #1159v15.10.8Compare Source
👷♂️ Patch fixes
BlobinFileReader.readAsArrayBuffer(),FileReader.readAsBinaryString(),FileReader.readAsDataURL()andFileReader.readAsText()- By @btea in task #1565v15.10.7Compare Source
👷♂️ Patch fixes
v15.10.6Compare Source
👷♂️ Patch fixes
URLobject) inLocation.assign()andLocation.replace()- By @silverwind in task #1568v15.10.5Compare Source
👷♂️ Patch fixes
<script>and<style>- By @BenjaminAster in task #1566v15.10.4Compare Source
👷♂️ Patch fixes
HTMLMediaElement.srcObjectproperty - By @ewesemann in task #1557v15.10.3Compare Source
👷♂️ Patch fixes
@happy-dom/jest-environment- By @aearly in task #1555prettier/prettier (prettier)
v3.5.3Compare Source
v3.5.2Compare Source
diff
Remove
module-synccondition (#17156 by @fisker)In Prettier 3.5.0, we added
module-synccondition topackage.json, so thatrequire("prettier")can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove themodule-synccondition, sorequire("prettier")will still use the CommonJS version, we'll revisit untilrequire(ESM)feature is more stable.v3.5.1Compare Source
diff
Fix CLI crash when cache for old version exists (#17100 by @sosukesuzuki)
Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.
Support dockercompose and github-actions-workflow in VSCode (#17101 by @remcohaszing)
Prettier now supports the
dockercomposeandgithub-actions-workflowlanguages in Visual Studio Code.v3.5.0Compare Source
diff
🔗 Release Notes
rollup/rollup (rollup)
v4.37.0Compare Source
2025-03-23
Features
exportkeyword (#5871)Bug Fixes
Pull Requests
v4.36.0Compare Source
2025-03-17
Features
renderDynamicImporthook to provide information about static dependencies of the imported module (#5870)Bug Fixes
Pull Requests
v4.35.0Compare Source
2025-03-08
Features
Pull Requests
v4.34.9Compare Source
2025-03-01
Bug Fixes
Pull Requests
v4.34.8Compare Source
2025-02-17
Bug Fixes
Pull Requests
v4.34.7Compare Source
2025-02-14
Bug Fixes
Pull Requests
v4.34.6Compare Source
2025-02-07
Bug Fixes
Pull Requests
v4.34.5Compare Source
2025-02-07
Bug Fixes
Pull Requests
v4.34.4Compare Source
2025-02-05
Bug Fixes
Pull Requests
v4.34.3Compare Source
2025-02-05
Bug Fixes
Pull Requests
v4.34.2Compare Source
2025-02-04
Bug Fixes
Pull Requests
v4.34.1Compare Source
2025-02-03
Bug Fixes
Pull Requests
v4.34.0Compare Source
2025-02-01
Features
Pull Requests
v4.33.0Compare Source
2025-02-01
Features
Bug Fixes
Pull Requests
v4.32.1Compare Source
2025-01-28
Bug Fixes
Pull Requests
v4.32.0Compare Source
2025-01-24
Features
Bug Fixes
Pull Requests
v4.31.0Compare Source
2025-01-19
Features
Bug Fixes
Pull Requests
v4.30.1Compare Source
2025-01-07
Bug Fixes
Pull Requests
v4.30.0Compare Source
2025-01-06
Features
Pull Requests
v4.29.2Compare Source
2025-01-05
Bug Fixes
import()expressions from CommonJS (#5781)Pull Requests
vladshcherbin/rollup-plugin-delete (rollup-plugin-delete)
v2.2.0Compare Source
Minor Changes
6689d79TypeStrong/TypeDoc (typedoc)
v0.28.1Compare Source
Features
TypeDocOptionsinterface now marks options as optional so it no longer has to be wrapped inPartialfor use in config files, #2901.
localStoragewithout clearing it, #2908.Bug Fixes
--watchcan now infer entry points frompackage.jsonas supported in non-watch mode, #2899.@includewith regions now works on files with CRLF line endings, #2902.module.exports = [], #2909../in relative links, #2910.Thanks!
v0.28.0Compare Source
Breaking Changes
/path separators, #2825.--entryPointStrategy mergemode now requires JSON from at least version 0.28.0.jptranslations fromlang, to migrate switch toja.intentionallyNotExportednow use a package name/package relative path instead of an absolute path for matching.source-ordersort ordering now considers package names / package relative paths instead of using the absolute paths to a file.package.jsonfile if--readmeis not setthis change improves handling of monorepo setups where some packages have readme files and others do not, #2875.
they are initialized with a function expression. TypeDoc can be instructed to convert them as functions
with the
@functiontag, #2881.to how interfaces are rendered, #2817.
API Breaking Changes
ProjectReflection.getReflectionFromSymbolandProjectReflection.getSymbolFromReflectionhave been moved toContextPathandPathArrayparameter types now always contain normalized paths.Routerwhich is used for URL creation.Reflection.url,Reflection.anchor, andReflection.hasOwnDocumenthave been removed.Deserializer.reviveProject(s)no longer accepts an option to add project documents.Deserializer.reviveProjectsnow requires analwaysCreateEntryPointModuleoption.Comment.serializeDisplayPartsno longer requires a serializer argument.ReflectionSymbolId.fileNameis now optional, TypeDoc now stores a combination of a package name and package relative path instead.The
fileNameproperty will be present when initially created, but is not serialized.DeclarationReflection.relevanceBoostattribute which was added for plugins, but never used.i18nproxy is no longer passed to many functions, instead, referencei18nexported from the module directly.ReflectionKind.singularStringandReflectionKind.pluralStringnow returns translated strings.The methods on
Internationalizationto do this previously have been removed.DefaultThemeRenderContext'stypeDeclarationandtypeDetailsIfUsefulmethods now require both a reflection and a type in order to support
@expandTypeFeatures
--routeroption which can be used to modify TypeDoc's output folderstructure. This can be extended with plugins, #2111.
@primaryExportmodifier tag to provide more fine grainedcontrol over export conversion order, #2856
packagesRequiringDocumentationoption forvalidation.notDocumented, TypeDoc will expect comments to be present for symbols in the specified packages.typedoc/browserentrypoint for parsing and using serialized JSON files, [#2528](https://redirect.github.com/TypeStrong/TypeDoc/Configuration
📅 Schedule: Branch creation - "before 6am on the first day of the month" (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.
This PR was generated by Mend Renovate. View the repository job log.