Skip to content

Commit 4bd5d65

Browse files
build(deps-dev): bump the npm-deps group with 6 updates (#5821)
* build(deps-dev): bump the npm-deps group with 6 updates Bumps the npm-deps group with 6 updates: | Package | From | To | | --- | --- | --- | | [googleapis](https://github.com/googleapis/google-api-nodejs-client) | `142.0.0` | `143.0.0` | | [lint-staged](https://github.com/lint-staged/lint-staged) | `15.2.9` | `15.2.10` | | [pdfjs-dist](https://github.com/mozilla/pdf.js) | `4.5.136` | `4.6.82` | | [puppeteer](https://github.com/puppeteer/puppeteer) | `23.1.1` | `23.2.1` | | [stylelint](https://github.com/stylelint/stylelint) | `16.8.2` | `16.9.0` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.2.0` | `8.3.0` | Updates `googleapis` from 142.0.0 to 143.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-config.json) - [Commits](googleapis/google-api-nodejs-client@googleapis-v142.0.0...googleapis-v143.0.0) Updates `lint-staged` from 15.2.9 to 15.2.10 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v15.2.9...v15.2.10) Updates `pdfjs-dist` from 4.5.136 to 4.6.82 - [Release notes](https://github.com/mozilla/pdf.js/releases) - [Commits](mozilla/pdf.js@v4.5.136...v4.6.82) Updates `puppeteer` from 23.1.1 to 23.2.1 - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json) - [Commits](puppeteer/puppeteer@puppeteer-v23.1.1...puppeteer-v23.2.1) Updates `stylelint` from 16.8.2 to 16.9.0 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@16.8.2...16.9.0) Updates `typescript-eslint` from 8.2.0 to 8.3.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.3.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: googleapis dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-deps - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-deps - dependency-name: pdfjs-dist dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-deps - dependency-name: puppeteer dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-deps - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-deps - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-deps ... Signed-off-by: dependabot[bot] <[email protected]> * disable @typescript-eslint/no-deprecated --------- 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 6514ad2 commit 4bd5d65

File tree

3 files changed

+142
-181
lines changed

3 files changed

+142
-181
lines changed

eslint.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ const commonConfig = {
7272
format: ['camelCase', 'PascalCase'],
7373
},
7474
],
75+
// should be enabled in https://github.com/FlowCrypt/flowcrypt-browser/issues/5822
76+
'@typescript-eslint/no-deprecated': 'off',
7577
'@typescript-eslint/no-empty-interface': 'off',
7678
'@typescript-eslint/no-explicit-any': ['warn'],
7779
'@typescript-eslint/no-extraneous-class': 'off',

0 commit comments

Comments
 (0)