Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 21, 2025

Bumps the npm-deps group with 10 updates:

Package From To
dompurify 3.2.6 3.2.7
filesize 11.0.2 11.0.13
fs-extra 11.3.1 11.3.2
@types/chrome 0.1.11 0.1.12
eslint 9.35.0 9.36.0
eslint-plugin-jsdoc 57.0.8 60.1.0
googleapis 159.0.0 160.0.0
puppeteer 24.20.0 24.22.0
typescript-eslint 8.43.0 8.44.0
web-ext 8.9.0 8.10.0

Updates dompurify from 3.2.6 to 3.2.7

Release notes

Sourced from dompurify's releases.

DOMPurify 3.2.7

  • Added new attributes and elements to default allow-list, thanks @​elrion018
  • Added tagName parameter to custom element attributeNameCheck, thanks @​nelstrom
  • Added better check for animated href attributes, thanks @​llamakko
  • Updated and improved the bundled types, thanks @​ssi02014
  • Updated several tests to better align with new browser encoding behaviors
  • Improved the handling of potentially risky content inside CDATA elements, thanks @​securityMB & @​terjanq
  • Improved the regular expression for raw-text elements to cover textareas, thanks @​securityMB & @​terjanq
Commits
  • eaa0bdb Merge pull request #1144 from cure53/main
  • f712593 fix: removed a possibly dossy regex
  • eb9b3b6 Merge branch 'main' of github.com:cure53/DOMPurify
  • ce006f7 chore: Preparing 3.2.7 release
  • ef0e0cb chore: Preparing 3.2.6 release
  • 2f09cd3 Update README.md
  • 6a795bc Merge pull request #1142 from cure53/dependabot/github_actions/actions/setup-...
  • 2458bbd build(deps): bump actions/setup-node from 4 to 5
  • e43d3f3 Merge pull request #1136 from cure53/dependabot/github_actions/actions/checko...
  • 6f5be37 build(deps): bump actions/checkout from 4 to 5
  • Additional commits viewable in compare view

Updates filesize from 11.0.2 to 11.0.13

Changelog

Sourced from filesize's changelog.

11.0.13

  • Fixing links in the README.md header bbe910f

11.0.12

21 September 2025

  • Version bump, updating CHANGELOG.md 88edbb0
  • Fixing README.md 096b755

11.0.11

21 September 2025

11.0.10

19 September 2025

11.0.9

19 September 2025

11.0.8

19 September 2025

11.0.7

19 September 2025

11.0.6

... (truncated)

Commits

Updates fs-extra from 11.3.1 to 11.3.2

Changelog

Sourced from fs-extra's changelog.

11.3.2 / 2025-09-15

  • Fix spurrious UnhandledPromiseRejectionWarning that could occur when calling .copy() in some cases (#1056, #1058)
Commits

Updates @types/chrome from 0.1.11 to 0.1.12

Commits

Updates eslint from 9.35.0 to 9.36.0

Release notes

Sourced from eslint's releases.

v9.36.0

Features

  • 47afcf6 feat: correct preserve-caught-error edge cases (#20109) (Francesco Trotta)

Bug Fixes

  • 75b74d8 fix: add missing rule option types (#20127) (ntnyq)
  • 1c0d850 fix: update eslint-all.js to use Object.freeze for rules object (#20116) (루밀LuMir)
  • 7d61b7f fix: add missing scope types to Scope.type (#20110) (Pixel998)
  • 7a670c3 fix: correct rule option typings in rules.d.ts (#20084) (Pixel998)

Documentation

  • b73ab12 docs: update examples to use defineConfig (#20131) (sethamus)
  • 31d9392 docs: fix typos (#20118) (Pixel998)
  • c7f861b docs: Update README (GitHub Actions Bot)
  • 6b0c08b docs: Update README (GitHub Actions Bot)
  • 91f97c5 docs: Update README (GitHub Actions Bot)

Chores

  • 12411e8 chore: upgrade @​eslint/js@​9.36.0 (#20139) (Milos Djermanovic)
  • 488cba6 chore: package.json update for @​eslint/js release (Jenkins)
  • bac82a2 ci: simplify renovate configuration (#19907) (唯然)
  • c00bb37 ci: bump actions/labeler from 5 to 6 (#20090) (dependabot[bot])
  • fee751d refactor: use defaultOptions in rules (#20121) (Pixel998)
  • 1ace67d chore: update example to use defineConfig (#20111) (루밀LuMir)
  • 4821963 test: add missing loc information to error objects in rule tests (#20112) (루밀LuMir)
  • b42c42e chore: disallow use of deprecated type property in core rule tests (#20094) (Milos Djermanovic)
  • 7bb498d test: remove deprecated type property from core rule tests (#20093) (Pixel998)
  • e10cf2a ci: bump actions/setup-node from 4 to 5 (#20089) (dependabot[bot])
  • 5cb0ce4 refactor: use meta.defaultOptions in preserve-caught-error (#20080) (Pixel998)
  • f9f7cb5 chore: package.json update for eslint-config-eslint release (Jenkins)
  • 81764b2 chore: update eslint peer dependency in eslint-config-eslint (#20079) (Milos Djermanovic)
Changelog

Sourced from eslint's changelog.

v9.36.0 - September 19, 2025

  • 12411e8 chore: upgrade @​eslint/js@​9.36.0 (#20139) (Milos Djermanovic)
  • 488cba6 chore: package.json update for @​eslint/js release (Jenkins)
  • b73ab12 docs: update examples to use defineConfig (#20131) (sethamus)
  • 47afcf6 feat: correct preserve-caught-error edge cases (#20109) (Francesco Trotta)
  • 75b74d8 fix: add missing rule option types (#20127) (ntnyq)
  • bac82a2 ci: simplify renovate configuration (#19907) (唯然)
  • 1c0d850 fix: update eslint-all.js to use Object.freeze for rules object (#20116) (루밀LuMir)
  • c00bb37 ci: bump actions/labeler from 5 to 6 (#20090) (dependabot[bot])
  • fee751d refactor: use defaultOptions in rules (#20121) (Pixel998)
  • 31d9392 docs: fix typos (#20118) (Pixel998)
  • 7d61b7f fix: add missing scope types to Scope.type (#20110) (Pixel998)
  • 1ace67d chore: update example to use defineConfig (#20111) (루밀LuMir)
  • 4821963 test: add missing loc information to error objects in rule tests (#20112) (루밀LuMir)
  • c7f861b docs: Update README (GitHub Actions Bot)
  • 6b0c08b docs: Update README (GitHub Actions Bot)
  • 7a670c3 fix: correct rule option typings in rules.d.ts (#20084) (Pixel998)
  • b42c42e chore: disallow use of deprecated type property in core rule tests (#20094) (Milos Djermanovic)
  • 7bb498d test: remove deprecated type property from core rule tests (#20093) (Pixel998)
  • 91f97c5 docs: Update README (GitHub Actions Bot)
  • e10cf2a ci: bump actions/setup-node from 4 to 5 (#20089) (dependabot[bot])
  • 5cb0ce4 refactor: use meta.defaultOptions in preserve-caught-error (#20080) (Pixel998)
  • f9f7cb5 chore: package.json update for eslint-config-eslint release (Jenkins)
  • 81764b2 chore: update eslint peer dependency in eslint-config-eslint (#20079) (Milos Djermanovic)
Commits

Updates eslint-plugin-jsdoc from 57.0.8 to 60.1.0

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v60.1.0

60.1.0 (2025-09-21)

Features

v60.0.0

60.0.0 (2025-09-20)

Bug Fixes

  • require-tags: change rule name to be consistent with other rules (#1535) (70c1b2e)

BREAKING CHANGES

  • require-tags: Changes required-tags to require-tags.

v59.1.0

59.1.0 (2025-09-20)

Features

v59.0.2

59.0.2 (2025-09-19)

Bug Fixes

  • allow typedefs with no initial whitespace; fixes #1217 (c8612b2)

v59.0.1

59.0.1 (2025-09-18)

Bug Fixes

  • require-yields-description, require-next-description: handle multiline descriptions; fixes #1528 (2544b12)
  • typescript: deprecate check-examples (9a2763b)

v59.0.0

59.0.0 (2025-09-18)

... (truncated)

Commits
  • 751428c feat(tag-lines): maxBlockLines option; fixes #1346 (#1532)
  • 70c1b2e fix(require-tags): change rule name to be consistent with other rules (#1535)
  • 47299db feat(required-tags): add new rule; fixes #1235
  • d9ca0ac chore: allow empty rule description for rule creation and rebuild index file
  • c8612b2 fix: allow typedefs with no initial whitespace; fixes #1217
  • 2544b12 fix(require-yields-description, require-next-description): handle multili...
  • af006ab docs: update list of non-table rules on README
  • 9a2763b fix(typescript): deprecate check-examples
  • 214a5f2 feat(require-next-description, require-throws-decription, `require-yields...
  • 2ff5f14 fix: correct fixable false positives
  • Additional commits viewable in compare view

Updates googleapis from 159.0.0 to 160.0.0

Changelog

Sourced from googleapis's changelog.

{ "src/apis/kmsinventory": "7.0.0", "src/apis/cloudbilling": "8.0.0", "src/apis/mybusinessaccountmanagement": "6.0.0", "src/apis/reseller": "7.0.0", "src/apis/websecurityscanner": "3.0.0", "src/apis/fcmdata": "4.0.0", "src/apis/transcoder": "7.0.0", "src/apis/serviceconsumermanagement": "23.0.0", "src/apis/sourcerepo": "7.0.0", "src/apis/customsearch": "6.0.0", "src/apis/localservices": "7.0.0", "src/apis/cloudidentity": "19.0.0", "src/apis/bigquery": "17.0.0", "src/apis/plus": "4.0.0", "src/apis/language": "9.0.0", "src/apis/clouddebugger": "4.0.0", "src/apis/analyticshub": "16.0.0", "src/apis/metastore": "11.0.0", "src/apis/toolresults": "6.0.0", "src/apis/managedkafka": "5.0.0", "src/apis/areainsights": "3.0.0", "src/apis/dataproc": "12.0.0", "src/apis/bigqueryreservation": "5.0.0", "src/apis/adsenseplatform": "4.0.0", "src/apis/androiddeviceprovisioning": "9.0.0", "src/apis/appsactivity": "4.0.0", "src/apis/accesscontextmanager": "1.0.5", "src/apis/workflows": "5.0.0", "src/apis/datastore": "7.0.0", "src/apis/dataplex": "20.0.0", "src/apis/streetviewpublish": "7.0.0", "src/apis/fcm": "8.0.0", "src/apis/realtimebidding": "7.0.0", "src/apis/androidmanagement": "20.0.0", "src/apis/parametermanager": "3.0.0", "src/apis/remotebuildexecution": "6.0.0", "src/apis/cloudcontrolspartner": "3.0.0", "src/apis/mybusinessqanda": "4.0.0", "src/apis/chromeuxreport": "6.0.0", "src/apis/tasks": "10.0.0", "src/apis/cloudscheduler": "4.0.0", "src/apis/dataportability": "7.0.0", "src/apis/pagespeedonline": "4.0.0", "src/apis/businessprofileperformance": "4.0.0", "src/apis/admin": "27.0.0", "src/apis/kgsearch": "4.0.0", "src/apis/contactcenterinsights": "16.0.0", "src/apis/youtube": "29.0.0", "src/apis/readerrevenuesubscriptionlinking": "4.0.0",

... (truncated)

Commits

Updates puppeteer from 24.20.0 to 24.22.0

Release notes

Sourced from puppeteer's releases.

puppeteer-core: v24.22.0

24.22.0 (2025-09-17)

Features

Bug Fixes

  • a11y: handle leaf nodes without heuristics that rely on name (#14221) (076cc2e)

puppeteer: v24.22.0

24.22.0 (2025-09-17)

Miscellaneous Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.21.0 to 24.22.0

puppeteer-core: v24.21.0

24.21.0 (2025-09-15)

Features

  • emulate navigator.platform in Page.setUserAgent (#14190) (a2397a6)

Bug Fixes

  • always pipe stdio and report process launch errors (#14210) (c17a64b)
  • do not change CDP state if interception was not toggled (#14203) (a4f166a)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.10.9 to 2.10.10

puppeteer: v24.21.0

... (truncated)

Changelog

Sourced from puppeteer's changelog.

24.22.0 (2025-09-17)

Miscellaneous Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.21.0 to 24.22.0

Features

Bug Fixes

  • a11y: handle leaf nodes without heuristics that rely on name (#14221) (076cc2e)

24.21.0 (2025-09-15)

Miscellaneous Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.10.9 to 2.10.10

Features

  • emulate navigator.platform in Page.setUserAgent (#14190) (a2397a6)

Bug Fixes

  • always pipe stdio and report process launch errors (#14210) (c17a64b)
  • do not change CDP state if interception was not toggled (#14203) (a4f166a)
Commits

Updates typescript-eslint from 8.43.0 to 8.44.0

Release notes

Sourced from typescript-eslint's releases.

v8.44.0

8.44.0 (2025-09-15)

🚀 Features

  • eslint-plugin: [await-thenable] report invalid (non-promise) values passed to promise aggregator methods (#11267)

🩹 Fixes

  • deps: update dependency @​eslint-community/eslint-utils to v4.8.0 (#11589)
  • eslint-plugin: [no-unnecessary-type-conversion] ignore enum members (#11490)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.44.0 (2025-09-15)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

Commits

Updates web-ext from 8.9.0 to 8.10.0

Release notes

Sourced from web-ext's releases.

8.10.0

main changes

  • Added: Enable support for data collection permissions in web-ext lint (#3514)
  • Added: web-ext lint supports Firefox schema up to 144 (included) (#3513)

dependencies

  • Updated: dependency @babel/runtime to 7.28.4 (#3506)
  • Updated: dependency addons-linter to 7.20.0 (#3513)
  • Updated: dependency decamelize to 6.0.1 (#3495)
  • Updated: dependency pino to 9.9.5 (#3510)
  • Updated: dependency strip-json-comments to 5.0.3 (#3482)
  • Updated: dependency tmp to 0.2.5 (#3483)

dev dependencies

  • Updated: dependency @babel/preset-env to 7.28.3 (#3487)
  • Updated: dependency @babel/register to 7.28.3 (#3489)
  • Updated: dependency @babel/cli to 7.28.3 (#3488)
  • Updated: dependency chai to 6.0.1 (#3498)
  • Updated: dependency @babel/eslint-parser to 7.28.4 (#3505)
  • Updated: dependency chai-as-promised to 8.0.2 (#3497)
  • Updated: dependency babel-plugin-istanbul to 7.0.1 (#3508)
  • Updated: dependency @babel/core to 7.28.4 (#3507)
  • Updated: dependency fs-extra to 11.3.2 (#3512)
  • Updated: dependency mocha to 11.7.2 (#3502)

See all changes: mozilla/web-ext@8.9.0...8.10.0

Commits
  • cd9a383 8.10.0
  • 33b9878 feat: Enable data collection permissions (#3514)
  • 9c8da1a chore(deps-dev): bump @​babel/preset-env from 7.28.0 to 7.28.3 (#3487)
  • d8c3af9 chore(deps-dev): bump @​babel/register from 7.27.1 to 7.28.3 (#3489)
  • c4c5074 chore(deps-dev): bump @​babel/cli from 7.28.0 to 7.28.3 (#3488)
  • b13ef5a chore(deps): bump decamelize from 6.0.0 to 6.0.1 (#3495)
  • 9acf80d chore(deps-dev): bump chai from 5.2.1 to 6.0.1 (#3498)
  • dd82570 chore(deps-dev): bump @​babel/eslint-parser from 7.28.0 to 7.28.4 (#3505)
  • 33e64f2 chore(deps-dev): bump chai-as-promised from 8.0.1 to 8.0.2 (#3497)
  • ebe743a chore(deps): bump pino from 9.7.0 to 9.9.5 (#3510)
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
puppeteer [>= 21.7.a, < 21.8]
puppeteer [>= 22.0.a, < 22.1]
puppeteer [>= 22.1.a, < 22.2]
puppeteer [>= 22.3.a, < 22.4]
puppeteer [>= 22.5.a, < 22.6]
puppeteer [>= 22.6.a, < 22.7]
puppeteer [>= 22.4.a, < 22.5]
puppeteer [>= 22.2.a, < 22.3]
puppeteer [>= 22.7.a, < 22.8]

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm-deps group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [dompurify](https://github.com/cure53/DOMPurify) | `3.2.6` | `3.2.7` |
| [filesize](https://github.com/avoidwork/filesize.js) | `11.0.2` | `11.0.13` |
| [fs-extra](https://github.com/jprichardson/node-fs-extra) | `11.3.1` | `11.3.2` |
| [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome) | `0.1.11` | `0.1.12` |
| [eslint](https://github.com/eslint/eslint) | `9.35.0` | `9.36.0` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `57.0.8` | `60.1.0` |
| [googleapis](https://github.com/googleapis/google-api-nodejs-client) | `159.0.0` | `160.0.0` |
| [puppeteer](https://github.com/puppeteer/puppeteer) | `24.20.0` | `24.22.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.43.0` | `8.44.0` |
| [web-ext](https://github.com/mozilla/web-ext) | `8.9.0` | `8.10.0` |


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

Updates `filesize` from 11.0.2 to 11.0.13
- [Changelog](https://github.com/avoidwork/filesize.js/blob/master/CHANGELOG.md)
- [Commits](avoidwork/filesize.js@11.0.2...11.0.13)

Updates `fs-extra` from 11.3.1 to 11.3.2
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](jprichardson/node-fs-extra@11.3.1...11.3.2)

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

Updates `eslint` from 9.35.0 to 9.36.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.35.0...v9.36.0)

Updates `eslint-plugin-jsdoc` from 57.0.8 to 60.1.0
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](gajus/eslint-plugin-jsdoc@v57.0.8...v60.1.0)

Updates `googleapis` from 159.0.0 to 160.0.0
- [Release notes](https://github.com/googleapis/google-api-nodejs-client/releases)
- [Changelog](https://github.com/googleapis/google-api-nodejs-client/blob/main/.release-please-manifest.json)
- [Commits](googleapis/google-api-nodejs-client@googleapis-v159.0.0...googleapis-v160.0.0)

Updates `puppeteer` from 24.20.0 to 24.22.0
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@puppeteer-v24.20.0...puppeteer-v24.22.0)

Updates `typescript-eslint` from 8.43.0 to 8.44.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.44.0/packages/typescript-eslint)

Updates `web-ext` from 8.9.0 to 8.10.0
- [Release notes](https://github.com/mozilla/web-ext/releases)
- [Commits](mozilla/web-ext@8.9.0...8.10.0)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-version: 3.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: filesize
  dependency-version: 11.0.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: fs-extra
  dependency-version: 11.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: "@types/chrome"
  dependency-version: 0.1.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: eslint
  dependency-version: 9.36.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 60.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-deps
- dependency-name: googleapis
  dependency-version: 160.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-deps
- dependency-name: puppeteer
  dependency-version: 24.22.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: typescript-eslint
  dependency-version: 8.44.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: web-ext
  dependency-version: 8.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 21, 2025
@dependabot dependabot bot requested a review from sosnovsky as a code owner September 21, 2025 22:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 21, 2025
@FlowCryptRobot FlowCryptRobot enabled auto-merge (squash) September 21, 2025 22:03
FlowCryptRobot
FlowCryptRobot previously approved these changes Sep 21, 2025
@ioanatflowcrypt
Copy link
Collaborator

@sosnovsky Please check

…com:FlowCrypt/flowcrypt-browser into dependabot/npm_and_yarn/npm-deps-0acb589f9e
sosnovsky
sosnovsky previously approved these changes Sep 25, 2025
Copy link
Collaborator

@sosnovsky sosnovsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@dependabot dependabot bot dismissed sosnovsky’s stale review September 25, 2025 19:00

The merge-base changed after approval.

@sosnovsky sosnovsky disabled auto-merge September 25, 2025 19:01
@sosnovsky sosnovsky enabled auto-merge (squash) September 25, 2025 19:01
@sosnovsky sosnovsky self-requested a review September 25, 2025 19:02
sosnovsky
sosnovsky previously approved these changes Sep 25, 2025
sosnovsky
sosnovsky previously approved these changes Sep 25, 2025
Copy link
Collaborator

@sosnovsky sosnovsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@dependabot dependabot bot dismissed sosnovsky’s stale review September 25, 2025 20:19

The merge-base changed after approval.

@sosnovsky sosnovsky merged commit fe82722 into master Sep 25, 2025
12 checks passed
@sosnovsky sosnovsky deleted the dependabot/npm_and_yarn/npm-deps-0acb589f9e branch September 25, 2025 20:21
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.

3 participants