Skip to content

build(deps-dev): bump all (major) #841

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 17, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@types/node (source) 20.x -> 22.x age adoption passing confidence devDependencies major
editorconfig-checker 5.1.5 -> 6.0.1 age adoption passing confidence devDependencies major
eslint-config-prettier 9.1.0 -> 10.1.2 age adoption passing confidence devDependencies major
eslint-import-resolver-typescript 3.6.1 -> 4.3.4 age adoption passing confidence devDependencies major
eslint-plugin-promise 6.1.1 -> 7.2.1 age adoption passing confidence devDependencies major
eslint-plugin-unicorn 53.0.0 -> 59.0.0 age adoption passing confidence devDependencies major
github-linguist "~> 7.28" -> "~> 9.0" age adoption passing confidence major
pnpm (source) 9.1.1 -> 10.9.0 age adoption passing confidence packageManager major
ubuntu 22.04 -> 24.04 age adoption passing confidence github-runner major

Release Notes

editorconfig-checker/editorconfig-checker.javascript (editorconfig-checker)

v6.0.1

Compare Source

Bug Fixes

v6.0.0

Compare Source

⚠ BREAKING CHANGES
  • Minimum supported Node.js >= 20.11.0

Ref: https://nodejs.org/api/esm.html#importmetadirname

Bug Fixes
  • correct working directory (c78ecb0)

v5.1.9

Compare Source

Performance Improvements
  • reduce package size by updating dependencies, from 700Kb to 650Kb + fixes security issues with dependencies (f8f4bba)

v5.1.8

Compare Source

Reverts

v5.1.6 release didn't work because of an issue with the @vercel/ncc compiler: https://github.com/vercel/ncc/issues/1193, for now we revert the changes, so basically v5.1.8 is the same as v5.1.5.
Sorry for the troubles, we also improved our CI, so we should be able to detect this kind of issues in the future.

v5.1.7

Compare Source

Reverts

v5.1.6

Compare Source

Bug Fixes
prettier/eslint-config-prettier (eslint-config-prettier)

v10.1.2

Compare Source

Patch Changes

v10.1.1

Compare Source

Patch Changes
  • #​309 eb56a5e Thanks @​JounQin! - fix: separate the /flat entry for compatibility

    For flat config users, the previous "eslint-config-prettier" entry still works, but "eslint-config-prettier/flat" adds a new name property for config-inspector, we just can't add it for the default entry for compatibility.

    See also #​308

    // before
    import eslintConfigPrettier from "eslint-config-prettier";
    
    // after
    import eslintConfigPrettier from "eslint-config-prettier/flat";

v10.1.0

Compare Source

Minor Changes

v10.0.3

Compare Source

Patch Changes

v10.0.2

Compare Source

Patch Changes

v10.0.1

Compare Source

eslint-config-prettier

10.0.1

What's Changed

New Contributors

Full Changelog: prettier/eslint-config-prettier@v9.1.0...v10.0.1

v10.0.0

Compare Source

Major Changes
import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)

v4.3.4

Compare Source

Patch Changes

v4.3.3

Compare Source

Patch Changes

v4.3.2

Compare Source

Patch Changes

v4.3.1

Compare Source

Patch Changes

v4.3.0

Compare Source

Minor Changes

v4.2.7

Compare Source

Patch Changes

v4.2.6

Compare Source

Patch Changes

v4.2.5

Compare Source

Patch Changes

v4.2.4

Compare Source

Patch Changes
  • #​407 6b183ff Thanks @​JounQin! - chore: migrate to rebranding unrs-resolver with new targets supported:

    • i686-pc-windows-msvc
    • armv7-unknown-linux-musleabihf
    • powerpc64le-unknown-linux-gnu
    • s390x-unknown-linux-gnu

v4.2.3

Compare Source

Patch Changes
  • #​402 f21bf15 Thanks @​SunsetTechuila! - fix: don't resolve not implemented node modules in bun

    is-bun-module is marked as dependency, again, for correctness, see isBunImplementedNodeModule for more details

    For Bun users: you don't need to install is-bun-module any more but bun: true option is still required if you're running without bun --bun nor run#bun enabled

v4.2.2

Compare Source

Patch Changes
  • #​397 14a7688 Thanks @​JounQin! - chore: bump rspack-resolver for better P'n'P support

    Now rspack-resolver resolves pnpapi natively.

v4.2.1

Compare Source

Patch Changes

v4.2.0

Compare Source

Minor Changes
  • #​391 c8121e5 Thanks @​JounQin! - feat: make is-bun-module as optional peer dependency

    Technically this is a BREAKING CHANGE, but considering we just raise out v4 recently and this only affects bun users, bun --bun eslint even works without this dependency, so I'd consider this as a minor change.

    So for bun users, there are three options:

    1. install is-bun-module dependency manually and use bun: true option
    2. run eslint with bun --bun eslint w/o bun: true option
    3. enable run#bun in bunfig.toml w/o bun: true option

v4.1.1

Compare Source

Patch Changes

v4.1.0

Compare Source

Minor Changes
  • #​387 ef5cd10 Thanks @​JounQin! - feat: add a new bun?: boolean option for bun users - close #​386

    process.versions.bun is unavailable even with bun eslint due to its own design,
    but checking bun modules for non-bun users is incorrect behavior and just wasting time,
    so a new option is added for such case, you can still run with bun --bun eslint without this option enabled

v4.0.0

Compare Source

Major Changes
  • #​368 2fd7c2e Thanks @​JounQin! - feat!: rewrite, speed up by using rspack-resolver which supports references natively under the hood

    BREAKING CHANGES:

    • drop Node 14 support, Node ^16.17.0 || >=18.6 is now required
    • alwaysTryTypes is enabled by default, you can set it as false to opt-out
    • array type of project is discouraged but still supported, single project with references are encouraged for better performance, you can enable noWarnOnMultipleProjects option to supress the warning message
    • root tsconfig.json or jsconfig.json will be used automatically if no project provided

v3.10.1

Compare Source

v3.10.0

Compare Source

Minor Changes

Full Changelog: import-js/eslint-import-resolver-typescript@v3.9.1...v3.10.0

v3.9.1

Compare Source

Patch Changes

v3.9.0

Compare Source

Minor Changes

v3.8.7

Compare Source

Patch Changes

v3.8.6

Compare Source

Patch Changes

v3.8.5

Compare Source

Patch Changes

v3.8.4

Compare Source

Patch Changes

v3.8.3

Compare Source

Patch Changes

v3.8.2

Compare Source

Patch Changes

v3.8.1

Compare Source

Patch Changes

v3.8.0

Compare Source

Minor Changes
  • #​345 fcc8883 Thanks @​carlocorradini! - Enable the mapper function just for a set of allowed files. Improves project discovery using glob and POSIX separator.

  • #​346 c124e87 Thanks @​carlocorradini! - Update get-tsconfig to the the latest version. We now support the ${configDir} variable, introduced in TypeScript 5.5.

v3.7.0

Compare Source

Minor Changes
  • #​326 93ea130 Thanks @​SukkaW! - This version has implemented the eslint-plugin-import-x's v3 resolver interface. This allows you to use import/require to reference eslint-import-resolver-typescript directly in your ESLint flat config:

    Previously

    // eslint.config.js
    module.exports = {
      settings: {
        'import-x/resolver': {
          typescript: {
            alwaysTryTypes: true,
          },
          // or
          require.resolve('eslint-import-resolver-typescript'):
            alwaysTryTypes: true,
          }
        }
      }
    }

    Now

    // eslint.config.js
    const {
      createTypeScriptImportResolver,
    } = require('eslint-import-resolver-typescript')
    
    module.exports = {
      settings: {
        'import-x/resolver-next': [
          createTypeScriptImportResolver({
            alwaysTryTypes: true,
          }),
        ],
      },
    }

    Note that this only works with eslint-plugin-import-x@>=4.5.0. You can't use createTypeScriptImportResolver with the older versions of eslint-plugin-import-x or any existing versions of eslint-plugin-import.

v3.6.3

Compare Source

Patch Changes
eslint-community/eslint-plugin-promise (eslint-plugin-promise)

v7.2.1

Compare Source

🩹 Fixes
  • no-callback-in-promise: false triggering of callback (#​574) (8324564)
🧹 Chores

v7.2.0

Compare Source

🌟 Features
🩹 Fixes
  • permit appropriate computed member expressions and prototype access (#​535) (4de9d43)
🧹 Chores

v7.1.0

Compare Source

🌟 Features
  • catch-or-return, prefer-await-to-then: do not report Cypress commands (#​495) (943f162)
  • prefer-await-to-then: ignore constructor scope unless with strict option (#​496) (7bffb7a)
  • new rule spec-only to check for non-spec Promise methods (#​502) (d6e9de1)
📚 Documentation
🧹 Chores

v7.0.0

Compare Source

BREAKING CHANGES
  • Requires Node.js: ^18.18.0 || ^20.9.0 || >=21.1.0

v6.6.0

Compare Source

Bug Fixes
  • always-return: treat process.exit() or process.abort() as an acceptable "return" (#​493) (f368c5a)
Features
  • add strict option to disallow then or catch following await or yield (#​494) (fa482cc)

v6.5.1

Compare Source

Bug Fixes

v6.5.0

Compare Source

Features

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 was generated by Mend Renovate. View the repository job log.

Copy link

socket-security bot commented Jun 17, 2024

@renovate renovate bot force-pushed the renovate/major-all branch from 5b8f8f9 to b385968 Compare June 28, 2024 22:35
@renovate renovate bot force-pushed the renovate/major-all branch from b385968 to 3c6b21e Compare July 24, 2024 06:36
@renovate renovate bot changed the title build(deps-dev): bump eslint-plugin-unicorn to v54 build(deps-dev): bump all (major) Jul 24, 2024
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 036982b to b2aa4fe Compare July 31, 2024 02:06
@renovate renovate bot force-pushed the renovate/major-all branch from b2aa4fe to 76d8896 Compare August 6, 2024 13:46
@renovate renovate bot force-pushed the renovate/major-all branch from 76d8896 to cfce9a4 Compare September 2, 2024 09:18
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 9655dc8 to 8e7d51e Compare September 26, 2024 20:11
@renovate renovate bot force-pushed the renovate/major-all branch from 8e7d51e to 50e0d9b Compare October 3, 2024 22:15
@renovate renovate bot force-pushed the renovate/major-all branch from 50e0d9b to f276748 Compare October 29, 2024 00:24
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 316213a to 4ab94cc Compare November 25, 2024 17:46
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 28b5d85 to 868b9ef Compare November 28, 2024 12:39
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from e946b9b to fe86e88 Compare January 13, 2025 17:48
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 8cbc227 to 550fe00 Compare February 6, 2025 21:43
@renovate renovate bot force-pushed the renovate/major-all branch 4 times, most recently from 2ca1fc2 to b462e57 Compare February 17, 2025 19:34
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 70b73a3 to 1e265b1 Compare February 26, 2025 15:16
@renovate renovate bot force-pushed the renovate/major-all branch from 1e265b1 to 238d511 Compare February 27, 2025 03:46
@renovate renovate bot force-pushed the renovate/major-all branch 4 times, most recently from 8a58231 to d60437d Compare March 10, 2025 07:08
@renovate renovate bot force-pushed the renovate/major-all branch 8 times, most recently from 539a855 to 0c0cffb Compare March 19, 2025 15:47
@renovate renovate bot force-pushed the renovate/major-all branch 7 times, most recently from 90993c3 to e629961 Compare March 29, 2025 19:09
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 6677bea to a5d2ecf Compare April 7, 2025 18:45
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 536d44f to 4c21411 Compare April 14, 2025 13:00
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 5c27d57 to 2e604cf Compare April 21, 2025 15:30
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/major-all branch from 2e604cf to ec3152c Compare April 27, 2025 18:46
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.

0 participants