Skip to content

Commit fac4f7f

Browse files
build(deps-dev): bump the npm-deps group with 7 updates (#6037)
* build(deps-dev): bump the npm-deps group with 7 updates Bumps the npm-deps group with 7 updates: | Package | From | To | | --- | --- | --- | | [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome) | `0.0.328` | `0.0.329` | | [eslint](https://github.com/eslint/eslint) | `9.30.0` | `9.30.1` | | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `51.2.3` | `51.3.3` | | [pdfjs-dist](https://github.com/mozilla/pdf.js) | `5.3.31` | `5.3.93` | | [puppeteer](https://github.com/puppeteer/puppeteer) | `24.11.1` | `24.11.2` | | [stylelint](https://github.com/stylelint/stylelint) | `16.21.0` | `16.21.1` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.35.0` | `8.35.1` | Updates `@types/chrome` from 0.0.328 to 0.0.329 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chrome) Updates `eslint` from 9.30.0 to 9.30.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.30.0...v9.30.1) Updates `eslint-plugin-jsdoc` from 51.2.3 to 51.3.3 - [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@v51.2.3...v51.3.3) Updates `pdfjs-dist` from 5.3.31 to 5.3.93 - [Release notes](https://github.com/mozilla/pdf.js/releases) - [Commits](mozilla/pdf.js@v5.3.31...v5.3.93) Updates `puppeteer` from 24.11.1 to 24.11.2 - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md) - [Commits](puppeteer/puppeteer@puppeteer-v24.11.1...puppeteer-v24.11.2) Updates `stylelint` from 16.21.0 to 16.21.1 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@16.21.0...16.21.1) Updates `typescript-eslint` from 8.35.0 to 8.35.1 - [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.35.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@types/chrome" dependency-version: 0.0.329 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-deps - dependency-name: eslint dependency-version: 9.30.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-deps - dependency-name: eslint-plugin-jsdoc dependency-version: 51.3.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-deps - dependency-name: pdfjs-dist dependency-version: 5.3.93 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-deps - dependency-name: puppeteer dependency-version: 24.11.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-deps - dependency-name: stylelint dependency-version: 16.21.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-deps - dependency-name: typescript-eslint dependency-version: 8.35.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-deps ... Signed-off-by: dependabot[bot] <[email protected]> * fix --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Roma Sosnovsky <[email protected]>
1 parent 1831753 commit fac4f7f

File tree

5 files changed

+475
-398
lines changed

5 files changed

+475
-398
lines changed

extension/chrome/elements/pgp_block_modules/pgp-block-attachments-module.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ export class PgpBlockViewAttachmentsModule {
2727
for (const i of attachments.keys()) {
2828
const name = attachments[i].name ? Str.stripPgpOrGpgExtensionIfPresent(attachments[i].name) : 'noname';
2929
const nameVisible = name.length > 100 ? name.slice(0, 100) + '…' : name;
30-
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment, @typescript-eslint/no-unsafe-call
3130
const size = filesize(attachments[i].length);
3231

3332
const htmlContent = `<b>${Xss.escape(nameVisible)}</b>&nbsp;&nbsp;&nbsp;${size}<span class="progress"><span class="percent"></span></span>`;

extension/js/common/settings.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ import { CatchHelper } from './platform/catch-helper.js';
3535
export class Settings {
3636
public static evalPasswordStrength(passphrase: string, type: 'passphrase' | 'pwd' = 'passphrase') {
3737
// all package will be available under zxcvbnts
38-
/* eslint-disable @typescript-eslint/no-unsafe-member-access, @typescript-eslint/no-unsafe-assignment, @typescript-eslint/no-unsafe-call, @typescript-eslint/no-unsafe-argument */
3938
const options = {
4039
translations: zxcvbnts['language-en'].translations,
4140
graphs: zxcvbnts['language-common'].adjacencyGraphs,
@@ -48,7 +47,6 @@ export class Settings {
4847
zxcvbnts.core.zxcvbnOptions.setOptions(options);
4948
const guesses = zxcvbnts.core.zxcvbn(passphrase).guesses;
5049
return PgpPwd.estimateStrength(guesses, type);
51-
/* eslint-enable */
5250
}
5351

5452
public static async renderSubPage(

extension/js/service_worker/bg-handlers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export class BgHandlers {
7676
if (typeof chrome.runtime.setUninstallURL !== 'undefined') {
7777
const email = acctEmails?.length ? acctEmails[0] : undefined;
7878

79-
chrome.runtime.setUninstallURL(`https://flowcrypt.com/leaving.htm#${JSON.stringify({ email, metrics: null })}`); // eslint-disable-line no-null/no-null
79+
void chrome.runtime.setUninstallURL(`https://flowcrypt.com/leaving.htm#${JSON.stringify({ email, metrics: null })}`); // eslint-disable-line no-null/no-null
8080
}
8181
};
8282

0 commit comments

Comments
 (0)