Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updating eslint #1026

Merged
merged 2 commits into from
Dec 2, 2024
Merged

updating eslint #1026

merged 2 commits into from
Dec 2, 2024

Conversation

benfdking
Copy link
Collaborator

  • chore: bump @eslint/js from 9.15.0 to 9.16.0
  • chore: bump docker/setup-buildx-action from 2 to 3
  • chore: bump indexmap from 2.6.0 to 2.7.0
  • chore: bump tracing from 0.1.40 to 0.1.41
  • chore: bump rustc-hash from 2.0.0 to 2.1.0
  • chore: bump docker/build-push-action from 4 to 6
  • perf(lexer): improve lexer performance by optimizing token matching
  • chore: bump docker/setup-qemu-action from 2 to 3
  • chore: bump docker/login-action from 2 to 3
  • chore: bump @types/node from 22.9.4 to 22.10.1
  • chore: bump eslint from 9.15.0 to 9.16.0

dependabot bot added 2 commits December 2, 2024 11:39
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.15.0 to 9.16.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.16.0/packages/js)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [eslint](https://github.com/eslint/eslint) from 9.15.0 to 9.16.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.15.0...v9.16.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

github-actions bot commented Dec 2, 2024

Benchmark for 9b91d28

Click to view benchmark
Test Base PR %
DepthMap::from_parent 42.0±0.38µs 40.1±1.72µs -4.52%
fix_complex_query 10.4±0.06ms 10.3±0.12ms -0.96%
parse_complex_query 2.9±0.04µs 2.9±0.03µs 0.00%
parse_expression_recursion 5.1±0.05µs 5.2±0.07µs +1.96%
parse_simple_query 849.8±13.32ns 830.1±6.89ns -2.32%

@benfdking benfdking merged commit 0bee2e9 into main Dec 2, 2024
35 checks passed
@benfdking benfdking deleted the updating_eslint branch December 2, 2024 11:53
Copy link

github-actions bot commented Dec 2, 2024

Benchmark for 882a44a

Click to view benchmark
Test Base PR %
DepthMap::from_parent 40.7±0.27µs 40.0±0.38µs -1.72%
fix_complex_query 10.5±0.14ms 10.3±0.17ms -1.90%
parse_complex_query 3.0±0.02µs 3.0±0.44µs 0.00%
parse_expression_recursion 5.1±0.08µs 5.1±0.05µs 0.00%
parse_simple_query 804.0±10.42ns 806.7±24.39ns +0.34%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant