Skip to content

chore(deps): bump the npm-minor-patch group across 1 directory with 10 updates - #133

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-minor-patch-e404c56d65
Closed

chore(deps): bump the npm-minor-patch group across 1 directory with 10 updates#133
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-minor-patch-e404c56d65

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-minor-patch group with 10 updates in the / directory:

Package From To
@types/node 26.1.2 26.2.0
vite 8.2.0 8.2.1
@types/chrome 0.2.2 0.2.6
@typescript-eslint/eslint-plugin 8.65.0 8.67.0
@typescript-eslint/parser 8.65.0 8.67.0
antd 6.5.3 6.6.0
eslint 10.8.0 10.8.1
eslint-plugin-react-refresh 0.5.3 0.5.4
globals 17.8.0 17.11.0
dompurify 3.4.12 3.4.13

Updates @types/node from 26.1.2 to 26.2.0

Commits

Updates vite from 8.2.0 to 8.2.1

Release notes

Sourced from vite's releases.

plugin-legacy@8.2.1

Please refer to CHANGELOG.md for details.

v8.2.1

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

8.2.1 (2026-08-06)

Bug Fixes

  • build: make client chunkImportMap work with sharedPlugins: true (#23184) (15f0307)
  • bundled-dev: inject client script tag before chunk scripts (#23161) (eac0cc8)
  • css: don't re-run lightningcss visitor during minify (fix #23146) (#23147) (de041a7)
  • deps: update all non-major dependencies (#23136) (14454fd)
  • deps: update rolldown-related dependencies (#23070) (7ac6f7f)
  • don't mutate the user config when resolving the lib entry from the top-level input (#23135) (b4bf596)
  • handle shebang ending with uncommon line terminators (#23038) (17f7b2f)
  • server: use a random port when port is 0 (#23158) (fddf4ea)

Performance Improvements

Documentation

  • build: fix incomplete @default for build.minify (#23177) (ef02435)

Miscellaneous Chores

  • deps: update dependency rolldown-plugin-dts to ^0.28.0 (#23137) (4adc1e7)
  • deps: update dependency strip-literal to v4 (#23140) (9db65ce)

Code Refactoring

  • bundled-dev: avoid injecting server values in the bundle (#22967) (23b8a08)
  • bundled-dev: remove rolldown lazy stub module workaround (#23129) (e72036e)

Tests

Commits
  • 4216158 release: v8.2.1
  • fddf4ea fix(server): use a random port when port is 0 (#23158)
  • de041a7 fix(css): don't re-run lightningcss visitor during minify (fix #23146) (#23147)
  • 15f0307 fix(build): make client chunkImportMap work with sharedPlugins: true (#23184)
  • c2155fe test(bundled-dev): enable sourcemap playgrounds (#23080)
  • ef02435 docs(build): fix incomplete @default for build.minify (#23177)
  • eac0cc8 fix(bundled-dev): inject client script tag before chunk scripts (#23161)
  • 23b8a08 refactor(bundled-dev): avoid injecting server values in the bundle (#22967)
  • e72036e refactor(bundled-dev): remove rolldown lazy stub module workaround (#23129)
  • 14454fd fix(deps): update all non-major dependencies (#23136)
  • Additional commits viewable in compare view

Updates @types/chrome from 0.2.2 to 0.2.6

Commits

Updates @typescript-eslint/eslint-plugin from 8.65.0 to 8.67.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.67.0

8.67.0 (2026-08-10)

🚀 Features

  • typescript-eslint: export basic globs for using tseslint (#12105)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.66.0

8.66.0 (2026-08-03)

🚀 Features

  • typescript-estree: handle import.defer() as ImportExpression (#12609)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-conversion] ignore shadowed built-ins (#12590)
  • eslint-plugin: [prefer-nullish-coalescing] handle shadowed Boolean calls (#12591)
  • eslint-plugin: [no-useless-default-assignment] don't report defaults used by other overloads (#12607)
  • eslint-plugin: [no-unnecessary-type-parameters] check MappedType key remapping (#12588)
  • eslint-plugin: [class-literal-property-style] preserve type annotations and don't drop decorators (#12617)
  • website: list onUnsupportedTypeScriptVersion in parser options (#12585)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.67.0 (2026-08-10)

This was a version bump only for eslint-plugin 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.

8.66.0 (2026-08-03)

🩹 Fixes

  • eslint-plugin: [class-literal-property-style] preserve type annotations and don't drop decorators (#12617)
  • eslint-plugin: [no-unnecessary-type-parameters] check MappedType key remapping (#12588)
  • eslint-plugin: [no-useless-default-assignment] don't report defaults used by other overloads (#12607)
  • eslint-plugin: [prefer-nullish-coalescing] handle shadowed Boolean calls (#12591)
  • eslint-plugin: [no-unnecessary-type-conversion] ignore shadowed built-ins (#12590)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits
  • 20a261f chore(release): publish 8.67.0
  • 6dfe4d0 chore(eslint-plugin-internal): [plugin-test-formatting] enforce zero-indentat...
  • 3b155bb chore: use typescript 7 for typechecking (#12601)
  • e51b11b chore(release): publish 8.66.0
  • 20cb15e chore(eslint-plugin): split prefer-optional-chain.test.ts in multiple files (...
  • 780a8c5 docs(eslint-plugin): [member-ordering] add lacking commas in default member t...
  • 08dd427 fix(eslint-plugin): [class-literal-property-style] preserve type annotations ...
  • 6be25d3 fix(eslint-plugin): [no-unnecessary-type-parameters] check MappedType key rem...
  • 8826d0e fix(eslint-plugin): [no-useless-default-assignment] don't report defaults use...
  • 7aecc1c fix(eslint-plugin): [prefer-nullish-coalescing] handle shadowed Boolean calls...
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.65.0 to 8.67.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.67.0

8.67.0 (2026-08-10)

🚀 Features

  • typescript-eslint: export basic globs for using tseslint (#12105)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.66.0

8.66.0 (2026-08-03)

🚀 Features

  • typescript-estree: handle import.defer() as ImportExpression (#12609)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-conversion] ignore shadowed built-ins (#12590)
  • eslint-plugin: [prefer-nullish-coalescing] handle shadowed Boolean calls (#12591)
  • eslint-plugin: [no-useless-default-assignment] don't report defaults used by other overloads (#12607)
  • eslint-plugin: [no-unnecessary-type-parameters] check MappedType key remapping (#12588)
  • eslint-plugin: [class-literal-property-style] preserve type annotations and don't drop decorators (#12617)
  • website: list onUnsupportedTypeScriptVersion in parser options (#12585)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.67.0 (2026-08-10)

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.

8.66.0 (2026-08-03)

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.

Commits

Updates antd from 6.5.3 to 6.6.0

Release notes

Sourced from antd's releases.

6.6.0

  • 🔥 Add Listy component for high-performance virtualized lists with grouping, sticky headers, and imperative scrolling. #58724 @​aojunhao123
  • ConfigProvider
    • 🆕 Add ConfigProvider focusOutline theme token to control shared focus outlines across Input, Select, Rate, Steps, Splitter, and other components. #58647 #58708 @​QDyanbing
    • 🆕 Add ConfigProvider global variant configuration for Input.Search, Input.Password, and Input.OTP. #58784 @​QDyanbing
    • 🆕 Add ConfigProvider global mouseEnterDelay and mouseLeaveDelay configuration for Tooltip, Popover, and Popconfirm. #58892 @​EmilyyyLiu
  • 🌐 Localization
  • 🆕 Add Tree useTree for retrieving node paths and support scrollTo({ autoExpand: true }) to expand target nodes before scrolling. #58841 @​zombieJ
  • 🆕 Add FloatButton.BackTop showProgress to display the current scroll progress around the button. #58894 @​ZQDesigned
  • 🆕 Add Table expandable.forceRender to render expanded row content before its first expansion. #58860 @​nikzanda
  • 🆕 Add Pagination components.sizeChanger to customize the page-size changer, including in Table pagination. #58831 @​QDyanbing
  • 🆕 Add Mentions popupRender to customize suggestion dropdown rendering. #58582 @​EmilyyyLiu
  • 🆕 Add Tabs more.popupRender to customize the overflow dropdown content. #58651 @​EmilyyyLiu
  • 🆕 Add BorderBeam count to display multiple evenly distributed beams around the container border. #58691 @​meet-student
  • 🆕 Add Image preview.wheel to control mouse wheel zoom in preview. #58728 @​EmilyyyLiu
  • 🆕 Add Alert borderRadius component token to customize its corner radius. #57765 @​guoyunhe
  • 🆕 Add nativeElement ref support to Avatar.Group, Badge.Ribbon, Breadcrumb, Calendar, Card.Grid, Card.Meta, Carousel, Descriptions, Divider, Empty, FloatButton.Group, List.Item.Meta, QRCode, Result, Skeleton, Space.Compact, Spin, Splitter, Transfer, and Watermark. #58627 #58628 #58629 #58630 #58631 #58632 #58633 #58634 #58635 #58636 #58637 #58638 #58639 #58640 #58641 #58642 #58643 #58644 #58645 #58667 @​li-jia-nan
  • 🤖 Export missing public Props and Ref types for Alert, Carousel, Cascader, Masonry, Mentions, Radio, Slider, Statistic, Table, Tabs, Tooltip, and Upload. #58700 #58798 @​li-jia-nan
  • 🐞 Fix semantic style precedence for Calendar, ColorPicker, DatePicker, Divider, Dropdown, Input, Masonry, Popover, Popconfirm, QRCode, Space, Spin, Tag, TimePicker, Tooltip, Typography, Badge, Drawer, FloatButton, Image, Message, Modal, Notification, Steps, Timeline, Tour, and Upload when combining ConfigProvider and component-level style and styles settings. #58550 #58564 @​QDyanbing
  • Select
    • 🐞 Fix Select placeholder remaining visible when an ancestor is hidden. #58572 @​QDyanbing
    • 🐞 Fix Select clear icon showing a native button background in dark mode. #58928 @​zombieJ
  • 🐞 Fix Drawer close button remaining interactive when closable.disabled is enabled. #58853 @​QDyanbing
  • 🐞 Fix Carousel jumping to the first slide when children are dynamically added. #58845 @​EmilyyyLiu
  • 🐞 Fix Button layout shift when the loading animation starts. #58690 #58712 @​zombieJ
  • 🐞 Fix Typography ellipsis tooltip closing before users can interact with its popup, and improve its hover behavior around action buttons. #58661 #58722 @​zombieJ
  • 💄 Improve Select, Tree, and Table virtual scrollbar track feedback, and support clicking the Table scrollbar track to jump. #58625 #58658 @​QDyanbing

  • 🔥 新增 Listy 高性能虚拟列表组件,支持分组、吸顶标题和命令式滚动。#58724 @​aojunhao123
  • ConfigProvider
    • 🆕 新增 ConfigProvider 主题 Token focusOutline,用于统一控制 Input、Select、Rate、Steps、Splitter 等组件的聚焦描边。#58647 #58708 @​QDyanbing
    • 🆕 新增 ConfigProvider 全局配置 Input.Search、Input.Password 和 Input.OTP variant 的能力。#58784 @​QDyanbing
    • 🆕 新增 ConfigProvider 对 Tooltip、Popover 和 Popconfirm mouseEnterDelaymouseLeaveDelay 的全局配置支持。#58892 @​EmilyyyLiu
  • 🌐 国际化
  • 🆕 新增 Tree useTree 以获取节点路径,并支持 scrollTo({ autoExpand: true }) 在滚动前自动展开目标节点。#58841 @​zombieJ
  • 🆕 新增 FloatButton.BackTop showProgress,用于在按钮边缘展示当前滚动进度。#58894 @​ZQDesigned
  • 🆕 新增 Table expandable.forceRender,支持在首次展开前渲染展开行内容。#58860 @​nikzanda
  • 🆕 新增 Pagination components.sizeChanger,支持自定义每页条数切换器,并可用于 Table 分页。#58831 @​QDyanbing
  • 🆕 新增 Mentions popupRender 属性,支持自定义建议下拉菜单的渲染。#58582 @​EmilyyyLiu
  • 🆕 新增 Tabs more.popupRender,支持自定义折叠下拉菜单内容。#58651 @​EmilyyyLiu
  • 🆕 新增 BorderBeam count 属性,支持在容器边缘显示多条均匀分布的流光。#58691 @​meet-student
  • 🆕 新增 Image preview.wheel 属性,用于控制预览时是否启用鼠标滚轮缩放。#58728 @​EmilyyyLiu
  • 🆕 新增 Alert borderRadius 组件 Token,用于自定义圆角。#57765 @​guoyunhe
  • 🆕 新增 Avatar.Group、Badge.Ribbon、Breadcrumb、Calendar、Card.Grid、Card.Meta、Carousel、Descriptions、Divider、Empty、FloatButton.Group、List.Item.Meta、QRCode、Result、Skeleton、Space.Compact、Spin、Splitter、Transfer 和 Watermark 的 nativeElement ref,用于访问各自的根 DOM 元素。#58627 #58628 #58629 #58630 #58631 #58632 #58633 #58634 #58635 #58636 #58637 #58638 #58639 #58640 #58641 #58642 #58643 #58644 #58645 #58667 @​li-jia-nan
  • 🤖 补充导出 Alert、Carousel、Cascader、Masonry、Mentions、Radio、Slider、Statistic、Table、Tabs、Tooltip 和 Upload 缺失的公开 Props 与 Ref 类型。#58700 #58798 @​li-jia-nan
  • 🐞 修复 Calendar、ColorPicker、DatePicker、Divider、Dropdown、Input、Masonry、Popover、Popconfirm、QRCode、Space、Spin、Tag、TimePicker、Tooltip、Typography、Badge、Drawer、FloatButton、Image、Message、Modal、Notification、Steps、Timeline、Tour 和 Upload 同时使用 ConfigProvider 与组件级 stylestyles 时的语义样式优先级。#58550 #58564 @​QDyanbing
  • Select
    • 🐞 修复 Select 占位文本在祖先元素隐藏时仍然可见的问题。#58572 @​QDyanbing

... (truncated)

Changelog

Sourced from antd's changelog.

6.6.0

2026-08-10

  • 🔥 Add Listy component for high-performance virtualized lists with grouping, sticky headers, and imperative scrolling. #58724 @​aojunhao123
  • ConfigProvider
    • 🆕 Add ConfigProvider focusOutline theme token to control shared focus outlines across Input, Select, Rate, Steps, Splitter, and other components. #58647 #58708 @​QDyanbing
    • 🆕 Add ConfigProvider global variant configuration for Input.Search, Input.Password, and Input.OTP. #58784 @​QDyanbing
    • 🆕 Add ConfigProvider global mouseEnterDelay and mouseLeaveDelay configuration for Tooltip, Popover, and Popconfirm. #58892 @​EmilyyyLiu
  • 🌐 Localization
  • 🆕 Add Tree useTree for retrieving node paths and support scrollTo({ autoExpand: true }) to expand target nodes before scrolling. #58841 @​zombieJ
  • 🆕 Add FloatButton.BackTop showProgress to display the current scroll progress around the button. #58894 @​ZQDesigned
  • 🆕 Add Table expandable.forceRender to render expanded row content before its first expansion. #58860 @​nikzanda
  • 🆕 Add Pagination components.sizeChanger to customize the page-size changer, including in Table pagination. #58831 @​QDyanbing
  • 🆕 Add Mentions popupRender to customize suggestion dropdown rendering. #58582 @​EmilyyyLiu
  • 🆕 Add Tabs more.popupRender to customize the overflow dropdown content. #58651 @​EmilyyyLiu
  • 🆕 Add BorderBeam count to display multiple evenly distributed beams around the container border. #58691 @​meet-student
  • 🆕 Add Image preview.wheel to control mouse wheel zoom in preview. #58728 @​EmilyyyLiu
  • 🆕 Add Alert borderRadius component token to customize its corner radius. #57765 @​guoyunhe
  • 🆕 Add nativeElement ref support to Avatar.Group, Badge.Ribbon, Breadcrumb, Calendar, Card.Grid, Card.Meta, Carousel, Descriptions, Divider, Empty, FloatButton.Group, List.Item.Meta, QRCode, Result, Skeleton, Space.Compact, Spin, Splitter, Transfer, and Watermark. #58627 #58628 #58629 #58630 #58631 #58632 #58633 #58634 #58635 #58636 #58637 #58638 #58639 #58640 #58641 #58642 #58643 #58644 #58645 #58667 @​li-jia-nan
  • 🤖 Export missing public Props and Ref types for Alert, Carousel, Cascader, Masonry, Mentions, Radio, Slider, Statistic, Table, Tabs, Tooltip, and Upload. #58700 #58798 @​li-jia-nan
  • 🐞 Fix semantic style precedence for Calendar, ColorPicker, DatePicker, Divider, Dropdown, Input, Masonry, Popover, Popconfirm, QRCode, Space, Spin, Tag, TimePicker, Tooltip, Typography, Badge, Drawer, FloatButton, Image, Message, Modal, Notification, Steps, Timeline, Tour, and Upload when combining ConfigProvider and component-level style and styles settings. #58550 #58564 @​QDyanbing
  • Select
    • 🐞 Fix Select placeholder remaining visible when an ancestor is hidden. #58572 @​QDyanbing
    • 🐞 Fix Select clear icon showing a native button background in dark mode. #58928 @​zombieJ
  • 🐞 Fix Drawer close button remaining interactive when closable.disabled is enabled. #58853 @​QDyanbing
  • 🐞 Fix Carousel jumping to the first slide when children are dynamically added. #58845 @​EmilyyyLiu
  • 🐞 Fix Button layout shift when the loading animation starts. #58690 #58712 @​zombieJ
  • 🐞 Fix Typography ellipsis tooltip closing before users can interact with its popup, and improve its hover behavior around action buttons. #58661 #58722 @​zombieJ
  • 💄 Improve Select, Tree, and Table virtual scrollbar track feedback, and support clicking the Table scrollbar track to jump. #58625 #58658 @​QDyanbing

6.5.4

2026-08-07

  • 🐞 Fix Alert not showing the close button when the closable configuration object only contains onClose. #58885 @​QDyanbing
  • 🐞 Fix Checkbox.Group crashing when options contains nullish entries or values. #58879 @​GuillaumeZ2SS
  • 🐞 Fix App emitting an unnecessary CSS variable warning with component={false}, while warning when root props cannot be applied in this mode. #58877 @​li-jia-nan
  • 🐞 Fix Table selecting disabled rows on other pages when selecting all data. #58843 @​QDyanbing
  • 🐞 Fix Transfer deselect-all behavior after filtering. #58844 @​thlovey
  • 🐞 Fix DatePicker RangePicker semantic callbacks not receiving forwarded props. #58905 @​QDyanbing
  • 💄 Fix FloatButton.BackTop scroll animation not respecting prefers-reduced-motion. #58849 @​li-jia-nan
  • 💄 Fix bare <svg> icons from third-party icon libraries being misaligned, missing spacing, or breaking onto separate lines in Breadcrumb, Collapse, Segmented, Tabs, and Tag. #58862 #58868 #58869 #58870 @​mohamedkhaled4053
  • 💄 Fix AutoComplete disabled text not using the disabled text color. #58838 @​lazerg
  • 🤖 Fix Tour exposing unusable per-step indicatorsRender and actionsRender TypeScript definitions. #58859 @​lazerg
Commits
  • 6e2124c docs: add changelog for 6.6.0 (#58929)
  • 39beb68 fix(Select): remove native clear button background (#58928)
  • 71653ca chore: auto merge branches (#58927)
  • b1a1f8b chore: auto merge branches (#58924)
  • 1c3e169 Merge branch master into feature-merge-master
  • 41ba18c chore(deps): update nearform-actions/github-action-notify-twitter digest to 4...
  • 79547bc chore(deps): update dependency eslint to v10.8.1 (#58919)
  • 7a066b1 chore(deps): update dependency @​antfu/eslint-config to ~9.3.0 (#58920)
  • 1b314a3 chore(deps): update dependency @​types/jsdom to v30 (#58921)
  • abfbb2d chore(deps): update dependency motion to v13 (#58922)
  • Additional commits viewable in compare view

Updates eslint from 10.8.0 to 10.8.1

Release notes

Sourced from eslint's releases.

v10.8.1

Bug Fixes

  • 18eb0a7 fix: prevent ASI hazard in no-unused-labels autofix (#21173) (dongkyu lee)
  • 151ba3f fix: false positives in getter-return and accessor-pairs (#21163) (Grit)
  • 6898df9 fix: ignore meta-property names in id-denylist (#21166) (Pixel)
  • 4d7db66 fix: ignore meta-property names in id-match (#21167) (Pixel)
  • 677214e fix: handle ASI hazards in no-unused-vars removeVar suggestion (#20935) (kuldeep kumar)

Documentation

  • 7d0cbf8 docs: Update README (GitHub Actions Bot)
  • 0a05812 docs: add missing backticks to no-duplicate-imports.js (#21183) (Lee Daeun)
  • 678c90b docs: Update README (GitHub Actions Bot)
  • 8a10424 docs: Update README (GitHub Actions Bot)
  • 69bb948 docs: Update README (GitHub Actions Bot)

Chores

  • 0a14800 chore: update github/codeql-action action to v4.37.4 (#21196) (renovate[bot])
  • 05adcb1 test: fix failing ecosystem test for eslint-plugin-unicorn (#21191) (Lazizbek Ergashev)
  • 5611035 test: add error locations info to no-void (#21185) (Lee Daeun)
  • ee47333 ci: bump github/codeql-action from 4 to 4.37.3 (#21176) (dependabot[bot])
  • f131c03 chore: improve ecosystem test failure reporting (#20937) (crimsonjay0)
  • 1f6edde chore: update ecosystem plugins (#21182) (ESLint Bot)
  • d3266fb chore: unpin webpack dependency (#21172) (Francesco Trotta)
  • 65a6519 chore: add allowScripts field to package.json (#21092) (GiHoon Noh)
  • 22e5256 ci: add triage:no label to Dependabot PRs (#21141) (lumir)
  • 55c9038 ci: bump actions/labeler from 6 to 7 (#21159) (dependabot[bot])
  • 7280e78 chore: update dependency prettier to v3.9.6 (#21162) (renovate[bot])
  • eddbad6 test: fix failing ecosystem test for eslint-plugin-unicorn (#21156) (Francesco Trotta)
  • 60a178d chore: update ecosystem plugins (#21150) (ESLint Bot)
  • f9f61dc test: add error locations to no-unreachable (#21151) (JIYEON)
  • d086293 test: add error locations to no-undef (#21147) (JIYEON)
  • cc01b67 test: add error locations to no-useless-catch (#21144) (devoil)
  • 688e75e chore: add missing backticks in JSDoc (#21143) (Bo Hyun Kim)
  • 7c1e175 test: add error locations to require-await (#21145) (Grit)
  • 588a26d test: add error locations to no-extra-label (#21139) (dongkyu lee)
  • 059aa89 test: add error locations to no-useless-concat (#21140) (dongkyu lee)
  • 5a452a8 test: add error locations to no-const-assign (#21138) (dongkyu lee)
Commits

Updates eslint-plugin-react-refresh from 0.5.3 to 0.5.4

Release notes

Sourced from eslint-plugin-react-refresh's releases.

v0.5.4

  • Add instant to allowExportNames in Next config #112
Changelog

Sourced from eslint-plugin-react-refresh's changelog.

0.5.4

  • Add instant to allowExportNames in Next config

…0 updates

Bumps the npm-minor-patch group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.1.2` | `26.2.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.2.0` | `8.2.1` |
| [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome) | `0.2.2` | `0.2.6` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.65.0` | `8.67.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.65.0` | `8.67.0` |
| [antd](https://github.com/ant-design/ant-design) | `6.5.3` | `6.6.0` |
| [eslint](https://github.com/eslint/eslint) | `10.8.0` | `10.8.1` |
| [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.5.3` | `0.5.4` |
| [globals](https://github.com/sindresorhus/globals) | `17.8.0` | `17.11.0` |
| [dompurify](https://github.com/cure53/DOMPurify) | `3.4.12` | `3.4.13` |



Updates `@types/node` from 26.1.2 to 26.2.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `vite` from 8.2.0 to 8.2.1
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.2.1/packages/vite)

Updates `@types/chrome` from 0.2.2 to 0.2.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chrome)

Updates `@typescript-eslint/eslint-plugin` from 8.65.0 to 8.67.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.67.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.65.0 to 8.67.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.67.0/packages/parser)

Updates `antd` from 6.5.3 to 6.6.0
- [Release notes](https://github.com/ant-design/ant-design/releases)
- [Changelog](https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md)
- [Commits](ant-design/ant-design@6.5.3...6.6.0)

Updates `eslint` from 10.8.0 to 10.8.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.8.0...v10.8.1)

Updates `eslint-plugin-react-refresh` from 0.5.3 to 0.5.4
- [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases)
- [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md)
- [Commits](ArnaudBarre/eslint-plugin-react-refresh@v0.5.3...v0.5.4)

Updates `globals` from 17.8.0 to 17.11.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v17.8.0...v17.11.0)

Updates `dompurify` from 3.4.12 to 3.4.13
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](cure53/DOMPurify@3.4.12...3.4.13)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 26.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: vite
  dependency-version: 8.2.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: "@types/chrome"
  dependency-version: 0.2.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.67.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.67.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: antd
  dependency-version: 6.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: eslint
  dependency-version: 10.8.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: eslint-plugin-react-refresh
  dependency-version: 0.5.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: globals
  dependency-version: 17.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: dompurify
  dependency-version: 3.4.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 17, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 24, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/npm-minor-patch-e404c56d65 branch August 24, 2026 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants