BoykaFramework / boyka-framework

🎉 Ultimate test automation framework for automating any application on any platform
https://boykaframework.github.io/boyka-framework/
MIT License
125 stars 43 forks source link

build(deps-dev): bump the dependencies group with 11 updates #890

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps the dependencies group with 11 updates:

Package From To
@commitlint/cli 19.4.0 19.4.1
@commitlint/config-conventional 19.2.2 19.4.1
@stylistic/eslint-plugin-ts 2.6.4 2.7.2
@types/node 22.5.0 22.5.2
@typescript-eslint/eslint-plugin 8.2.0 8.3.0
@typescript-eslint/parser 8.2.0 8.3.0
commitlint 19.4.0 19.4.1
eslint-import-resolver-typescript 3.6.1 3.6.3
lint-staged 15.2.9 15.2.10
nx 19.6.2 19.6.4
typescript-eslint 8.2.0 8.3.0

Updates @commitlint/cli from 19.4.0 to 19.4.1

Release notes

Sourced from @​commitlint/cli's releases.

v19.4.1

19.4.1 (2024-08-28)

Bug Fixes

New Contributors

Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v19.4.0...v19.4.1

Changelog

Sourced from @​commitlint/cli's changelog.

19.4.1 (2024-08-28)

Note: Version bump only for package @​commitlint/cli

Commits


Updates @commitlint/config-conventional from 19.2.2 to 19.4.1

Release notes

Sourced from @​commitlint/config-conventional's releases.

v19.4.1

19.4.1 (2024-08-28)

Bug Fixes

New Contributors

Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v19.4.0...v19.4.1

v19.4.0

Features

Chore & Docs

New Contributors

Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v19.3.1...v19.4.0

v19.3.1

19.3.1 (2024-05-13)

Bug Fixes

Chore

... (truncated)

Changelog

Sourced from @​commitlint/config-conventional's changelog.

19.4.1 (2024-08-28)

Note: Version bump only for package @​commitlint/config-conventional

Commits


Updates @stylistic/eslint-plugin-ts from 2.6.4 to 2.7.2

Release notes

Sourced from @​stylistic/eslint-plugin-ts's releases.

v2.7.2

2.7.2 (2024-08-30)

Bug Fixes

  • types: add missing type reference, close #526 (47fddb0)

v2.7.1

2.7.1 (2024-08-29)

Chores

v2.7.0

Huge internal refactoring towards eslint-stylistic/eslint-stylistic#482. It should not affect on userland

    View changes on GitHub

v2.7.0-beta.1

2.7.0-beta.1 (2024-08-29)

Build Related

  • improve bundling (bb187a8)
  • standalone build for main package (971b534)

Chores

v2.7.0-beta.0

2.7.0-beta.0 (2024-08-29)

Chores

v2.6.5

2.6.5 (2024-08-28)

... (truncated)

Changelog

Sourced from @​stylistic/eslint-plugin-ts's changelog.

2.7.2 (2024-08-30)

Bug Fixes

  • types: add missing type reference, close #526 (47fddb0)

2.7.1 (2024-08-29)

Chores

2.7.0 (2024-08-29)

Chores

2.7.0-beta.1 (2024-08-29)

Build Related

  • improve bundling (bb187a8)
  • standalone build for main package (971b534)

Chores

2.7.0-beta.0 (2024-08-29)

Chores

2.6.5 (2024-08-28)

Bug Fixes

... (truncated)

Commits


Updates @types/node from 22.5.0 to 22.5.2

Commits


Updates @typescript-eslint/eslint-plugin from 8.2.0 to 8.3.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.3.0

8.3.0 (2024-08-26)

🚀 Features

  • eslint-plugin: [no-deprecation] add rule (#9783)
  • typescript-estree: replace globby w/ fast-glob (#9518)
  • typescript-estree: reload project service once when file config isn't found (#9853)

🩹 Fixes

  • ast-spec: use Expression in argument of ThrowStatement (#9632)
  • eslint-plugin: [no-unnecessary-template-expression] add missing parentheses in autofix (#8673)
  • eslint-plugin: [no-unnecessary-type-parameters] check mapped alias type arguments (#9741)
  • utils: add missing TSSatisfiesExpression in RuleListenerBaseSelectors (#9832)
  • utils: add TSDeclareFunction to functionTypeTypes (#9788)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.3.0 (2024-08-26)

🚀 Features

  • eslint-plugin: [no-deprecation] add rule

🩹 Fixes

  • eslint-plugin: [no-unnecessary-template-expression] add missing parentheses in autofix

  • eslint-plugin: [no-unnecessary-type-parameters] check mapped alias type arguments

  • utils: add TSDeclareFunction to functionTypeTypes

  • ast-spec: use Expression in argument of ThrowStatement

❤️ Thank You

  • Abraham Guo
  • Daichi Kamiyama
  • Josh Goldberg ✨
  • Kim Sang Du
  • Sukka
  • Vida Xie

You can read about our versioning strategy and releases on our website.

Commits
  • ef2eab1 chore(release): publish 8.3.0
  • fd55358 chore: enable sonarjs/no-duplicated-branches (#9821)
  • 9f70ed1 fix(ast-spec): use Expression in argument of ThrowStatement (#9632)
  • 7160687 chore: enable unicorn/no-lonely-if (#9830)
  • 6377f18 fix(utils): add TSDeclareFunction to functionTypeTypes (#9788)
  • 8389e06 docs(eslint-plugin): [restrict-template-expressions] add explanation for allo...
  • 57e4120 feat(eslint-plugin): [no-deprecation] add rule (#9783)
  • 94f7c99 fix(eslint-plugin): [no-unnecessary-type-parameters] check mapped alias type ...
  • 1c2938f chore: enable object-shorthand (#9816)
  • 90655d1 fix(eslint-plugin): [no-unnecessary-template-expression] add missing parenthe...
  • See full diff in compare view


Updates @typescript-eslint/parser from 8.2.0 to 8.3.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.3.0

8.3.0 (2024-08-26)

🚀 Features

  • eslint-plugin: [no-deprecation] add rule (#9783)
  • typescript-estree: replace globby w/ fast-glob (#9518)
  • typescript-estree: reload project service once when file config isn't found (#9853)

🩹 Fixes

  • ast-spec: use Expression in argument of ThrowStatement (#9632)
  • eslint-plugin: [no-unnecessary-template-expression] add missing parentheses in autofix (#8673)
  • eslint-plugin: [no-unnecessary-type-parameters] check mapped alias type arguments (#9741)
  • utils: add missing TSSatisfiesExpression in RuleListenerBaseSelectors (#9832)
  • utils: add TSDeclareFunction to functionTypeTypes (#9788)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.3.0 (2024-08-26)

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


Updates commitlint from 19.4.0 to 19.4.1

Release notes

Sourced from commitlint's releases.

v19.4.1

19.4.1 (2024-08-28)

Bug Fixes

New Contributors

Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v19.4.0...v19.4.1

Changelog

Sourced from commitlint's changelog.

19.4.1 (2024-08-28)

Note: Version bump only for package commitlint

Commits


Updates eslint-import-resolver-typescript from 3.6.1 to 3.6.3

Release notes

Sourced from eslint-import-resolver-typescript's releases.

v3.6.3

Patch Changes

Changelog

Sourced from eslint-import-resolver-typescript's changelog.

3.6.3

Patch Changes

3.6.2

Patch Changes

Commits
  • 3dfad60 chore(deps): update dependency node to v18.20.4 (#309)
  • 47561fb chore(deps): update dependency @​changesets/cli to ^2.27.7 (#308)
  • c9b5626 chore: release eslint-import-resolver-typescript (#302)
  • f8d7b82 fix(#303): use @nolyfill/is-core-module (#305)
  • a4c6c78 fix: ignore bun built-in modules (#288)
  • 79148f4 chore: release eslint-import-resolver-typescript (#301)
  • ff3d3c6 chore(deps): remove is-core-module dependency (#295)
  • 10f9b17 Allow either import or import-x plugin as a peer dependency (#294)
  • b777b44 ci(workflows/ci): setup node before enabling corepack (#300)
  • 4f9db59 chore(deps): update dependency node to v18.20.3 (#297)
  • Additional commits viewable in compare view


Updates lint-staged from 15.2.9 to 15.2.10

Release notes

Sourced from lint-staged's releases.

v15.2.10

Patch Changes

Changelog

Sourced from lint-staged's changelog.

15.2.10

Patch Changes

Commits
  • 163112f chore(changeset): release
  • 829575c Merge pull request #1471 from lint-staged/updates
  • 893ca84 refactor: remove unused parameter default
  • a661f46 build(deps): migrate to ESLint 9
  • e3f283b build(deps): update minor dependencies
  • 35483b9 docs: add some more concrete command examples to the README
  • See full diff in compare view


Updates nx from 19.6.2 to 19.6.4

Release notes

Sourced from nx's releases.

19.6.4 (2024-08-28)

🚀 Features

  • core: return task results from imperative task runner (#27640)
  • nx-dev: add deepdive callout component (2e38860db2)

🩹 Fixes

  • core: do not stream output when static output style is enabled (#27642)
  • core: fix --e2eTestRunner for create-nx-workspace with react native (#27543)
  • core: negative workspace-root filesets should override positive filesets (#27524)
  • core: make sure env vars specified in run-commands envFile option take priority over other loaded env files (#27583)
  • core: fixes an issue where using "node:test" results in infinite loop (#27685)
  • gradle: fix child project deps (#27643)
  • gradle: fix find root for projects (#27651)
  • js: respect "watch" option when "runBuildTargetDependencies" is true (#27677)
  • release: programmatic API types should not be any (#27647)
  • testing: application generators should accurately configure e2e projects (#27453)
  • vite: plugin should infer ts project correctly for libs (#27649)

❤️ Thank You

19.6.3 (2024-08-26)

🚀 Features

  • core: expose graph json type (#27496)

🩹 Fixes

  • angular: ensure target default for '@​nx/angular:webpack-browser' is set #26483 (#27616, #26483)
  • bundling: update snapshots for copy assets plugin (#27610)
  • core: enable using the daemon in docker if enabled explicitly (#27585)
  • core: ensure file watcher is looking for correct config on windows (#27594)
  • core: change order of CI providers to match their popularity (#27623)
  • core: not parse hex to number (#27515)
  • core: nx migrate should determine angular devkit migration from cli or schematics #20282 (#27634, #20282)
  • expo: add expoLibraryGenerator to export (#27520)

... (truncated)

Commits
  • 82e8586 fix(core): fixes an issue where using "node:test" results in infinite loop (#...
  • af7142a fix(release): programmatic API types should not be any (#27647)
  • 9d13a7a fix(core): make sure env vars specified in run-commands envFile option take p...
  • e4a8edb fix(core): negative workspace-root filesets should override positive filesets...
  • c8088e7 fix(core): do not stream output when static output style is enabled (#27642)
  • 96824d6 feat(core): return task results from imperative task runner (#27640)
  • 0711f17 fix(core): nx migrate should determine angular devkit migration from cli or s...
  • f81b906 feat(core): expose graph json type (#27496)
  • be620eb fix(core): not parse hex to number (#27515)
  • e25c754 chore(repo): update to pnpm 9 (#27624)
  • Additional commits viewable in compare view


Updates typescript-eslint from 8.2.0 to 8.3.0

Release notes

Sourced from typescript-eslint's releases.

v8.3.0

8.3.0 (2024-08-26)

🚀 Features

  • eslint-plugin: [no-deprecation] add rule (#9783)
  • typescript-estree: replace globby w/ fast-glob (#9518)
  • typescript-estree: reload project service once when file config isn't found (#9853)

🩹 Fixes

  • ast-spec: use Expression in argument of ThrowStatement (#9632)
  • eslint-plugin: [no-unnecessary-template-expression] add missing parentheses in autofix (#8673)
  • eslint-plugin: [no-unnecessary-type-parameters] check mapped alias type arguments (#9741)
  • utils: add missing TSSatisfiesExpression in RuleListenerBaseSelectors (#9832)
  • utils: add TSDeclareFunction to functionTypeTypes (#9788)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.3.0 (2024-08-26)

🚀 Features

  • eslint-plugin: [no-deprecation] add rule

❤️ Thank You

  • Abraham Guo
  • Daichi Kamiyama
  • Josh Goldberg ✨
  • Kim Sang Du
  • Sukka
  • Vida Xie

You can read about our versioning strategy and releases on our website.

Commits
  • ef2eab1 chore(release): publish 8.3.0
  • d4f6943 chore: enable eslint-plugin-perfectionist on typescript-eslint package (#9851)
  • 57e4120 feat(eslint-plugin): [no-deprecation] add rule (#9783)
  • See full diff in compare view


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
WasiqB commented 1 week ago

:rocket: This pull request is included in v2.1.0. See Release 2.1.0 for release notes.