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): update all non-major dependencies #4

Merged
merged 1 commit into from Oct 11, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 31, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) 17.7.1 -> 17.7.2 age adoption passing confidence
@types/node (source) 20.6.3 -> 20.8.2 age adoption passing confidence
@typescript-eslint/eslint-plugin 6.7.2 -> 6.7.4 age adoption passing confidence
@typescript-eslint/parser 6.7.2 -> 6.7.4 age adoption passing confidence
@vitest/coverage-v8 (source) 0.34.5 -> 0.34.6 age adoption passing confidence
esbuild 0.19.3 -> 0.19.4 age adoption passing confidence
eslint (source) 8.49.0 -> 8.50.0 age adoption passing confidence
eslint-config-escapace 3.18.1 -> 3.18.2 age adoption passing confidence
vitest 0.34.5 -> 0.34.6 age adoption passing confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v17.7.2

Compare Source

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

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.7.4

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

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

v6.7.3

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

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

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v6.7.4

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

v6.7.3

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

vitest-dev/vitest (@​vitest/coverage-v8)

v0.34.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
evanw/esbuild (esbuild)

v0.19.4

Compare Source

  • Fix printing of JavaScript decorators in tricky cases (#​3396)

    This release fixes some bugs where esbuild's pretty-printing of JavaScript decorators could incorrectly produced code with a syntax error. The problem happened because esbuild sometimes substitutes identifiers for other expressions in the pretty-printer itself, but the decision about whether to wrap the expression or not didn't account for this. Here are some examples:

    // Original code
    import { constant } from './constants.js'
    import { imported } from 'external'
    import { undef } from './empty.js'
    class Foo {
      @​constant()
      @​imported()
      @​undef()
      foo
    }
    
    // Old output (with --bundle --format=cjs --packages=external --minify-syntax)
    var import_external = require("external");
    var Foo = class {
      @​123()
      @​(0, import_external.imported)()
      @​(void 0)()
      foo;
    };
    
    // New output (with --bundle --format=cjs --packages=external --minify-syntax)
    var import_external = require("external");
    var Foo = class {
      @​(123())
      @​((0, import_external.imported)())
      @​((void 0)())
      foo;
    };
  • Allow pre-release versions to be passed to target (#​3388)

    People want to be able to pass version numbers for unreleased versions of node (which have extra stuff after the version numbers) to esbuild's target setting and have esbuild do something reasonable with them. These version strings are of course not present in esbuild's internal feature compatibility table because an unreleased version has not been released yet (by definition). With this release, esbuild will now attempt to accept these version strings passed to target and do something reasonable with them.

eslint/eslint (eslint)

v8.50.0

Compare Source

Features

  • 27d5a9e feat: add suggestions to array-callback-return (#​17590) (Tanuj Kanti)
  • f9082ff feat: flat-rule-tester make sure default config always matches (#​17585) (fnx)
  • 83914ad feat: Implement SourceCode#applyInlineConfig() (#​17351) (Nicholas C. Zakas)
  • 22a5582 feat: add rule no-object-constructor, deprecate no-new-object (#​17576) (Francesco Trotta)
  • 85a3d9e feat: allowVoid option in array-callback-return (#​17564) (Tanuj Kanti)

Bug Fixes

  • cc4d26b fix: Ensure deprecated context.parserServices warns (#​17593) (Nicholas C. Zakas)
  • 1ea4cfb fix: Ensure all RuleTester tests all deprecated context methods (#​17587) (Nicholas C. Zakas)
  • aa1b657 fix: wrong suggestion and message in no-misleading-character-class (#​17571) (Yosuke Ota)

Documentation

  • 1800537 docs: Fix and standardize JSX code examples (#​17591) (Francesco Trotta)
  • 48a44a7 docs: Add correct/incorrect tags to prefer-arrow-callback (#​17589) (Francesco Trotta)
  • 20893d4 docs: fix incorrect tag's place (#​17575) (Tanuj Kanti)
  • bd7a71f docs: Update README (GitHub Actions Bot)

Chores

escapace/eslint-config-escapace (eslint-config-escapace)

v3.18.2

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Jul 31, 2023

Codecov Report

Merging #4 (512af66) into trunk (31a9675) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff            @@
##             trunk        #4   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           76        76           
  Branches        25        25           
=========================================
  Hits            76        76           

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from ba0eac3 to 2a457e9 Compare August 9, 2023 23:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 2275528 to 34862bd Compare August 17, 2023 02:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 4a2fdc6 to 24cf270 Compare August 21, 2023 02:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 8ced7dc to 051b405 Compare September 2, 2023 14:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from e5e9464 to 9595c72 Compare September 10, 2023 05:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 871de54 to a925399 Compare September 21, 2023 15:52
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Sep 21, 2023
@renovate renovate bot closed this Sep 21, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch September 21, 2023 16:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from aad9886 to 3201e3c Compare September 29, 2023 16:11
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update dependency eslint to v8.50.0 Sep 29, 2023
@renovate renovate bot changed the title chore(deps): update dependency eslint to v8.50.0 chore(deps): update all non-major dependencies Sep 30, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 9ecf699 to df16d71 Compare October 7, 2023 09:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from df16d71 to e0cc073 Compare October 9, 2023 19:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e0cc073 to 512af66 Compare October 9, 2023 21:16
@markmartirosian markmartirosian merged commit 941e5f0 into trunk Oct 11, 2023
7 checks passed
@markmartirosian markmartirosian deleted the renovate/all-minor-patch branch October 11, 2023 00:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant