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

chore(deps-dev): bump @appium/eslint-config-appium-ts from 0.3.3 to 1.0.1 #149

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 3, 2025

Bumps @appium/eslint-config-appium-ts from 0.3.3 to 1.0.1.

Release notes

Sourced from @​appium/eslint-config-appium-ts's releases.

@​appium/types@​0.22.3

0.22.3 (2024-12-05)

Bug Fixes

  • types: update dependency type-fest to v4.30.0 (#20802) (8590432)

@​appium/types@​0.22.2

0.22.2 (2024-12-02)

Bug Fixes

  • types: update dependency type-fest to v4.29.1 (#20795) (6ba31fe)

@​appium/types@​0.22.1

0.22.1 (2024-11-29)

Bug Fixes

  • types: update dependency @​types/ws to v8.5.13 (95406b6)
  • types: update dependency type-fest to v4.27.0 (#20754) (d6b4079)
  • types: update dependency type-fest to v4.28.0 (#20775) (a25d8f1)
  • types: update dependency type-fest to v4.29.0 (#20783) (b6aa5ac)

@​appium/types@​0.22.0

0.22.0 (2024-10-15)

Features

  • appium: Make server graceful shutdown timeout configurable via command line args (#20641) (5661888)

Bug Fixes

  • types: update dependency @​types/express to v5 (#20620) (69e9abe)

@​appium/types@​0.21.3

0.21.3 (2024-09-16)

Bug Fixes

  • base-driver: Add a server flag to check if it operates a secure protocol (#20449) (622b245)
  • types: update dependency type-fest to v4 (#20467) (482a1f7)
  • types: update dependency type-fest to v4 (#20471) (9a66f48)
  • types: update dependency type-fest to v4 (#20548) (5b8cb76)

... (truncated)

Changelog

Sourced from @​appium/eslint-config-appium-ts's changelog.

1.0.1 (2025-01-02)

Note: Version bump only for package @​appium/eslint-config-appium-ts

1.0.0 [Unreleased]

⚠ BREAKING CHANGES

  • This module is now ESM-only
  • Only ESLint flat config format is supported
  • Bump minimum ESLint version to v9
  • Rule changes:
    • @typescript-eslint/no-var-requires: 'error' -> 'off'
    • import/no-unresolved is no longer set to 'off' for *.test-d.ts files
    • no-redeclare: 1 -> 'off'
  • New rules for all files:
    • @typescript-eslint/no-empty-object-type: 'off'
    • @typescript-eslint/no-require-imports: 'off'
    • import/named: 'warn'
    • no-dupe-class-members: 'off'
  • New rules only for test files:
    • @typescript-eslint/no-unused-expressions: 'off'
    • import/no-named-as-default-member: 'off'
    • mocha/consistent-spacing-between-blocks: 'off'
    • mocha/max-top-level-suites: 'off'
    • mocha/no-exports: 'off'
    • mocha/no-setup-in-describe: 'off'
    • mocha/no-skipped-tests: 'off'
Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@appium/eslint-config-appium-ts](https://github.com/appium/appium/tree/HEAD/packages/eslint-config-appium-ts) from 0.3.3 to 1.0.1.
- [Release notes](https://github.com/appium/appium/releases)
- [Changelog](https://github.com/appium/appium/blob/master/packages/eslint-config-appium-ts/CHANGELOG.md)
- [Commits](https://github.com/appium/appium/commits/@appium/[email protected]/packages/eslint-config-appium-ts)

---
updated-dependencies:
- dependency-name: "@appium/eslint-config-appium-ts"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 3, 2025
@mykola-mokhnach mykola-mokhnach merged commit 0e596c4 into master Jan 3, 2025
10 checks passed
@mykola-mokhnach mykola-mokhnach deleted the dependabot/npm_and_yarn/appium/eslint-config-appium-ts-1.0.1 branch January 3, 2025 15:25
github-actions bot pushed a commit that referenced this pull request Jan 3, 2025
## [5.2.21](v5.2.20...v5.2.21) (2025-01-03)

### Miscellaneous Chores

* **deps-dev:** bump @appium/eslint-config-appium-ts from 0.3.3 to 1.0.1 ([#149](#149)) ([0e596c4](0e596c4))
Copy link

github-actions bot commented Jan 3, 2025

🎉 This PR is included in version 5.2.21 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant