fix(deps): update frontend dependencies#521
Open
renovate-sh-app[bot] wants to merge 1 commit into
Open
Conversation
ba654fd to
9deb37b
Compare
8286434 to
213e4f5
Compare
f9877ea to
d7aba81
Compare
72d97f7 to
ba548eb
Compare
| datasource | package | from | to | | ---------- | -------------------------------- | ------------------ | ------- | | npm | @grafana/assistant | 0.1.24 | 0.1.25 | | npm | @grafana/data | 13.1.0-25893932881 | 13.1.0 | | npm | @grafana/e2e-selectors | 13.1.0-25893932881 | 13.1.0 | | npm | @grafana/google-sdk | 0.6.0 | 0.6.1 | | npm | @grafana/i18n | 13.1.0-25893932881 | 13.1.0 | | npm | @grafana/plugin-e2e | 3.8.0 | 3.9.1 | | npm | @grafana/plugin-ui | 0.13.1 | 0.16.0 | | npm | @grafana/runtime | 13.1.0-25893932881 | 13.1.0 | | npm | @grafana/schema | 13.1.0-25893932881 | 13.1.0 | | npm | @grafana/tsconfig | 2.1.0 | 2.2.0 | | npm | @grafana/ui | 13.1.0-25893932881 | 13.1.0 | | npm | @playwright/test | 1.60.0 | 1.61.1 | | npm | @swc/core | 1.15.40 | 1.15.43 | | npm | @types/node | 25.9.1 | 25.9.4 | | npm | @types/react | 18.3.28 | 18.3.31 | | npm | @typescript-eslint/eslint-plugin | 8.60.0 | 8.62.0 | | npm | @typescript-eslint/parser | 8.60.0 | 8.62.0 | | npm | cspell | 10.0.0 | 10.0.1 | | npm | eslint-plugin-jsdoc | 63.0.0 | 63.0.9 | | npm | prettier | 3.8.3 | 3.8.5 | | npm | sass | 1.100.0 | 1.101.0 | | npm | webpack | 5.107.2 | 5.108.1 | | npm | webpack-cli | 7.0.3 | 7.1.0 | | npm | @yarnpkg/cli | 4.15.0 | 4.17.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
ba548eb to
040d457
Compare
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:
0.1.24→0.1.2513.1.0-25893932881→13.1.013.1.0-25893932881→13.1.00.6.0→0.6.113.1.0-25893932881→13.1.03.8.0→3.9.10.13.1→0.16.013.1.0-25893932881→13.1.013.1.0-25893932881→13.1.02.1.0→2.2.013.1.0-25893932881→13.1.01.60.0→1.61.11.15.40→1.15.4325.9.1→25.9.418.3.28→18.3.318.60.0→8.62.08.60.0→8.62.010.0.0→10.0.163.0.0→63.0.93.8.3→3.8.51.100.0→1.101.05.107.2→5.108.17.0.3→7.1.04.15.0→4.17.0Release Notes
grafana/grafana-assistant-app (@grafana/assistant)
v0.1.25Compare Source
chatIdparameter toopenAssistant()— when set, sends the prompt as a follow-up message into the specified existing conversation instead of creating a new oneInvestigationCreatedEvent,emitInvestigationCreated,onInvestigationCreated) while a replacement investigation integration is designeduseInlineAssistantsurfacing[object Object]instead of the real backend error message — errors are now properly extracted before being exposed via the hook'serrorgrafana/grafana (@grafana/data)
v13.1.0grafana/grafana (@grafana/e2e-selectors)
v13.1.0grafana/grafana-google-sdk-react (@grafana/google-sdk)
v0.6.1Compare Source
grafana/grafana (@grafana/i18n)
v13.1.0grafana/plugin-tools (@grafana/plugin-e2e)
v3.9.1Compare Source
Bug Fixes
v3.9.0Compare Source
🐛 Bug Fix
Authors: 1
grafana/plugin-ui (@grafana/plugin-ui)
v0.16.0Compare Source
v0.15.1Compare Source
reactandreact-domback topeerDependencies; omitting them caused the Rollup build to inline a second copy of React into the published bundle, breaking all hook calls in plugins that consume this package.v0.15.0Compare Source
@grafana/*dependencies incorrectly listed asdependenciesinstead ofdevDependenciesv0.14.0Compare Source
@grafana/async-query-datapackage from https://github.com/grafana/grafana-async-query-data-jsgrafana/grafana (@grafana/runtime)
v13.1.0grafana/grafana (@grafana/schema)
v13.1.0grafana/plugin-tools (@grafana/tsconfig)
v2.2.0Compare Source
grafana/grafana (@grafana/ui)
v13.1.0microsoft/playwright (@playwright/test)
v1.61.1Compare Source
Bug Fixes
v1.61.0Compare Source
🔑 WebAuthn passkeys
New Credentials virtual authenticator, available via browserContext.credentials, lets tests register passkeys and answer
navigator.credentials.create()/navigator.credentials.get()ceremonies in the page — no real hardware key required, works in all browsers:You can also let the app register a passkey once in a setup test, read it back with credentials.get(), and seed it into later tests — see Credentials for details.
🗃️ Web Storage
New WebStorage API, available via page.localStorage and page.sessionStorage, reads and writes the page's storage for the current origin:
New APIs
Network
Browser and Screencast
artifactsDirin browserType.connectOverCDP() controls where artifacts such as traces and downloads are stored when attached to an existing browser.cursorin screencast.showActions() controls the cursor decoration rendered for pointer actions.onFramecallback in screencast.start() now receives atimestampof when the frame was presented by the browser.Test runner
trace: new'on-all-retries','retain-on-first-failure'and'retain-on-failure-and-retries'values. See the video modes table for which runs are recorded and kept in each mode.expect.soft.poll(...).process.argvfrom the runner process, handy for reading custom arguments passed after the--separator.AggregateErroras a separate entry.-Gcommand line shorthand for--grep-invert.🛠️ Other improvements
Browser Versions
This version was also tested against the following stable channels:
swc-project/swc (@swc/core)
v1.15.43Compare Source
Bug Fixes
(es/es2022) Correct scope for private property brand checks (#11953) (fb5afa2)
(es/minifier) Preserve
cookedwhen concatenating template literals (#11939) (a7244a6)(es/minifier) Gate Number(x) -> +x on unsafe flag (#11944) (#11949) (6176019)
(es/parser) Parse Flow bare renders types (#11929) (a71c8eb)
(es/parser) Allow no-default builds (#11956) (baab240)
(es/react-compiler) Skip TypeScript
thispseudo-params in scope collector (#11940) (9066c43)(es/react-compiler) Scope ClassStaticBlock and TsModuleBlock as var boundaries (#11943) (1ee74a0)
(react-compiler) Avoid reporting non-fatal success errors as diagnostics (#11951) (cb4cb23)
(react-compiler) React compiler AST conversion for wrapped assignment targets (#11952) (fc9b453)
(react-compiler) Disable parser default features (#11957) (75ddb28)
Documentation
Features
(es/react-compiler) Add React Compiler (#11917) (b182fbd)
(swc) Gate react compiler re-export (#11941) (dcc0f2d)
Miscellaneous Tasks
Refactor
(es/react-compiler) Preserve TS metadata during AST roundtrip (#11950) (9c4dec3)
Remove production tracing hooks (#11945) (0dffdc4)
v1.15.41Compare Source
Bug Fixes
(bindings/node) Preserve source context for AST transforms (#11920) (b6dfa74)
(es/codegen) Emit
export as namespacecorrectly (#11923) (4e1f832)(es/codegen) Emit
export as namespaceminified correctly (#11924) (7157499)(es/compat) Rewrite this in destructuring defaults (#11909) (68af779)
(es/decorators) Delay 2022 decorator initializers after private fields (#11847) (3f1a4f5)
(es/decorators) Handle import types in decorator metadata (#11916) (f411429)
(es/fixer) Preserve new tagged template callee parens (#11922) (242a03a)
(es/minifier) Handle unknown member props (#11927) (e59ba68)
(es/parser) Handle Flow async generic arrows (#11926) (b9b8993)
(es/renamer) Avoid duplicate mangled names across eval scope boundaries (#11913) (4a1af84)
(plugin) Avoid importing __free from env (#11908) (4584296)
(swc) Preserve plugin error context (#11904) (4e2e9fc)
(swc_common) Fix sourcemap panic for multibyte mapping positions (#11918) (40c1601)
Documentation
Performance
Lazily compute source file hashes (#11879) (a3cfbd7)
Optimize Atom equality (#11902) (c6f8cb0)
Revert
(es/decorators) Revert decorator initializer ordering (#11901) (a3f23b1)
(swc_common) Revert sourcemap multibyte mapping clamp (#11919) (08b4200)
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.62.0Compare Source
🚀 Features
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.61.1Compare Source
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.61.0Compare Source
🚀 Features
UnaryExpression.prefixto alwaystrue(#12372)❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.60.1Compare Source
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.62.0Compare Source
🚀 Features
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.61.1Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.61.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.60.1Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
streetsidesoftware/cspell (cspell)
v10.0.1Compare Source
Fixes
fix(cli): ignore closed readline after stdin (#8862)
fix(cli): ignore closed readline after stdin (#8862)
gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)
v63.0.9Compare Source
Bug Fixes
check-template-names,require-template,valid-types: keep commas inside@templatedefault values (0980b71)v63.0.8Compare Source
Bug Fixes
check-template-names: detect template usage in@augments/@extends/@implementstypes (208079f)v63.0.7Compare Source
Bug Fixes
no-undefined-types: predefine Iterable/Iterator types; fixes #1712 (804a13d)v63.0.6Compare Source
Bug Fixes
iterateAllJsdocsfree comments after each file (ebe0d08)v63.0.5Compare Source
Bug Fixes
no-undefined-types: check descendant scopes for variables; fixes #1704 (a50f71f)v63.0.4Compare Source
Bug Fixes
v63.0.3Compare Source
Bug Fixes
no-undefined-types: treat TS module vars as defined; fixes #1701 (d8f4738)v63.0.2Compare Source
Bug Fixes
v63.0.1Compare Source
Bug Fixes
empty-tags: preserve start and ending delimiters to avoid erros with single-line tags; fixes #1697 (938a1f0)prettier/prettier (prettier)
v3.8.5Compare Source
diff
Flow: Support
readonlyas a variance annotation (#19022 by @marcoww6)Flow now accepts
readonlyas a property variance annotation, equivalent to+(covariant/read-only).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.
sass/dart-sass (sass)
v1.101.0Compare Source
supports resolving import-only variants of Sass files declared in the
exports,sass, andstylefields ofpackage.json. Previously, thesefiles were ignored even when loaded via
@import, so any code relying onloading module-system-only files this way may break.
webpack/webpack (webpack)
v5.108.1Compare Source
Patch Changes
Fix invalid property access for escaped namespace imports with multi-character mangled export names. (by @xiaoxiaojx in #21280)
Add frames to ProfilingPlugin TracingStartedInBrowser event so the trace loads in Chrome DevTools. (by @alexander-akait in #21269)
v5.108.0Compare Source
Minor Changes
Treat top-level await and
import.metaas ES module markers, matching Node.js syntax detection so no explicit module type is needed. (by @alexander-akait in #21218)Add a
buntarget that emits ESM and externalizesbun:*and node.js built-in modules. (by @alexander-akait in #21248)Support CommonJS reexports via
Object.definePropertyvalue and getter descriptors. (by @alexander-akait in #21129)Support JSON Schema
constwhen generating CLI flags from a schema. (by @alexander-akait in #21087)Support JSON Schema
if/then/elsewhen generating CLI flags from a schema. (by @alexander-akait in #21087)Skip import specifiers,
require()andimport()calls in dead conditional branches gated by inlined imported constants (isDEV ? A : B), evaluated viagetCondition. (by @hai-x in #21136)CSS
localIdentName[hash]now resolves to the local ident hash (matching css-loader); use[modulehash]for the module hash. (by @alexander-akait in #21259)Add CSS parser
asoption and resolveurl()inside HTMLstyleattributes. (by @alexander-akait in #21157)Add dedicated module classes for all built-in module types. (by @alexander-akait in #21164)
Support
.html/.cssfor the default./srcentry under the html/css experiments. (by @alexander-akait in #21039)Add
defineConfighelper for typed configuration files. (by @alexander-akait in #21169)Add a
denotarget (with versions, e.g.deno,deno2,deno1.40) that emits ESM, resolves node.js built-ins via the requirednode:specifier, and keeps Deno's own import protocols (npm:,jsr:,node:,http(s)://) external. (by @alexander-akait in #21247)Use
module-importfor electron externals when the target supports ESM. (by @alexander-akait in #21184)Add
output.environment.logicalAssignmentto emit||=in runtime code when the target supports logical assignment operators. (by @bjohansebas in #21219)Resolve and rewrite asset URLs inside
<iframe srcdoc>in HTML modules. (by @bjohansebas in #21226)Add HMR support for HTML modules with body/title DOM patching on update. (by @alexander-akait in #21011)
Add
css-urlhtml source type extractingurl()references from CSS-valued attributes. (by @alexander-akait in #21250)Add
module.parser.html.sourcesoption to disable or customize URL-attribute extraction for HTML modules, withscript/script-module/stylesheet/stylesheet-inlinetypes for custom attributes (by @alexander-akait in #21022)Add
module.parser.html.templateoption to transform HTML module source before parsing. (by @alexander-akait in #21055)Extract more source URLs in HTML modules (SVG, legacy and obsolete attributes). (by @alexander-akait in #21241)
Inline
export default <const>when the default-exported value is a primitive constant. (by @hai-x in #21189)Support
optimization.inlineExportsfor better tree-shaking. (by @hai-x in #20973)Re-encode inline hash digests (
[contenthash]/[chunkhash]/[fullhash]/[modulehash]) from the full content hash, so they carry full entropy and work underoptimization.realContentHashand in dynamically-loaded chunk filenames; also preserve leading zero bytes in base-N digests. (by @alexander-akait in #21267)Allow tree-shaking unused calls to
/*#__NO_SIDE_EFFECTS__*/-annotated (pure) exports across module boundaries. (by @hai-x in #20907)Defer building unused re-export targets of side-effect-free barrel modules. (by @hai-x in #21165)
Keep export mangling enabled for modules whose namespace object is used as a whole value, by materializing a decoupled namespace object that keeps the original export names. (by @alexander-akait in #21234)
Add
output.environment.letoption (paired with target'sletcapability) and emitlet/constinstead ofvarin generated runtime code wherever it is safe. Bindings that may be wrapped in runtime-conditionifblocks (harmony imports, ConcatenatedModule external imports) continue to usevarto preserve function scoping. (by @alexander-akait in #21010)Add
output.htmlto emit an HTML file per entrypoint, injecting its JS/CSS chunks (includingdependOnshared chunks). (by @alexander-akait in #21215)Add
module.parser.javascript.pureFunctionsto mark top-level names as side-effect-free for tree shaking. (by @hai-x in #21063)Add
universaltocompiler.platform, true for universal targets ("universal"or["web", "node"]). (by @bjohansebas in #21252)Add
output.strictModuleResolutionto gate the runtimeMODULE_NOT_FOUNDguard. (by @hai-x in #21067)Support an inline digest in hash path placeholders, e.g.
[contenthash:base64:8]. (by @alexander-akait in #21259)Support
[uniqueName]and its[uniquename]alias in template paths. (by @alexander-akait in #21155)Support CSS in Node for universal targets, collecting styles for SSR. (by @alexander-akait in #21208)
Improve commonjs, node-commonjs and global externals for universal targets. (by @alexander-akait in #21187)
Add a
universaltarget preset (browser + web worker + Node.js + Electron + NW.js) that always outputs ECMAScript modules. (by @alexander-akait in #21214)Support
new Worker(new URL(...))in universal (node + web) targets by resolving the Worker constructor fromworker_threadswhen no globalWorkerexists. (by @alexander-akait in #21195)Add
output.workerChunkFilenameandentry.workerfor worker chunk filenames. (by @alexander-akait in #21128)Patch Changes
Configuration
📅 Schedule: (in timezone UTC)
* 0-3 * * 1)🚦 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.
Need help?
You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.