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 #5

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 15, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@curev/eslint-config ^0.2.2 -> ^0.3.7 age adoption passing confidence
changelogen ^0.5.5 -> ^0.5.7 age adoption passing confidence
eslint (source) ^8.54.0 -> ^8.57.1 age adoption passing confidence
lint-staged ^15.1.0 -> ^15.2.10 age adoption passing confidence
nolyfill ^1.0.25 -> ^1.0.39 age adoption passing confidence
pnpm (source) 8.11.0 -> 8.15.9 age adoption passing confidence
simple-git-hooks ^2.9.0 -> ^2.11.1 age adoption passing confidence
typescript (source) ^5.3.2 -> ^5.6.3 age adoption passing confidence

Release Notes

curev/eslint-config (@​curev/eslint-config)

v0.3.5

Compare Source

v0.3.4

Compare Source

Note: Version bump only for package @​antfu/eslint-config-monorepo

v0.3.3

Compare Source

Bug Fixes
  • disable import/no-absolute-path (245001d)

v0.3.2

Compare Source

Note: Version bump only for package @​antfu/eslint-config-monorepo

v0.3.1

Compare Source

Bug Fixes

v0.3.0

Compare Source

Bug Fixes
Features

0.2.14 (2020-07-18)

Note: Version bump only for package @​antfu/eslint-config

0.2.13 (2020-06-09)

Bug Fixes

0.2.12 (2020-06-04)

Bug Fixes

0.2.11 (2020-01-30)

Bug Fixes
  • deps: update all non-major dependencies (faa9b11)
  • deps: update dependency eslint-plugin-node to v11 (#​19) (d37b5cc)
  • deps: update dependency eslint-plugin-unicorn to v15 (#​18) (b6c068c)
  • update (ce7f9ec)

0.2.10 (2019-12-11)

Bug Fixes

0.2.9 (2019-12-11)

Bug Fixes

0.2.8 (2019-10-29)

Bug Fixes

0.2.7 (2019-10-29)

Bug Fixes

0.2.6 (2019-08-22)

Bug Fixes
  • deps: update dependency eslint-plugin-unicorn to v10 (b4b704f)
  • deps: update typescript-eslint monorepo to v2 (1f4250e)
  • update ts config (0a2b8cd)

0.2.5 (2019-07-19)

Bug Fixes

0.2.4 (2019-07-19)

Bug Fixes

0.2.3 (2019-07-19)

Bug Fixes

0.2.2 (2019-07-19)

Bug Fixes

0.2.1 (2019-07-17)

Bug Fixes
unjs/changelogen (changelogen)

v0.5.7

Compare Source

compare changes

🩹 Fixes
  • bump: Avoid using + for canary suffix (#​224)
❤️ Contributors

v0.5.6

Compare Source

compare changes

🚀 Enhancements
  • Add option to sign git tags (#​117)
  • git: Support parse git messages that have prefix emoji (#​146)
🩹 Fixes
  • github: Use bearer token (#​180)
  • Handle repo name with multiple segments (#​219)
  • Lowercase scope when filtering (#​199)
💅 Refactors
  • Replace execa with execSync (#​222)
  • Use human readable date for canary versions (#​223)
  • Update execCommand (68127be)
🏡 Chore
❤️ Contributors
eslint/eslint (eslint)

v8.57.1

Compare Source

v8.57.0

Compare Source

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#​18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#​18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#​18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#​18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#​18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#​18056) (Milos Djermanovic)

Documentation

Chores

v8.56.0

Compare Source

Features
  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#​17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#​17818) (Arka Pratim Chaudhuri)
Bug Fixes
  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#​17846) (Francesco Trotta)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#​17812) (Bryan Mishkin)
Documentation
  • 9007719 docs: update link in ways-to-extend.md (#​17839) (Amel SELMANE)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#​17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#​17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#​17810) (Zwyx)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)
Chores

v8.55.0

Compare Source

Features

  • 8c9e6c1 feat: importNamePattern option in no-restricted-imports (#​17721) (Tanuj Kanti)

Documentation

  • 83ece2a docs: fix typo --rules -> --rule (#​17806) (OKURA Masafumi)
  • fffca5c docs: remove "Open in Playground" buttons for removed rules (#​17791) (Francesco Trotta)
  • a6d9442 docs: fix correct/incorrect examples of rules (#​17789) (Tanuj Kanti)
  • 383e999 docs: update and fix examples for no-unused-vars (#​17788) (Tanuj Kanti)
  • 5a8efd5 docs: add specific stylistic rule for each deprecated rule (#​17778) (Etienne)

Chores

lint-staged/lint-staged (lint-staged)

v15.2.10

Compare Source

Patch Changes

v15.2.9

Compare Source

Patch Changes
  • #​1463 b69ce2d Thanks @​iiroj! - Set the maximum number of event listeners to the number of tasks. This should silence the console warning MaxListenersExceededWarning: Possible EventEmitter memory leak detected.

v15.2.8

Compare Source

Patch Changes
  • f0480f0 Thanks @​iiroj! - In the previous version the native git rev-parse --show-toplevel command was taken into use for resolving the current git repo root. This version switched the --show-toplevel flag with --show-cdup, because on Git installed via MSYS2 the former was returning absolute paths that do not work with Node.js child_process. The new flag returns a path relative to the working directory, avoiding the issue.

    The GitHub Actions workflow has been updated to install Git via MSYS2, to ensure better future compatibility; using the default Git binary in the GitHub Actions runner was working correctly even with MSYS2.

v15.2.7

Compare Source

Patch Changes
  • #​1440 a51be80 Thanks @​iiroj! - In the previous version the native git rev-parse --show-toplevel command was taken into use for resolving the current git repo root. This version drops the --path-format=absolute option to support earlier git versions since it's also the default behavior. If you are still having trouble, please try upgrading git to the latest version.

v15.2.6

Compare Source

Patch Changes
  • #​1433 119adb2 Thanks @​iiroj! - Use native "git rev-parse" commands to determine git repo root directory and the .git config directory, instead of using custom logic. This hopefully makes path resolution more robust on non-POSIX systems.

v15.2.5

Compare Source

Patch Changes
  • #​1424 31a1f95 Thanks @​iiroj! - Allow approximately equivalent versions of direct dependencies by using the "~" character in the version ranges. This means a more recent patch version of a dependency is allowed if available.

  • #​1423 91abea0 Thanks @​iiroj! - Improve error logging when failing to read or parse a configuration file

  • #​1424 ee43f15 Thanks @​iiroj! - Upgrade micromatch@4.0.7

v15.2.4

Compare Source

Patch Changes
  • 4f4537a Thanks @​iiroj! - Fix release issue with previous version; update dependencies

v15.2.2

Compare Source

Patch Changes
  • #​1391 fdcdad4 Thanks @​iiroj! - Lint-staged no longer tries to load configuration from files that are not checked out. This might happen when using sparse-checkout.

v15.2.1

Compare Source

Patch Changes
  • #​1387 e4023f6 Thanks @​iiroj! - Ignore stdin of spawned commands so that they don't get stuck waiting. Until now, lint-staged has used the default settings to spawn linter commands. This means the stdin of the spawned commands has accepted input, and essentially gotten stuck waiting. Now the stdin is ignored and commands will no longer get stuck. If you relied on this behavior, please open a new issue and describe how; the behavior has not been intended.

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
  • #​1362 17bc480 Thanks @​antonk52! - update lilconfig@3.0.0

  • #​1368 7c55ca9 Thanks @​iiroj! - Update most dependencies

  • #​1368 777d4e9 Thanks @​iiroj! - To improve performance, only use lilconfig when searching for config files outside the git repo. In the regular case, lint-staged finds the config files from the Git index and loads them directly.

  • #​1373 85eb0dd Thanks @​iiroj! - When determining git directory, use fs.realpath() only for symlinks. It looks like fs.realpath() changes some Windows mapped network filepaths unexpectedly, causing issues.

SukkaW/nolyfill (nolyfill)

v1.0.39

Compare Source

v1.0.38

Compare Source

v1.0.37

Compare Source

v1.0.36

Compare Source

v1.0.34

Compare Source

v1.0.33

Compare Source

v1.0.32

Compare Source

v1.0.31

Compare Source

v1.0.30

Compare Source

v1.0.29

Compare Source

v1.0.28

Compare Source

v1.0.27

Compare Source

v1.0.26

Compare Source

pnpm/pnpm (pnpm)

v8.15.9: pnpm 8.15.9

Compare Source

Patch Changes

  • Deduplicate bin names to prevent race condition and corrupted bin scripts #​7833.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v8.15.8

Compare Source

v8.15.7

Compare Source

v8.15.6

Compare Source

Patch Changes

  • The exit code of the child process should be preserved on pnpm run #​7817.
  • When sorting packages in a workspace, take into account workspace dependencies specified as peerDependencies #​7813.
  • Add --ignore-scripts argument to prune command #​7836.

Platinum Sponsors

Gold Sponsors


Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 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

codecov bot commented Dec 15, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (78f48db) to head (d9452e0).

Current head d9452e0 differs from pull request most recent head d9e4d4b

Please upload reports for the commit d9e4d4b to get more accurate results.

Additional details and impacted files
@@            Coverage Diff            @@
##              main        #5   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines            3         3           
  Branches         1         1           
=========================================
  Hits             3         3           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 3a7397f to 663bc52 Compare January 3, 2024 02:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8329318 to c462c07 Compare January 24, 2024 08:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 644396b to c8d071d Compare February 6, 2024 02:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c38c8c6 to 60d1688 Compare February 16, 2024 08:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 87f67ee to a6fc694 Compare February 25, 2024 02:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from fee2d48 to 5146573 Compare March 7, 2024 08:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 22c4d06 to 49bd16e Compare March 23, 2024 17:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 49bd16e to 277205d Compare March 25, 2024 20:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 9e7f24f to 9d21926 Compare April 6, 2024 23:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2724a33 to 9b4d9b9 Compare April 14, 2024 02:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9b4d9b9 to 2699e02 Compare April 30, 2024 05:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2699e02 to 847cdd0 Compare May 10, 2024 20:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b50d636 to 4bd9b19 Compare May 26, 2024 05:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from dedcd53 to 082182e Compare June 14, 2024 05:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 651b110 to 6c21b78 Compare June 26, 2024 17:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6c21b78 to d9e4d4b Compare July 2, 2024 05:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d5fd17e to be9f169 Compare July 24, 2024 05:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from be9f169 to 43b3367 Compare August 4, 2024 05:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 43b3367 to 8a3a92d Compare August 14, 2024 02:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from cf3acdd to 476b306 Compare September 20, 2024 02:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 476b306 to 20d4bfd Compare October 9, 2024 05:53
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.

0 participants