Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e9571d3

Browse filesBrowse files
chore: update dependency @mdn/browser-compat-data to v6.0.21 (#2506)
1 parent 7898944 commit e9571d3
Copy full SHA for e9571d3

File tree

Expand file treeCollapse file tree

3 files changed

+7
-7
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+7
-7
lines changed

‎package.json

Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@angular/compiler": "20.0.3",
5353
"@commitlint/cli": "19.8.1",
5454
"@commitlint/config-conventional": "19.8.1",
55-
"@mdn/browser-compat-data": "6.0.20",
55+
"@mdn/browser-compat-data": "6.0.21",
5656
"@nx/devkit": "21.1.2",
5757
"@nx/esbuild": "21.1.2",
5858
"@nx/eslint": "21.1.2",

‎packages/utils/src/eslint-plugin/get-native-event-names.ts

Copy file name to clipboardExpand all lines: packages/utils/src/eslint-plugin/get-native-event-names.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let nativeEventNames: ReadonlySet<string> | null = null;
99
/**
1010
* Check MDN events page for details https://developer.mozilla.org/en-US/docs/Web/Events
1111
*
12-
* Event names sourced from @mdn/browser-compat-data@6.0.20
12+
* Event names sourced from @mdn/browser-compat-data@6.0.21
1313
*/
1414
export function getNativeEventNames(): ReadonlySet<string> {
1515
return (

‎pnpm-lock.yaml

Copy file name to clipboardExpand all lines: pnpm-lock.yaml
+5-5Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.