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

Update all non-major dependencies #1297

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

Conversation

renovate[bot]
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.24.2 age adoption passing confidence devDependencies minor
enhanced-resolve 5.15.0 -> 5.17.1 age adoption passing confidence devDependencies minor
eslint-config-prettier 9.0.0 -> 9.1.0 age adoption passing confidence dependencies minor
eslint-import-resolver-typescript 3.1.1 -> 3.6.3 age adoption passing confidence dependencies minor
eslint-plugin-import 2.25.4 -> 2.31.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.2.1 age adoption passing confidence dependencies minor
eslint-plugin-react 7.33.1 -> 7.37.2 age adoption passing confidence dependencies minor
eslint-plugin-testing-library 6.0.0 -> 6.4.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.3.3 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.6.3 age adoption passing confidence devDependencies minor
webfactory/ssh-agent v0.8.0 -> v0.9.0 age adoption passing confidence action minor

Release Notes

browserslist/browserslist (browserslist)

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

webpack/enhanced-resolve (enhanced-resolve)

v5.17.1

Compare Source

  • fix: exports and imports array target resolving
  • perf(memory): 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.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.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.31.0

Compare Source

Added
Fixed
Changed

v2.30.0

Compare Source

Added
Fixed
Changed
  • [Docs] no-extraneous-dependencies: Make glob pattern description more explicit ([#​2944], thanks [@​mulztob])
  • [no-unused-modules]: add console message to help debug [#​2866]
  • [Refactor] ExportMap: make procedures static instead of monkeypatching exportmap ([#​2982], thanks [@​soryy708])
  • [Refactor] ExportMap: separate ExportMap instance from its builder logic ([#​2985], thanks [@​soryy708])
  • [Docs] order: Add a quick note on how unbound imports and --fix ([#​2640], thanks [@​minervabot])
  • [Tests] appveyor -> GHA (run tests on Windows in both pwsh and WSL + Ubuntu) ([#​2987], thanks [@​joeyguerra])
  • [actions] migrate OSX tests to GHA ([ljharb#37], thanks [@​aks-])
  • [Refactor] exportMapBuilder: avoid hoisting ([#​2989], thanks [@​soryy708])
  • [Refactor] ExportMap: extract "builder" logic to separate files ([#​2991], thanks [@​soryy708])
  • [Docs] [order]: update the description of the pathGroupsExcludedImportTypes option ([#​3036], thanks [@​liby])
  • [readme] Clarify how to install the plugin ([#​2993], thanks [@​jwbth])

v2.29.1

Compare Source

Fixed

v2.29.0

Compare Source

Added

v2.28.1

Compare Source

Fixed
Changed

v2.28.0

Compare Source

Fixed
  • [no-duplicates]: remove duplicate identifiers in duplicate imports ([#​2577], thanks [@​joe-matsec])
  • [consistent-type-specifier-style]: fix accidental removal of comma in certain cases ([#​2754], thanks [@​bradzacher])
  • [Perf] ExportMap: Improve ExportMap.for performance on larger codebases ([#​2756], thanks [@​leipert])
  • [no-extraneous-dependencies]/TypeScript: do not error when importing inline type from dev dependencies ([#​1820], thanks [@​andyogo])
  • [newline-after-import]/TypeScript: do not error when re-exporting a namespaced import ([#​2832], thanks [@​laurens-dg])
  • [order]: partial fix for [#​2687] (thanks [@​ljharb])
  • [no-duplicates]: Detect across type and regular imports ([#​2835], thanks [@​benkrejci])
  • [extensions]: handle . and .. properly ([#​2778], thanks [@​benasher44])
  • [no-unused-modules]: improve schema (thanks [@​ljharb])
  • [no-unused-modules]: report error on binding instead of parent export ([#​2842], thanks [@​Chamion])
Changed
  • [Docs] [no-duplicates]: fix example schema ([#​2684], thanks [@​simmo])
  • [Docs] [group-exports]: fix syntax highlighting ([#​2699], thanks [@​devinrhode2])
  • [Docs] [extensions]: reference node ESM behavior ([#​2748], thanks [@​xM8WVqaG])
  • [Refactor] [exports-last]: use array.prototype.findlastindex (thanks [@​ljharb])
  • [Refactor] [no-anonymous-default-export]: use object.fromentries (thanks [@​ljharb])
  • [Refactor] [no-unused-modules]: use array.prototype.flatmap (thanks [@​ljharb])

v2.27.5

Compare Source

Fixed

v2.27.4

Compare Source

Fixed
  • semver should be a prod dep ([#​2668])

v2.27.3

Compare Source

Fixed
  • [no-empty-named-blocks]: rewrite rule to only check import declarations ([#​2666])

v2.27.2

Compare Source

Fixed
  • [no-duplicates]: do not unconditionally require typescript ([#​2665])

v2.27.1

Compare Source

Fixed

v2.27.0

Compare Source

Added
Fixed
  • [order]: move nested imports closer to main import entry ([#​2396], thanks [@​pri1311])
  • [no-restricted-paths]: fix an error message ([#​2466], thanks [@​AdriAt360])
  • [no-restricted-paths]: use Minimatch.match instead of minimatch to comply with Windows Native paths ([#​2466], thanks [@​AdriAt360])
  • [order]: require with member expression could not be fixed if alphabetize.order was used ([#​2490], thanks [@​msvab])
  • [order]: leave more space in rankings for consecutive path groups ([#​2506], thanks [@​Pearce-Ropion])
  • [no-cycle]: add ExportNamedDeclaration statements to dependencies ([#​2511], thanks [@​BenoitZugmeyer])
  • [dynamic-import-chunkname]: prevent false report on a valid webpack magic comment ([#​2330], thanks [@​mhmadhamster])
  • [export]: do not error on TS export overloads ([#​1590], thanks [@​ljharb])
  • [no-unresolved], [extensions]: ignore type only exports ([#​2436], thanks [@​Lukas-Kullmann])
  • ExportMap: add missing param to function ([#​2589], thanks [@​Fdawgs])
  • [no-unused-modules]: checkPkgFieldObject filters boolean fields from checks ([[#

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 2 times, most recently from 2e91a32 to c882f52 Compare July 23, 2024 16:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8917176 to 1c77f5e Compare August 6, 2024 09:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1c77f5e to 4b189e3 Compare August 11, 2024 17:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 09d18e8 to ab9df86 Compare August 28, 2024 22:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 57240b5 to d7310b1 Compare September 9, 2024 16:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7b71eb9 to 22ed753 Compare September 12, 2024 20:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from cffeb66 to a8e3033 Compare September 27, 2024 03:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 0feb7db to d5281a0 Compare October 3, 2024 12:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 81c6a4a to f3123de Compare October 9, 2024 11:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from eed16b5 to e7c3605 Compare October 23, 2024 01:20
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.

1 participant