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

build(deps-dev): bump the dependencies group with 7 updates #911

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps the dependencies group with 7 updates:

Package From To
@eslint/compat 1.1.1 1.2.0
@stylistic/eslint-plugin-js 2.8.0 2.9.0
@stylistic/eslint-plugin-ts 2.8.0 2.9.0
eslint 9.11.1 9.12.0
eslint-plugin-import 2.30.0 2.31.0
nx 19.8.3 19.8.4
release-it 17.6.0 17.7.0

Updates @eslint/compat from 1.1.1 to 1.2.0

Release notes

Sourced from @​eslint/compat's releases.

migrate-config: v1.2.0

1.2.0 (2024-07-22)

Features

  • eslint-plugin-react supports ESLint v9 (#91) (7664bf8)

compat: v1.2.0

1.2.0 (2024-10-01)

Features

Bug Fixes

migrate-config: v1.1.2

1.1.2 (2024-07-11)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/compat bumped from ^1.1.0 to ^1.1.1
Commits

Updates @stylistic/eslint-plugin-js from 2.8.0 to 2.9.0

Release notes

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

v2.9.0

2.9.0 (2024-10-05)

Features

  • add indent option tabLength to customize config (#538) (91a18e7)
  • curly-newline: add new rule (#548) (049c20e)
  • Improve indent in template literals (#553) (9130c94)
  • jsx/jsx-closing-tag-location: add location option to customize indentation (#550) (ae09edd)

Bug Fixes

  • quotes: only when allowTemplateLiterals set, allow template literals to avoid escape sequences (#544) (7e3a0d3)

Documentation

Chores

Changelog

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

2.9.0 (2024-10-05)

Features

  • add indent option tabLength to customize config (#538) (91a18e7)
  • curly-newline: add new rule (#548) (049c20e)
  • Improve indent in template literals (#553) (9130c94)
  • jsx/jsx-closing-tag-location: add location option to customize indentation (#550) (ae09edd)

Bug Fixes

  • quotes: only when allowTemplateLiterals set, allow template literals to avoid escape sequences (#544) (7e3a0d3)

Documentation

Chores

Commits

Updates @stylistic/eslint-plugin-ts from 2.8.0 to 2.9.0

Release notes

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

v2.9.0

2.9.0 (2024-10-05)

Features

  • add indent option tabLength to customize config (#538) (91a18e7)
  • curly-newline: add new rule (#548) (049c20e)
  • Improve indent in template literals (#553) (9130c94)
  • jsx/jsx-closing-tag-location: add location option to customize indentation (#550) (ae09edd)

Bug Fixes

  • quotes: only when allowTemplateLiterals set, allow template literals to avoid escape sequences (#544) (7e3a0d3)

Documentation

Chores

Changelog

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

2.9.0 (2024-10-05)

Features

  • add indent option tabLength to customize config (#538) (91a18e7)
  • curly-newline: add new rule (#548) (049c20e)
  • Improve indent in template literals (#553) (9130c94)
  • jsx/jsx-closing-tag-location: add location option to customize indentation (#550) (ae09edd)

Bug Fixes

  • quotes: only when allowTemplateLiterals set, allow template literals to avoid escape sequences (#544) (7e3a0d3)

Documentation

Chores

Commits

Updates eslint from 9.11.1 to 9.12.0

Release notes

Sourced from eslint's releases.

v9.12.0

Features

  • 5a6a053 feat: update to jiti v2 (#18954) (Arya Emami)
  • 17a07fb feat: Hooks for test cases (RuleTester) (#18771) (Anna Bocharova)
  • 2ff0e51 feat: Implement alternate config lookup (#18742) (Nicholas C. Zakas)
  • 2d17453 feat: Implement modified cyclomatic complexity (#18896) (Dmitry Pashkevich)

Bug Fixes

  • ea380ca fix: Upgrade retry to avoid EMFILE errors (#18986) (Nicholas C. Zakas)
  • fdd6319 fix: Issues with type definitions (#18940) (Arya Emami)

Documentation

  • ecbd522 docs: Mention code explorer (#18978) (Nicholas C. Zakas)
  • 7ea4ecc docs: Clarifying the Use of Meta Objects (#18697) (Amaresh S M)
  • d3e4b2e docs: Clarify how to exclude .js files (#18976) (Milos Djermanovic)
  • 57232ff docs: Mention plugin-kit in language docs (#18973) (Nicholas C. Zakas)
  • b80ed00 docs: Update README (GitHub Actions Bot)
  • cb69ab3 docs: Update README (GitHub Actions Bot)
  • 7fb0d95 docs: Update README (GitHub Actions Bot)
  • 493348a docs: Update README (GitHub Actions Bot)
  • 87a582c docs: fix typo in id-match rule (#18944) (Jay)

Chores

  • 555aafd chore: upgrade to @eslint/[email protected] (#18987) (Francesco Trotta)
  • 873ae60 chore: package.json update for @​eslint/js release (Jenkins)
  • d0a5414 refactor: replace strip-ansi with native module (#18982) (Cristopher)
  • b827029 chore: Enable JSON5 linting (#18979) (Milos Djermanovic)
  • 8f55ca2 chore: Upgrade espree, eslint-visitor-keys, eslint-scope (#18962) (Nicholas C. Zakas)
  • c1a2725 chore: update dependency mocha to ^10.7.3 (#18945) (Milos Djermanovic)
Changelog

Sourced from eslint's changelog.

v9.12.0 - October 4, 2024

  • 555aafd chore: upgrade to @eslint/[email protected] (#18987) (Francesco Trotta)
  • 873ae60 chore: package.json update for @​eslint/js release (Jenkins)
  • ea380ca fix: Upgrade retry to avoid EMFILE errors (#18986) (Nicholas C. Zakas)
  • d0a5414 refactor: replace strip-ansi with native module (#18982) (Cristopher)
  • b827029 chore: Enable JSON5 linting (#18979) (Milos Djermanovic)
  • ecbd522 docs: Mention code explorer (#18978) (Nicholas C. Zakas)
  • 7ea4ecc docs: Clarifying the Use of Meta Objects (#18697) (Amaresh S M)
  • d3e4b2e docs: Clarify how to exclude .js files (#18976) (Milos Djermanovic)
  • 5a6a053 feat: update to jiti v2 (#18954) (Arya Emami)
  • 57232ff docs: Mention plugin-kit in language docs (#18973) (Nicholas C. Zakas)
  • b80ed00 docs: Update README (GitHub Actions Bot)
  • cb69ab3 docs: Update README (GitHub Actions Bot)
  • 7fb0d95 docs: Update README (GitHub Actions Bot)
  • fdd6319 fix: Issues with type definitions (#18940) (Arya Emami)
  • 8f55ca2 chore: Upgrade espree, eslint-visitor-keys, eslint-scope (#18962) (Nicholas C. Zakas)
  • 17a07fb feat: Hooks for test cases (RuleTester) (#18771) (Anna Bocharova)
  • 493348a docs: Update README (GitHub Actions Bot)
  • 87a582c docs: fix typo in id-match rule (#18944) (Jay)
  • 2ff0e51 feat: Implement alternate config lookup (#18742) (Nicholas C. Zakas)
  • 2d17453 feat: Implement modified cyclomatic complexity (#18896) (Dmitry Pashkevich)
  • c1a2725 chore: update dependency mocha to ^10.7.3 (#18945) (Milos Djermanovic)
Commits

Updates eslint-plugin-import from 2.30.0 to 2.31.0

Release notes

Sourced from eslint-plugin-import's releases.

v2.31.0

Added

Fixed

Changed

#3073: import-js/eslint-plugin-import#3073 #3072: import-js/eslint-plugin-import#3072 #3071: import-js/eslint-plugin-import#3071 #3070: import-js/eslint-plugin-import#3070 #3068: import-js/eslint-plugin-import#3068 #3066: import-js/eslint-plugin-import#3066 #3065: import-js/eslint-plugin-import#3065 #3062: import-js/eslint-plugin-import#3062 #3052: import-js/eslint-plugin-import#3052 #3043: import-js/eslint-plugin-import#3043 #3032: import-js/eslint-plugin-import#3032 #2996: import-js/eslint-plugin-import#2996 #2817: import-js/eslint-plugin-import#2817 [@​akwodkiewicz]: https://github.com/akwodkiewicz [@​joshuaobrien]: https://github.com/joshuaobrien [@​liuxingbaoyu]: https://github.com/liuxingbaoyu [@​manuth]: https://github.com/manuth [@​michaelfaith]: https://github.com/michaelfaith [@​phryneas]: https://github.com/phryneas

... (truncated)

Changelog

Sourced from eslint-plugin-import's changelog.

[2.31.0] - 2024-10-03

Added

Fixed

  • ExportMap / flat config: include languageOptions in context (#3052, thanks [@​michaelfaith])
  • [no-named-as-default]: Allow using an identifier if the export is both a named and a default export (#3032, thanks [@​akwodkiewicz])
  • [export]: False positive for exported overloaded functions in TS (#3065, thanks [@​liuxingbaoyu])
  • exportMap: export map cache is tainted by unreliable parse results (#3062, thanks [@​michaelfaith])
  • exportMap: improve cacheKey when using flat config (#3072, thanks [@​michaelfaith])
  • adjust "is source type module" checks for flat config (#2996, thanks [@​G-Rath])

Changed

Commits
  • 91f809b v2.31.0
  • 3f1ac24 [utils] [refactor] parse: avoid using a regex here
  • d225176 [New] extensions: add the checkTypeImports option
  • 5a51b9a [Tests] rule-tester: try this babel class workaround
  • d66cde0 [New] support eslint v9
  • d27a639 [Fix] adjust "is source type module" checks for flat config
  • 1fa8a07 [Refactor] create sourceType helper
  • 0bc1355 [Tests] no-default-export, no-named-export: add test cases with non-modu...
  • 55fa203 [Tests] no-default-export, no-named-export: add test case
  • 6be20df [Docs] no-restricted-paths: fix grammar
  • Additional commits viewable in compare view

Updates nx from 19.8.3 to 19.8.4

Release notes

Sourced from nx's releases.

19.8.4 (2024-10-04)

🚀 Features

  • core: allow circular project dependencies to execute tasks (#28227)
  • nx-dev: add nx powerpack to pricing page (#28232)
  • nx-dev: add nx powerpack gcp & azure mentions (#28256)

🩹 Fixes

  • angular: ensure @​typescript-eslint/utils is used with eslint flat config (#28267)
  • core: remove axios import from main code loading (#28230)
  • core: change getCache signature to only accept options (#28248)
  • core: allow prompts during nx add (#28247)
  • core: add stub for conformance:check, add messaging (#28250)
  • core: filter out task dependencies on itself (#28261)
  • core: fixing target groups not merging (#28280)
  • js: resolve VerdaccioWarning on the "logs" configuration property (#28234)
  • nx-cloud: use create-workspace-v1 endpoint if v2 returns with 404 (#28015)
  • nx-dev: fix markdoc table data alignment (#28274)
  • react: host generator should pass normalized name to remote generator (#28295)
  • testing: add support for playwright --last-failed (#28161)

❤️ Thank You

Commits
  • 7f31366 fix(nx-cloud): use create-workspace-v1 endpoint if v2 returns with 404 (#28015)
  • 88f163e fix(core): fixing target groups not merging (#28280)
  • 569f1ab chore(core): expose utility to determine if db cache is enabled (#28262)
  • c571710 fix(core): filter out task dependencies on itself (#28261)
  • cc5e940 fix(core): add stub for conformance:check, add messaging (#28250)
  • e138ebc docs(core): document --skip-sync flag for run commands (#28246)
  • 923242d fix(core): allow prompts during nx add (#28247)
  • bd192a6 fix(core): change getCache signature to only accept options (#28248)
  • b8ac136 fix(core): remove axios import from main code loading (#28230)
  • 952629b feat(core): allow circular project dependencies to execute tasks (#28227)
  • See full diff in compare view

Updates release-it from 17.6.0 to 17.7.0

Release notes

Sourced from release-it's releases.

Release 17.7.0

  • Lint/formatting fixes (79530b9)
  • Fix uploaded assets URL for Gitlab version >= 17.2 (#1153) (1a6325b)
  • feat(github): expose github make_latest flag (#1150) (eeda65b)
  • fix(github-comments): make search query respect 256 character limit (encoded) (#1148) (43a5e71)
  • fix: replace obsolete is-ci library by ci-info library (closes #1145) (#1146) (19c232d)
  • Remove node-fetch and got from dependencies (#1133) (696f082)
  • Fix schema for git.requireBranch (closes #1138) (8b57290)
Commits
  • 653e979 Release 17.7.0
  • 79530b9 Lint/formatting fixes
  • 1a6325b Fix uploaded assets URL for Gitlab version >= 17.2 (#1153)
  • eeda65b feat(github): expose github make_latest flag (#1150)
  • 43a5e71 fix(github-comments): make search query respect 256 character limit (encoded)...
  • 19c232d fix: replace obsolete is-ci library by ci-info library (closes #1145) (#1...
  • 696f082 Remove node-fetch and got from dependencies (#1133)
  • 8b57290 Fix schema for git.requireBranch (closes #1138)
  • 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@eslint/compat](https://github.com/eslint/rewrite) | `1.1.1` | `1.2.0` |
| [@stylistic/eslint-plugin-js](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-js) | `2.8.0` | `2.9.0` |
| [@stylistic/eslint-plugin-ts](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-ts) | `2.8.0` | `2.9.0` |
| [eslint](https://github.com/eslint/eslint) | `9.11.1` | `9.12.0` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.30.0` | `2.31.0` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `19.8.3` | `19.8.4` |
| [release-it](https://github.com/release-it/release-it) | `17.6.0` | `17.7.0` |


Updates `@eslint/compat` from 1.1.1 to 1.2.0
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json)
- [Commits](eslint/rewrite@compat-v1.1.1...compat-v1.2.0)

Updates `@stylistic/eslint-plugin-js` from 2.8.0 to 2.9.0
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases)
- [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v2.9.0/packages/eslint-plugin-js)

Updates `@stylistic/eslint-plugin-ts` from 2.8.0 to 2.9.0
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases)
- [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v2.9.0/packages/eslint-plugin-ts)

Updates `eslint` from 9.11.1 to 9.12.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.11.1...v9.12.0)

Updates `eslint-plugin-import` from 2.30.0 to 2.31.0
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.30.0...v2.31.0)

Updates `nx` from 19.8.3 to 19.8.4
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/19.8.4/packages/nx)

Updates `release-it` from 17.6.0 to 17.7.0
- [Release notes](https://github.com/release-it/release-it/releases)
- [Changelog](https://github.com/release-it/release-it/blob/main/CHANGELOG.md)
- [Commits](release-it/release-it@17.6.0...17.7.0)

---
updated-dependencies:
- dependency-name: "@eslint/compat"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@stylistic/eslint-plugin-js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@stylistic/eslint-plugin-ts"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: nx
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: release-it
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner October 7, 2024 00:00
@dependabot dependabot bot added 🏠 pr: internal PR which adds internal framework changes javascript Pull requests that update Javascript code labels Oct 7, 2024
@WasiqB WasiqB merged commit 5ac48ef into main Oct 7, 2024
7 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/dependencies-249ceb5871 branch October 7, 2024 06:03
@WasiqB
Copy link
Member

WasiqB commented Oct 17, 2024

🚀 This pull request is included in v2.2.0. See Release 2.2.0 for release notes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏠 pr: internal PR which adds internal framework changes javascript Pull requests that update Javascript code
Projects
Development

Successfully merging this pull request may close these issues.

1 participant