influxdb-client-js
influxdb-client-js copied to clipboard
chore(deps-dev): bump @typescript-eslint/parser from 8.22.0 to 8.25.0
Bumps @typescript-eslint/parser from 8.22.0 to 8.25.0.
Release notes
Sourced from @typescript-eslint/parser's releases.
v8.25.0
8.25.0 (2025-02-24)
🚀 Features
- eslint-plugin: [no-misused-spread] add suggestions (#10719)
🩹 Fixes
- ast-spec: replace
attributeswithoptionsproperty inTSImportType(#10691)- eslint-plugin: [unified-signatures] handle getter-setter (#10818)
- eslint-plugin: [no-deprecated] report usage of deprecated private identifiers (#10844)
- eslint-plugin: [prefer-nullish-coalescing] report on chain expressions in a ternary (#10708)
- typescript-estree: align TS module nodes to namespaces (#10504)
- visitor-keys: update keys for
ImportAttribute(#10649)❤️ Thank You
- Anthony Fu
- fisker Cheung
@fisker- Josh Goldberg ✨
- Olivier Zalmanski
@OlivierZal- Ronen Amiel
- YeonJuan
@yeonjuanYou can read about our versioning strategy and releases on our website.
v8.24.1
8.24.1 (2025-02-17)
🩹 Fixes
- deps: update eslint monorepo to v9.20.0 (#10834)
- eslint-plugin: [no-inferrable-types] handle accessor (#10780)
- eslint-plugin: [no-unnecessary-template-expression] ignore enum and enum members (#10782)
- eslint-plugin: [no-unsafe-assignment] report on an
anyvalue assigned as an initializer of anaccessorproperty (#10785)- eslint-plugin: [consistent-generic-constructors] check
accessorclass properties (#10789)- eslint-plugin: [prefer-return-this-type] check
accessorproperties with a function initializer (#10794)- eslint-plugin: [explicit-module-boundary-types] check
accessorclass properties with a function initializer (#10804)- eslint-plugin: [explicit-member-accessibility] check
accessorclass properties for missing accessibility modifier (#10805)- eslint-plugin: [no-deprecated] don't report on deprecated
accessorproperty declaration (#10813)- eslint-plugin: [no-misused-promises] don't report on
staticaccessorproperties (#10814)- eslint-plugin: [class-methods-use-this] check
accessormethods with a function initializer (#10796)❤️ Thank You
- Ronen Amiel
- YeonJuan
You can read about our versioning strategy and releases on our website.
... (truncated)
Changelog
Sourced from @typescript-eslint/parser's changelog.
8.25.0 (2025-02-24)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.24.1 (2025-02-17)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.24.0 (2025-02-10)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.23.0 (2025-02-03)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
fccedfd) to head (5be7434).
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@ Coverage Diff @@
## master #1117 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 35 35
Lines 1450 1450
Branches 345 345
=========================================
Hits 1450 1450
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Superseded by #1129.