bicep icon indicating copy to clipboard operation
bicep copied to clipboard

Bump eslint-plugin-react from 7.35.2 to 7.37.1 in /src/vscode-bicep

Open dependabot[bot] opened this issue 1 year ago • 22 comments

Bumps eslint-plugin-react from 7.35.2 to 7.37.1.

Release notes

Sourced from eslint-plugin-react's releases.

v7.37.1

Fixed

Changed

#3834: jsx-eslint/eslint-plugin-react#3834 #3836: jsx-eslint/eslint-plugin-react#3836

v7.37.0

Added

Changed

#3805: jsx-eslint/eslint-plugin-react#3805 #3824: jsx-eslint/eslint-plugin-react#3824 #3826: jsx-eslint/eslint-plugin-react#3826 #3830: jsx-eslint/eslint-plugin-react#3830 #3831: jsx-eslint/eslint-plugin-react#3831 [forbid-component-props]: docs/rules/forbid-component-props.md [no-unescaped-entities]: docs/rules/no-unescaped-entities.md [no-unstable-nested-components]: docs/rules/no-unstable-nested-components.md

v7.36.1

Fixed

#3823: jsx-eslint/eslint-plugin-react#3823 #3821: jsx-eslint/eslint-plugin-react#3821

v7.36.0

Added

Fixed

  • [function-component-definition], [boolean-prop-naming], [jsx-first-prop-new-line], [jsx-props-no-multi-spaces], propTypes: use type args (#3629[] @​HenryBrown0)
  • JSX pragma: fail gracefully (#3632[] @​ljharb)
  • [jsx-props-no-spreading]: add explicitSpread option to schema (#3799[] @​ljharb)

... (truncated)

Changelog

Sourced from eslint-plugin-react's changelog.

[7.37.1] - 2024.10.01

Fixed

Changed

#3836: jsx-eslint/eslint-plugin-react#3836 #3834: jsx-eslint/eslint-plugin-react#3834

[7.37.0] - 2024.09.26

Added

Changed

#3831: jsx-eslint/eslint-plugin-react#3831 #3830: jsx-eslint/eslint-plugin-react#3830 #3826: jsx-eslint/eslint-plugin-react#3826 #3824: jsx-eslint/eslint-plugin-react#3824 #3805: jsx-eslint/eslint-plugin-react#3805

7.36.1 - 2024.09.12

Fixed

#3823: jsx-eslint/eslint-plugin-react#3823 #3821: jsx-eslint/eslint-plugin-react#3821

[7.36.0] - 2024.09.12

Added

Fixed

  • [function-component-definition], [boolean-prop-naming], [jsx-first-prop-new-line], [jsx-props-no-multi-spaces], propTypes: use type args (#3629[] @​HenryBrown0)
  • JSX pragma: fail gracefully (#3632[] @​ljharb)
  • [jsx-props-no-spreading]: add explicitSpread option to schema (#3799[] @​ljharb)

... (truncated)

Commits
  • ae6fb8d Update CHANGELOG and bump version
  • 63e0b49 [meta] do not npmignore d.ts files
  • 1f95a24 [readme] Fix shared settings link
  • ec27e20 Update CHANGELOG and bump version
  • 0cc5b7a [meta] fix release workflow
  • 744135b [readme] flat config example for react 17+
  • a1273d5 [New] no-unstable-nested-components: add propNamePattern to support custo...
  • 3073214 [New] forbid-component-props: add allowedForPatterns/`disallowedForPatter...
  • 95297ed [New] no-unescaped-entities: add suggestions
  • 7f3ac1b [New] add type generation
  • Additional commits viewable in compare view

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)
###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/15213)

dependabot[bot] avatar Oct 02 '24 22:10 dependabot[bot]

@dependabot recreate

StephenWeatherford avatar Oct 02 '24 22:10 StephenWeatherford

Test this change out locally with the following install scripts (Action run 11444645204)

VSCode
  • Mac/Linux
    bash <(curl -Ls https://aka.ms/bicep/nightly-vsix.sh) --run-id 11444645204
    
  • Windows
    iex "& { $(irm https://aka.ms/bicep/nightly-vsix.ps1) } -RunId 11444645204"
    
Azure CLI
  • Mac/Linux
    bash <(curl -Ls https://aka.ms/bicep/nightly-cli.sh) --run-id 11444645204
    
  • Windows
    iex "& { $(irm https://aka.ms/bicep/nightly-cli.ps1) } -RunId 11444645204"
    

github-actions[bot] avatar Oct 02 '24 23:10 github-actions[bot]

Dotnet Test Results

    72 files   -     36      72 suites   - 36   29m 32s :stopwatch: - 13m 25s 11 357 tests  -     25  11 357 :white_check_mark:  -     25  0 :zzz: ±0  0 :x: ±0  26 445 runs   - 13 218  26 445 :white_check_mark:  - 13 218  0 :zzz: ±0  0 :x: ±0 

Results for commit 586969fd. ± Comparison against base commit 4ba7be62.

:recycle: This comment has been updated with latest results.

github-actions[bot] avatar Oct 02 '24 23:10 github-actions[bot]

Forcing rebuild

StephenWeatherford avatar Oct 02 '24 23:10 StephenWeatherford

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

dependabot[bot] avatar Oct 02 '24 23:10 dependabot[bot]

@dependabot recreate

StephenWeatherford avatar Oct 04 '24 16:10 StephenWeatherford

@dependabot recreate

StephenWeatherford avatar Oct 04 '24 16:10 StephenWeatherford

@dependabot recreate

StephenWeatherford avatar Oct 04 '24 16:10 StephenWeatherford

@dependabot recreate

StephenWeatherford avatar Oct 04 '24 16:10 StephenWeatherford

Forcing rebuild

StephenWeatherford avatar Oct 04 '24 16:10 StephenWeatherford

@dependabot recreate

StephenWeatherford avatar Oct 04 '24 16:10 StephenWeatherford

@dependabot recreate

StephenWeatherford avatar Oct 04 '24 17:10 StephenWeatherford

Forcing rebuild

StephenWeatherford avatar Oct 04 '24 17:10 StephenWeatherford

/lockfiles

StephenWeatherford avatar Oct 04 '24 19:10 StephenWeatherford

Forcing rebuild

StephenWeatherford avatar Oct 07 '24 16:10 StephenWeatherford

Forcing rebuild

StephenWeatherford avatar Oct 11 '24 20:10 StephenWeatherford

Forcing rebuild

StephenWeatherford avatar Oct 14 '24 16:10 StephenWeatherford

@dependabot recreate

StephenWeatherford avatar Oct 14 '24 22:10 StephenWeatherford

Forcing rebuild

StephenWeatherford avatar Oct 15 '24 16:10 StephenWeatherford

Forcing rebuild

StephenWeatherford avatar Oct 21 '24 16:10 StephenWeatherford

Forcing rebuild

StephenWeatherford avatar Oct 21 '24 18:10 StephenWeatherford

Forcing rebuild

StephenWeatherford avatar Oct 21 '24 21:10 StephenWeatherford

Forcing rebuild

StephenWeatherford avatar Oct 23 '24 18:10 StephenWeatherford

@dependabot recreate

StephenWeatherford avatar Oct 23 '24 23:10 StephenWeatherford

Superseded by #15393.

dependabot[bot] avatar Oct 23 '24 23:10 dependabot[bot]