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(dev-deps): update all non-major dependencies #428

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 22, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@rebeccastevens/eslint-config 1.7.4 -> 1.7.8 age adoption passing confidence devDependencies patch
@rollup/plugin-json (source) 6.0.0 -> 6.1.0 age adoption passing confidence devDependencies minor
@rollup/plugin-node-resolve (source) 15.0.2 -> 15.2.3 age adoption passing confidence devDependencies minor
@rollup/plugin-typescript (source) 11.1.0 -> 11.1.6 age adoption passing confidence devDependencies patch
@types/benchmark (source) 2.1.2 -> 2.1.5 age adoption passing confidence dependencies patch
@types/lodash (source) 4.14.194 -> 4.17.4 age adoption passing confidence devDependencies minor
@types/node (source) 18.15.11 -> 18.19.33 age adoption passing confidence devDependencies minor
@types/rollup-plugin-auto-external (source) 2.0.2 -> 2.0.5 age adoption passing confidence devDependencies patch
amannn/action-semantic-pull-request v5.2.0 -> v5.5.2 age adoption passing confidence action minor
ava (source) 5.2.0 -> 5.3.1 age adoption passing confidence devDependencies minor
c8 7.13.0 -> 7.14.0 age adoption passing confidence devDependencies minor
cspell (source) 6.31.1 -> 6.31.3 age adoption passing confidence devDependencies patch
deepmerge 4.3.0 -> 4.3.1 age adoption passing confidence dependencies patch
denoify (source) 1.5.3 -> 1.6.12 age adoption passing confidence devDependencies minor
eslint-config-prettier 8.8.0 -> 8.10.0 age adoption passing confidence devDependencies minor
eslint-import-resolver-typescript 3.5.5 -> 3.6.1 age adoption passing confidence devDependencies minor
eslint-plugin-import 2.27.5 -> 2.29.1 age adoption passing confidence devDependencies minor
eslint-plugin-markdown 3.0.0 -> 3.0.1 age adoption passing confidence devDependencies patch
eslint-plugin-sonarjs 0.19.0 -> 0.25.1 age adoption passing confidence devDependencies minor
eslint-plugin-unicorn 46.0.0 -> 46.0.1 age adoption passing confidence devDependencies patch
knip (source) 2.0.0-beta.0 -> 2.43.0 age adoption passing confidence devDependencies minor
lint-staged 13.2.1 -> 13.3.0 age adoption passing confidence devDependencies minor
markdownlint-cli 0.33.0 -> 0.40.0 age adoption passing confidence devDependencies minor
merge-anything 5.1.4 -> 5.1.7 age adoption passing confidence dependencies patch
node (source) 18.16.0 -> 18.20.2 age adoption passing confidence minor
pnpm (source) 8.2.0 -> 8.15.8 age adoption passing confidence packageManager minor
prettier (source) 2.8.7 -> 2.8.8 age adoption passing confidence devDependencies patch
prettier-plugin-packagejson 2.4.3 -> 2.5.0 age adoption passing confidence devDependencies minor
rimraf 5.0.0 -> 5.0.7 age adoption passing confidence devDependencies patch
rollup (source) 3.20.3 -> 3.29.4 age adoption passing confidence devDependencies minor
rollup-plugin-copy 3.4.0 -> 3.5.0 age adoption passing confidence devDependencies minor
rollup-plugin-dts 5.3.0 -> 5.3.1 age adoption passing confidence devDependencies patch
ts-node (source) 10.9.1 -> 10.9.2 age adoption passing confidence devDependencies patch
ts-paths-esm-loader 1.4.1 -> 1.4.3 age adoption passing confidence devDependencies patch
tsd 0.28.1 -> 0.31.0 age adoption passing confidence devDependencies minor
tslib (source) 2.5.0 -> 2.6.2 age adoption passing confidence devDependencies minor
typescript (source) 5.0.4 -> 5.4.5 age adoption passing confidence devDependencies minor

Release Notes

RebeccaStevens/eslint-config-rebeccastevens (@​rebeccastevens/eslint-config)

v1.7.8

Compare Source

Bug Fixes
  • naming-convention: getters shouldn't be marked mutable (2b3b11a)

v1.7.7

Compare Source

Bug Fixes
  • enforce strict version of assert package (d642905)

v1.7.6

Compare Source

Bug Fixes
  • allowConstantLoopConditions (4b8199d)

v1.7.5

Compare Source

Bug Fixes
  • update jsdoc/tag-lines for new version (02fbbf2)
rollup/plugins (@​rollup/plugin-json)

v6.1.0

2023-12-12

Features
  • feat: add includeArbitraryNames option (#​1641)

v6.0.1

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595
rollup/plugins (@​rollup/plugin-node-resolve)

v15.2.3

Compare Source

2023-10-08

Bugfixes
  • fix: modulePaths default is not set #​1534

v15.2.2

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595

v15.2.1

Compare Source

2023-08-22

Bugfixes
  • fix: Implement package exports / imports resolution algorithm according to Node documentation #​1549

v15.2.0

Compare Source

2023-08-17

Features
  • feat: pass original importee to secondary resolve #​1557

v15.1.0

Compare Source

2023-05-30

Features
  • feat: Resolve js/jsx/mjs/cjs imports from TypeScript files #​1498
rollup/plugins (@​rollup/plugin-typescript)

v11.1.6

2024-01-09

Bugfixes
  • fix: Ensure rollup 4 compatibility (#​1658)

v11.1.5

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595

v11.1.4

Compare Source

2023-09-25

Bugfixes
  • fix: fix sourcemap sourcecontent referencing non-existent files #​1571

v11.1.3

Compare Source

2023-08-26

Bugfixes
  • fix: emit declaration files for type-only source files that are not explicitly included #​1555

v11.1.2

Compare Source

2023-06-28

Bugfixes
  • fix: change the value of isExternalLibraryImport to false if the resolvedModule should be compiled #​1521

v11.1.1

Compare Source

2023-05-12

Bugfixes
  • fix: Allow for using compilerOptions.moduleResolution #​1453
amannn/action-semantic-pull-request (amannn/action-semantic-pull-request)

v5.5.2

Compare Source

Bug Fixes

v5.5.1

Compare Source

Bug Fixes

v5.5.0

Compare Source

Features

v5.4.0

Compare Source

Features

v5.3.0

Compare Source

Features
avajs/ava (ava)

v5.3.1

Compare Source

What's Changed

Full Changelog: avajs/ava@v5.3.0...v5.3.1

v5.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: avajs/ava@v5.2.0...v5.3.0

bcoe/c8 (c8)

v7.14.0

Compare Source

Features
  • added a new CLI arg --merge-async to asynchronously and incrementally merge process coverage files to avoid OOM due to heap exhaustion (#​469) (45f2f84)
streetsidesoftware/cspell (cspell)

v6.31.3

Compare Source

What's Changed

Full Changelog: streetsidesoftware/cspell@v6.31.2...v6.31.3

v6.31.2

Compare Source

Note: Version bump only for package cspell

TehShrike/deepmerge (deepmerge)

v4.3.1

Compare Source

  • Fix type definition for arrayMerge options. #​239
garronej/denoify (denoify)

v1.6.12

Compare Source

Full Changelog: garronej/denoify@v1.6.11...v1.6.12

v1.6.11

Compare Source

Full Changelog: garronej/denoify@v1.6.10...v1.6.11

v1.6.10

Compare Source

What's Changed

Other Changes

Full Changelog: garronej/denoify@v1.6.9...v1.6.10

v1.6.9

Compare Source

What's Changed

Other Changes

Full Changelog: garronej/denoify@v1.6.8...v1.6.9

v1.6.8

Compare Source

What's Changed

Other Changes

Full Changelog: garronej/denoify@v1.6.7...v1.6.8

v1.6.7

Compare Source

Full Changelog: garronej/denoify@v1.6.6...v1.6.7

v1.6.6

Compare Source

Full Changelog: garronej/denoify@v1.6.5...v1.6.6

v1.6.5

Compare Source

What's Changed

Other Changes

Full Changelog: garronej/denoify@v1.6.4...v1.6.5

v1.6.4

Compare Source

What's Changed

Other Changes

Full Changelog: garronej/denoify@v1.6.1...v1.6.4

v1.6.1

Compare Source

What's Changed

Other Changes

Full Changelog: garronej/denoify@v1.5.8...v1.6.1

v1.6.0

Compare Source

What's Changed

Other Changes

New Contributors

Full Changelog: garronej/denoify@v1.5.8...v1.6.0

v1.5.8

Compare Source

What's Changed

Other Changes

Full Changelog: garronej/denoify@v1.5.7...v1.5.8

v1.5.7

Compare Source

What's Changed

Other Changes

Full Changelog: garronej/denoify@v1.5.3...v1.5.7

v1.5.6

Compare Source

Full Changelog: garronej/denoify@v1.5.5...v1.5.6

v1.5.5

Compare Source

What's Changed

Other Changes

Full Changelog: garronej/denoify@v1.5.4...v1.5.5

v1.5.4

Compare Source

What's Changed

Other Changes

New Contributors

Full Changelog: garronej/denoify@v1.5.3...v1.5.4

prettier/eslint-config-prettier (eslint-config-prettier)

v8.10.0

Compare Source

  • Added: [max-statements-per-line]. Thanks to @​Zamiell!

v8.9.0

Compare Source

  • Added: [vue/array-element-newline]. Thanks to @​xcatliu!
import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)

v3.6.1

Compare Source

Patch Changes

v3.6.0

Compare Source

Minor Changes
import-js/eslint-plugin-import (eslint-plugin-import)

v2.29.1

Compare Source

Fixed

v2.29.0

Compare Source

Added

Configuration

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

🚦 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 added 💙 Renovate Type: Maintenance Generic maintenance tasks, e.g., package updates. labels Jan 22, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 4f8a0eb to e18c10c Compare January 29, 2024 00:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 15 times, most recently from 1ea72f2 to 512bd77 Compare February 4, 2024 00:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 21 times, most recently from 1d06ce3 to 2e27fd4 Compare May 17, 2024 10:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 1773cbe to 110b5cc Compare May 19, 2024 08:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 110b5cc to f576869 Compare May 19, 2024 10:50
@RebeccaStevens RebeccaStevens deleted the renovate/all-minor-patch branch May 20, 2024 03:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💙 Renovate Type: Maintenance Generic maintenance tasks, e.g., package updates.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant