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

Merged
merged 2 commits into from
Dec 30, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 29, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vercel/style-guide 4.0.2 -> 5.1.0 age adoption passing confidence
lint-staged 14.0.1 -> 15.2.0 age adoption passing confidence
tsup (source) 7.3.0 -> 8.0.1 age adoption passing confidence

Release Notes

vercel/style-guide (@​vercel/style-guide)

v5.1.0

Compare Source

Bug Fixes
  • eslint: disable includeInternal flag (943626e)
Features
  • eslint: expand peer @next/eslint-plugin-next version (#​74) (b2b253e)

v5.0.1

Compare Source

Bug Fixes
  • update peer dependencies (cd70de9)

v5.0.0

Compare Source

Features
  • eslint: change config for import/no-extraneous-dependencies (b81ebaa), closes #​42
  • eslint: enable @typescript-eslint/require-array-sort-compare (c55c6fc), closes #​61
  • eslint: enable allowExpressions in @typescript-eslint/explicit-function-return-type (6b4214f), closes #​51
  • eslint: enable eslint-comments/require-description (ec761d9), closes #​26
  • eslint: enable react/no-unknown-property (2a4bd0e), closes #​52
  • eslint: introduce from jest-react config (8f612e0)
  • eslint: introduce rules from playwright/recommended (85f8b18)
  • eslint: update to ESLint 8.48.0 (dac7a98)
  • eslint: upgrade @typescript-eslint/* and recommended configs (8c4c673), closes #​66
  • eslint: upgrade dependencies (8850581)
  • prettier: upgrade to 3.x (f1346cd), closes #​65
BREAKING CHANGES
  • eslint: A compare function is now required when calling sort on non-string arrays. This change applies to TypeScript only.
  • eslint: Types are no longer required in expressions (callbacks), as the parent will flag unexpected return types.
  • eslint: ESLint disable directives (comments) now require a description. An example migration script is available below.
  • eslint: import/no-extraneous-dependencies now checks internal modules and type-only imports.
  • eslint: react/no-unknown-property has been enabled as it provides a useful auto-fix for SVG properties.
  • eslint: Upgrading to @typescript-eslint/*@​6.x may have have enabled additional rules.
  • eslint: Rules for @testing-library/react have been moved to a new jest-react config, which extends the jest config.
  • eslint: Rules were enabled to align with the recommended rules from eslint-plugin-playwright.
  • eslint: ESLint 8.48.0 is now the minimum supported version.
  • prettier: Prettier 3.0 is now the minimum supported version.
Migrations

For eslint-comments/require-description, we've created this example script - which you can modify. It appends a placeholder comment to eslint-disable directives without comments.

#!/bin/bash
### find all .js files in the current directory and all subdirectories
find . -type f \( -name '*.js' -o -name '*.ts' \) ! -path "*/node_modules/*" | while read file
do

##### Use sed to modify strings
    sed -i '' -E '/--/!s|^( *// eslint-disable.*)$|\1 -- [@​vercel/style-guide@5 migration]|' "$file"
done

Co-authored-by: Vu Van Dung [email protected]

okonet/lint-staged (lint-staged)

v15.2.0

Compare Source

Minor Changes
  • #​1371 f3378be Thanks @​iiroj! - Using the --no-stash flag no longer discards all unstaged changes to partially staged files, which resulted in inadvertent data loss. This fix is available with a new flag --no-hide-partially-staged that is automatically enabled when --no-stash is used.
Patch Changes

v15.1.0

Compare Source

Minor Changes
Patch Changes

v15.0.2

Compare Source

Patch Changes
  • #​1339 8e82364 Thanks @​iiroj! - Update dependencies, including listr2@​7.0.2 to fix an upstream issue affecting lint-staged.

v15.0.1

Compare Source

Patch Changes
  • #​1217 d2e6f8b Thanks @​louneskmt! - Previously it was possible for a function task to mutate the list of staged files passed to the function, and accidentally affect the generation of other tasks. This is now fixed by passing a copy of the original file list instead.

v15.0.0

Compare Source

Major Changes
  • #​1322 66b93aa Thanks @​iiroj! - Require at least Node.js 18.12.0

    This release drops support for Node.js 16, which is EOL after 2023-09-11.
    Please upgrade your Node.js to the latest version.

    Additionally, all dependencies have been updated to their latest versions.

egoist/tsup (tsup)

v8.0.1

Compare Source

Bug Fixes
  • dts: ensure chunks conform to bundle format (#​1034) (f83baf8)
  • experimental-dts: make --experimental-dts to be compatible with --clean (#​1041) (8c26e63)
  • experimental-dts: only include exported declarations (#​1039) (731f43f)

v8.0.0

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • Drop node < 18

Configuration

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

🚦 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 force-pushed the renovate/major-devdependencies branch 2 times, most recently from 0884102 to a5e83db Compare September 4, 2023 02:06
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from 27e795b to fabfc81 Compare October 9, 2023 00:14
@renovate renovate bot changed the title chore(deps): update dependency @vercel/style-guide to v5 chore(deps): update devdependencies (major) Oct 14, 2023
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 4 times, most recently from 3a83494 to 034ba38 Compare October 19, 2023 13:25
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 034ba38 to ac46e1b Compare October 23, 2023 00:38
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from c41f29e to 0d50fa1 Compare November 6, 2023 00:22
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 3 times, most recently from 0befb63 to aacdd09 Compare November 13, 2023 00:08
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 3 times, most recently from c16a1de to d1ff88a Compare November 21, 2023 10:26
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 3 times, most recently from 83e0f93 to 65a68fd Compare December 4, 2023 02:26
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 65a68fd to 94f8126 Compare December 11, 2023 02:02
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from bf469ad to a8fa1b4 Compare December 30, 2023 17:42
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from a8fa1b4 to d479936 Compare December 30, 2023 17:43
@tnez tnez merged commit a9f4c4f into main Dec 30, 2023
7 checks passed
@tnez tnez deleted the renovate/major-devdependencies branch December 30, 2023 17:51
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