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 (non-major) #86

Merged
merged 1 commit into from
Jan 18, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 23, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 20.7.0 -> 20.11.5 age adoption passing confidence
@types/node (source) 20.11.0 -> 20.11.5 age adoption passing confidence
@types/react-dom (source) 18.2.8 -> 18.2.18 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 6.18.1 -> 6.19.0 age adoption passing confidence
@typescript-eslint/parser (source) 6.18.1 -> 6.19.0 age adoption passing confidence
autoprefixer 10.4.16 -> 10.4.17 age adoption passing confidence
prettier (source) 3.1.1 -> 3.2.4 age adoption passing confidence
vite-tsconfig-paths 4.2.3 -> 4.3.1 age adoption passing confidence

Release Notes

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

v6.19.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-promise-reject-errors] add rule

  • eslint-plugin: [no-array-delete] add new rule

  • eslint-plugin: [no-useless-template-literals] add fix suggestions

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression

  • eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable

❤️ Thank You
  • auvred
  • Brad Zacher
  • Josh Goldberg ✨
  • Joshua Chen
  • LJX
  • Steven
  • StyleShit

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

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

v6.19.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

postcss/autoprefixer (autoprefixer)

v10.4.17

Compare Source

  • Fixed user-select: contain prefixes.
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" }

v3.2.2

Compare Source

diff

Fix crash when parsing template literal CSS in a JSX style tag using a spread attribute (#​15896 by @​eelco)

For example this code would crash before:

<style {...spread}>{`.{}`}</style>
Fix formatting error on optional call expression and member chain (#​15920 by @​sosukesuzuki)
// Input
a(() => {}, c?.d());

// Prettier 3.2.1
TypeError: Cannot read properties of undefined (reading 'type')

// Prettier 3.2.2
a(() => {}, c?.d());

v3.2.1

Compare Source

diff

Fix formatting error on member chain (#​15915 by @​sosukesuzuki)
// Input
test().test2().test2(thing?.something);

// Prettier 3.2.0
TypeError: Cannot read properties of undefined (reading 'type')

// Prettier 3.2.1
test().test2().test2(thing?.something);

v3.2.0

Compare Source

diff

🔗 Release Notes

aleclarson/vite-tsconfig-paths (vite-tsconfig-paths)

v4.3.1

Compare Source

v4.3.0

Compare Source


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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 force-pushed the renovate/devdependencies-(non-major) branch from f81b001 to 14b600f Compare December 25, 2023 19:58
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 14b600f to e049f3b Compare December 28, 2023 18:55
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from e049f3b to 9bc5ebb Compare December 28, 2023 21:34
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 9bc5ebb to c75d8d4 Compare December 30, 2023 00:59
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from c75d8d4 to 4d9e1c1 Compare December 30, 2023 23:00
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 4d9e1c1 to 891496b Compare January 1, 2024 19:40
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 891496b to fe380c2 Compare January 3, 2024 00:17
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from fe380c2 to b4907fd Compare January 4, 2024 22:07
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from b4907fd to fa1941e Compare January 5, 2024 23:03
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from fa1941e to 748bdfe Compare January 6, 2024 15:04
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 748bdfe to d91c971 Compare January 7, 2024 17:25
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from d91c971 to eb50809 Compare January 9, 2024 00:35
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from eb50809 to 55fa3ca Compare January 9, 2024 19:59
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 55fa3ca to 9523bc8 Compare January 11, 2024 05:00
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 9523bc8 to 61c099e Compare January 11, 2024 08:49
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 61c099e to b7ab379 Compare January 11, 2024 14:21
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from b7ab379 to 3ef62a4 Compare January 11, 2024 14:23
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 3ef62a4 to 3efb0d1 Compare January 11, 2024 15:06
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 3efb0d1 to 71f9a80 Compare January 11, 2024 15:11
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 71f9a80 to 4c20bcf Compare January 12, 2024 20:35
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 11 times, most recently from f037537 to c66f1fa Compare January 17, 2024 13:22
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from c66f1fa to bbc45e1 Compare January 17, 2024 18:12
@aboqasem aboqasem merged commit c6f0291 into main Jan 18, 2024
3 checks passed
@aboqasem aboqasem deleted the renovate/devdependencies-(non-major) branch January 18, 2024 01:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant