Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 8, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
browserslist 4.22.1 -> 4.27.0 age adoption passing confidence devDependencies minor
chalk 5.3.0 -> 5.6.2 age adoption passing confidence dependencies minor
enhanced-resolve 5.15.0 -> 5.18.3 age adoption passing confidence devDependencies minor
eslint-config-prettier 9.0.0 -> 9.1.2 age adoption passing confidence dependencies minor
eslint-import-resolver-typescript 3.1.1 -> 3.10.1 age adoption passing confidence dependencies minor
eslint-plugin-import 2.25.4 -> 2.32.0 age adoption passing confidence dependencies minor
eslint-plugin-jest 27.2.3 -> 27.9.0 age adoption passing confidence dependencies minor
eslint-plugin-jsdoc 46.8.2 -> 46.10.1 age adoption passing confidence dependencies minor
eslint-plugin-prettier 5.0.0 -> 5.5.4 age adoption passing confidence dependencies minor
eslint-plugin-react 7.33.1 -> 7.37.5 age adoption passing confidence dependencies minor
eslint-plugin-testing-library 6.0.0 -> 6.5.0 age adoption passing confidence dependencies minor
pnpm (source) 8.10.2 -> 8.15.9 age adoption passing confidence packageManager minor
prettier (source) 3.0.3 -> 3.6.2 age adoption passing confidence devDependencies minor
stylelint-prettier 4.0.2 -> 4.1.0 age adoption passing confidence dependencies minor
stylelint-scss 5.0.1 -> 5.3.2 age adoption passing confidence dependencies minor
typescript (source) 5.2.2 -> 5.9.3 age adoption passing confidence devDependencies minor
webfactory/ssh-agent v0.8.0 -> v0.9.1 age adoption passing confidence action minor

Release Notes

browserslist/browserslist (browserslist)

v4.27.0

Compare Source

  • Added BROWSERSLIST_TRACE_WARNING environment variable.

v4.26.3

Compare Source

v4.26.2

Compare Source

  • Fixed baseline-browser-mapping version requirement.

v4.26.1

Compare Source

  • Updated Firefox ESR.

v4.26.0

Compare Source

v4.25.4

Compare Source

v4.25.3

Compare Source

v4.25.2

Compare Source

  • Fixed Node.js --permission support (by @​broofa).

v4.25.1

Compare Source

  • Updated Firefox ESR.

v4.25.0

Compare Source

  • Added cover 95% in browserslist-config-mycompany stats query support.

v4.24.5

Compare Source

  • Fixed support ESM shared config.
  • Fixed docs (by Alexander Pushkov & マルコメ).

v4.24.4

Compare Source

v4.24.3

Compare Source

v4.24.2

Compare Source

  • Clarify outdated caniuse-lite warning text.

v4.24.1

Compare Source

  • Added months since last caniuse-lite update to the warning (by @​mezhnin).

v4.24.0

Compare Source

  • Added browserslist.findConfigFile() helper (by @​JLHwung).

v4.23.3

Compare Source

v4.23.2

Compare Source

  • Updated Firefox ESR.

v4.23.1

Compare Source

  • Fixed feature query with mobile to desktop when caniuse lags (by @​steverep).

v4.23.0

Compare Source

v4.22.3

Compare Source

  • Fixed white spaces support in supports query (@​g-plane).
  • Fixed shared config like @company/package/browserslist-config (@​boucodes).

v4.22.2

Compare Source

  • Fixed idempotency in time queries with mobileToDesktop (by Aliaksei Sapach).
chalk/chalk (chalk)

v5.6.2

Compare Source

  • Fix vulnerability in 5.6.1, see: #​656

v5.6.0

Compare Source

  • Make WezTerm terminal use true color a8f5bf7

v5.5.0

Compare Source


v5.4.1

Compare Source

v5.4.0

Compare Source

  • Update CIRCLECI environments to return level 3 color support f838120
webpack/enhanced-resolve (enhanced-resolve)

v5.18.3

Compare Source

Fixes
  • Fixed nonsensible intersection in types
Performance
  • Decreased initial loading time

v5.18.2

Compare Source

Fixes
  • [Types] FileSystem type

v5.18.1

Compare Source

Perf
  • Fast path for parsing requests without \0

v5.18.0

Compare Source

Features
  • Added wildcards support for aliases

v5.17.1

Compare Source

Fixes
  • fix: exports and imports array target resolving
Perf
  • avoid creating a new array inside doResolve

v5.17.0

Compare Source

Features
  • Allow default condition to be anywhere

v5.16.1

Compare Source

Bugfixes

  • use cache for exports and imports plugins

v5.16.0

Compare Source

Features:

  • cache realpath and realpathSync methods

Bugfixes

  • types for cached input filesystem
  • support Buffer/URL/number paths in cached file system

v5.15.1

Compare Source

Bugfixes

  • find the pnpapi the issuer belongs to
prettier/eslint-config-prettier (eslint-config-prettier)

v9.1.2

Compare Source

v9.1.0

Compare Source

  • Added: [unicorn/template-indent], (as a [special rule][unicorn/template-indent-special]). Thanks to Gürgün Dayıoğlu (@​gurgunday)!
  • Changed: All the [formatting rules that were deprecated in ESLint 8.53.0][deprecated-8.53.0] are now excluded if you set the ESLINT_CONFIG_PRETTIER_NO_DEPRECATED environment variable.
import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)

v3.10.1

Compare Source

Patch Changes

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

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

v3.6.1

Compare Source

Patch Changes

v3.6.0

Compare Source

Minor Changes

v3.5.5

Compare Source

Patch Changes

v3.5.4

Compare Source

Patch Changes

v3.5.3

Compare Source

Patch Changes
  • #​206 6531bad Thanks @​marvinhagemeister! - Only try to resolve a module directory when we know that the path is a directory. This can lead to a 15% speedup on projects with many files.

v3.5.2

Compare Source

Patch Changes

v3.5.1

Compare Source

Patch Changes

v3.5.0

Compare Source

Minor Changes
Patch Changes

v3.4.2

Compare Source

Patch Changes

v3.4.1

Compare Source

Patch Changes

v3.4.0

Compare Source

Minor Changes

v3.3.0

Compare Source

Minor Changes
  • #​154 42f2dd6 Thanks @​JounQin! - feat: add externsionAlias option support, .d.([cm]?ts|tsx) are always preferred than .([cm]?js|jsx)

    typescript resolves typescript/lib/typescript.d.ts instead of typescript/lib/typescript.js by default

  • #​154 42f2dd6 Thanks @​JounQin! - feat: exports globSync, defaultExtensions, defaultMainFields, defaultConditionNames and defaultExtensionAlias for reusing

Patch Changes

v3.2.7

Compare Source

Patch Changes

v3.2.6

Compare Source

Patch Changes

v3.2.5

Compare Source

Patch Changes

v3.2.4

Compare Source

Patch Changes

v3.2.2

Compare Source

Patch Changes

v3.2.1

Compare Source

Patch Changes

v3.2.0

Compare Source

Minor Changes

v3.1.5

Compare Source

Patch Changes

v3.1.4

Compare Source

Patch Changes

v3.1.3

Compare Source

Patch Changes

v3.1.2

Compare Source

Patch Changes
3.1.1 (2022-06-27)
Bug Fixes
import-js/eslint-plugin-import (eslint-plugin-import)

v2.32.0

Compare Source

Added
Fixed
  • [no-unused-modules]: provide more meaningful error message when no .eslintrc is present ([#​3116], thanks [@​michaelfaith])
  • configs: added missing name attribute for eslint config inspector ([#​3151], thanks [@​NishargShah])
  • [order]: ensure arcane imports do not cause undefined behavior ([#​3128], thanks [@​Xunnamius])
  • [order]: resolve undefined property access issue when using named ordering ([#​3166], thanks [@​Xunnamius])
  • [enforce-node-protocol-usage]: avoid a crash with some TS code ([#​3173], thanks [[@​

Configuration

📅 Schedule: Branch creation - "after 9am on Wednesday" in timezone Europe/London, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added change: dependencies Updates to dependencies only release: skip Skips the release step when this pr is merged labels Nov 8, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 15ccdd9 to fc2c022 Compare November 10, 2023 11:42
@AndrewLeedham AndrewLeedham removed their assignment Nov 10, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 4baa79e to 19f7d24 Compare November 18, 2023 00:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2321bef to 568a1f4 Compare November 24, 2023 19:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 48d9835 to 8e221b1 Compare December 8, 2023 22:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 384322a to 2bb2702 Compare December 16, 2023 01:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from a0c1dd2 to 65af9a9 Compare December 26, 2023 15:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 60913b4 to 6ce4189 Compare June 24, 2025 08:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 35fb1e5 to 002061d Compare June 27, 2025 06:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 002061d to 7d8b1fb Compare July 2, 2025 18:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7d8b1fb to 085e4fc Compare July 18, 2025 20:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 085e4fc to f5aa83c Compare July 28, 2025 10:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 07c13fa to 55167f7 Compare August 13, 2025 08:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f0603c0 to b48700d Compare August 19, 2025 19:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e719d93 to dbd4bb4 Compare September 1, 2025 10:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0184777 to 20e35ec Compare September 13, 2025 19:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 20e35ec to 10782a2 Compare September 16, 2025 11:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from d828c7b to 884e16c Compare October 1, 2025 21:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 884e16c to b597614 Compare October 9, 2025 10:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b597614 to 0270ec9 Compare October 25, 2025 15:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0270ec9 to a60beaa Compare October 26, 2025 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

change: dependencies Updates to dependencies only release: skip Skips the release step when this pr is merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants