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 dependencies #107

Merged
merged 1 commit into from
Sep 29, 2023
Merged

chore(deps): update all dependencies #107

merged 1 commit into from
Sep 29, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 25, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@typescript-eslint/eslint-plugin 6.7.2 -> 6.7.3 age adoption passing confidence devDependencies patch
@typescript-eslint/parser 6.7.2 -> 6.7.3 age adoption passing confidence devDependencies patch
esbuild 0.19.3 -> 0.19.4 age adoption passing confidence devDependencies patch
github/codeql-action v2.21.8 -> v2.21.9 age adoption passing confidence action patch
rimraf 5.0.1 -> 5.0.5 age adoption passing confidence devDependencies patch

Release Notes

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

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.3

Compare Source

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

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

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.

github/codeql-action (github/codeql-action)

v2.21.9

Compare Source

isaacs/rimraf (rimraf)

v5.0.5

Compare Source

v5.0.4

Compare Source

v5.0.3

Compare Source

v5.0.2

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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.

@renovate renovate bot changed the title fix(deps): update module github.com/golangci/golangci-lint to v1.52.2 chore(deps): update all dependencies Mar 26, 2023
@renovate renovate bot force-pushed the renovate/all branch 23 times, most recently from 79cdb17 to 9d38467 Compare April 2, 2023 00:43
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 232365b to 4f0a7dc Compare April 4, 2023 21:30
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 2b3237b to 406621e Compare September 19, 2023 17:34
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 31ae4d2 to b2f0ea5 Compare September 25, 2023 04:37
@renovate renovate bot changed the title chore(deps): update all dependencies chore(deps): update all dependencies - autoclosed Sep 25, 2023
@renovate renovate bot closed this Sep 25, 2023
@renovate renovate bot deleted the renovate/all branch September 25, 2023 04:37
@renovate renovate bot changed the title chore(deps): update all dependencies - autoclosed chore(deps): update all dependencies Sep 25, 2023
@renovate renovate bot reopened this Sep 25, 2023
@renovate renovate bot restored the renovate/all branch September 25, 2023 18:50
@renovate renovate bot changed the title chore(deps): update all dependencies chore(deps): update all dependencies to v6.7.3 Sep 25, 2023
@renovate renovate bot changed the title chore(deps): update all dependencies to v6.7.3 chore(deps): update all dependencies Sep 25, 2023
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 5102a4c to c887494 Compare September 27, 2023 15:53
@paralin paralin merged commit 5e161b9 into main Sep 29, 2023
4 checks passed
@paralin paralin deleted the renovate/all branch September 29, 2023 04:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant