Skip to content

Commit

Permalink
chore(deps): Bump @typescript-eslint/eslint-plugin from 5.59.11 to 6.…
Browse files Browse the repository at this point in the history
…1.0 (#7320)

* chore(deps): Bump @typescript-eslint/eslint-plugin from 5.59.11 to 6.1.0

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.11 to 6.1.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/v6.1.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: disable duplicate enum rule in keycodes file

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Beka Westberg <[email protected]>
  • Loading branch information
dependabot[bot] and BeksOmega authored Jul 25, 2023
1 parent b5911c2 commit 3d9f3a9
Show file tree
Hide file tree
Showing 3 changed files with 222 additions and 471 deletions.
2 changes: 2 additions & 0 deletions core/utils/keycodes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
import * as goog from '../../closure/goog/goog.js';
goog.declareModuleId('Blockly.utils.KeyCodes');

/* eslint-disable @typescript-eslint/no-duplicate-enum-values */

/**
* Key codes for common characters.
*
Expand Down
Loading

0 comments on commit 3d9f3a9

Please sign in to comment.