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 devdependencies #218

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 21, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
@upleveled/babel-plugin-remove-node-prefix devDependencies digest 95fcbd9 -> 02526f8 age adoption passing confidence
execa devDependencies major ^7.2.0 -> ^8.0.0 age adoption passing confidence
numerous devDependencies major 1.0.3 -> 2.0.0 age adoption passing confidence
prettier (source) devDependencies patch 3.2.2 -> 3.2.4 age adoption passing confidence
setup-python devDependencies digest a783db6 -> 65d7f2d age adoption passing confidence
time-delta devDependencies digest 69d91a4 -> d732dbc age adoption passing confidence

🔡 If you wish to disable git hash updates, add ":disableDigestUpdates" to the extends array in your config.


Release Notes

sindresorhus/execa (execa)

v8.0.1

Compare Source

Fixes

v8.0.0

Compare Source

Breaking
  • Require Node.js 16.17.0 and later (#​569)
betsol/numerous (numerous)

v2.0.0

Compare Source

(August 11, 2021)

  • done some major refactoring
  • changed locale file format
  • updated CLDR to the latest version and re-generated all the locales
  • updated library API to better support modern front-end development practices
  • added TypeScript support
  • updated README
  • updated dependencies
  • updated package manifest file
  • removed bower support
prettier/prettier (prettier)

v3.2.4

Compare Source

diff

Fix incorrect parser inference (#​15947 by @​fisker)

Files like .eslintrc.json were incorrectly formatted as JSONC files.

// Input
prettier --file-info .eslintrc.json
{ "ignored": false, "inferredParser": "jsonc" }

// Prettier 3.2.4
prettier --file-info .eslintrc.json
{ "ignored": false, "inferredParser": "json" }

v3.2.3

Compare Source

diff

Throw errors for invalid code (#​15881 by @​fisker, @​Josh-Cena, @​auvred)
// Input
1++;

// Prettier 3.2.2
1++;

// Prettier 3.2.3
SyntaxError: Invalid left-hand side expression in unary operation (1:1)
> 1 | 1++;
    | ^
// Input
try {} catch (error = 1){}

// Prettier 3.2.2
try {
} catch (error) {}

// Prettier 3.2.3
SyntaxError: Catch clause variable cannot have an initializer. (1:23)
> 1 | try {} catch (error = 1){}
    |                       ^
Fix parser inference (#​15927 by @​fisker)
// Prettier 3.2.2
prettier --file-info tsconfig.json
{ "ignored": false, "inferredParser": "json" }

// Prettier 3.2.3
prettier --file-info tsconfig.json
{ "ignored": false, "inferredParser": "jsonc" }

Configuration

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

🚦 Automerge: Enabled.

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 enabled auto-merge (rebase) January 21, 2024 05:00
@renovate renovate bot force-pushed the renovate/devdependencies branch 4 times, most recently from 3530109 to 1be8ebe Compare January 22, 2024 10:08
@renovate renovate bot force-pushed the renovate/devdependencies branch from 1be8ebe to 427be47 Compare January 22, 2024 10:21
@aminya aminya closed this Jan 22, 2024
auto-merge was automatically disabled January 22, 2024 10:22

Pull request was closed

@aminya aminya deleted the renovate/devdependencies branch January 22, 2024 10:23
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.

1 participant