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

Merged
merged 2 commits into from
Jun 11, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 10, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rollup/plugin-node-resolve (source) ^15.0.1 -> ^15.1.0 age adoption passing confidence
@types/node (source) ^18.15.11 -> ^18.16.17 age adoption passing confidence
@types/ramda (source) ^0.28.23 -> ^0.29.2 age adoption passing confidence
@web-configs/eslint-plugin (source) ^0.5.0 -> ^0.5.1 age adoption passing confidence
ramda (source) 0.28.0 -> 0.29.0 age adoption passing confidence
rimraf ^5.0.0 -> ^5.0.1 age adoption passing confidence
tslib (source) ^2.5.0 -> ^2.5.3 age adoption passing confidence
tsx ^3.12.6 -> ^3.12.7 age adoption passing confidence
typescript (source) ^5.0.4 -> ^5.1.3 age adoption passing confidence

Release Notes

rollup/plugins

v15.1.0

Compare Source

2023-05-30

Features
  • feat: Resolve js/jsx/mjs/cjs imports from TypeScript files #​1498

v15.0.2

Compare Source

2023-04-04

Bugfixes
  • fix: bump is-builtin-module version, imports with a trailing slash #​1424
thundermiracle/web-configs

v0.5.1

Compare Source

Bug Fixes
ramda/ramda

v0.29.0

Compare Source

Added

🆕 addIndexRight
🆕 isNotNil
🆕 swap
🆕 dropRepeatsBy

Removed

Deprecated

Changes

⚠️ propEq/pathEq parameter order

  • Documentation improvements
  • Transducer updates
  • Some support for types
  • Many more!

Thank you to everyone who contributed to this release!

isaacs/rimraf

v5.0.1

Compare Source

Microsoft/tslib

v2.5.3: tslib 2.5.3

Compare Source

What's Changed

Full Changelog: microsoft/tslib@2.5.2...v2.5.3

v2.5.2: tslib 2.5.2

Compare Source

This release explicitly re-exports helpers to work around TypeScript's incomplete symbol resolution for tslib.

v2.5.1: tslib 2.5.1

Compare Source

This release of tslib provides fixes for two issues.

First, it reverses the order of init hooks provided by decorators to correctly reflect proposed behavior.

Second, it corrects the exports field of tslib's package.json and provides accurate declaration files so that it may be consumed under the node16 and bundler settings for moduleResolution.

esbuild-kit/tsx

v3.12.7

Compare Source

Bug Fixes
Microsoft/TypeScript

v5.1.3: TypeScript 5.1.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


Configuration

📅 Schedule: Branch creation - "after 1am and before 6am on the 1st through 3rd day of the month" in timezone Asia/Tokyo, 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 the dependencies Pull requests that update a dependency file label Jun 10, 2023
@renovate renovate bot enabled auto-merge (squash) June 10, 2023 13:19
@changeset-bot
Copy link

changeset-bot bot commented Jun 10, 2023

🦋 Changeset detected

Latest commit: 8bed928

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
filter-data Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@thundermiracle thundermiracle force-pushed the renovate/all-minor-patch branch from a6643dd to ca52fa4 Compare June 10, 2023 13:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ca52fa4 to 92a29b2 Compare June 10, 2023 13:42
@thundermiracle thundermiracle force-pushed the renovate/all-minor-patch branch from 92a29b2 to eb9e26b Compare June 10, 2023 13:42
@renovate
Copy link
Contributor Author

renovate bot commented Jun 11, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@codecov-commenter
Copy link

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (8a58d44) 100.00% compared to head (8bed928) 100.00%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff            @@
##            master       #91   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           15        15           
  Lines          148       153    +5     
  Branches        17        23    +6     
=========================================
+ Hits           148       153    +5     
Impacted Files Coverage Δ
src/filterData.ts 100.00% <100.00%> (ø)
src/filters/equal.ts 100.00% <100.00%> (ø)
src/filters/filtersMap.ts 100.00% <100.00%> (ø)
src/filters/greater.ts 100.00% <100.00%> (ø)
src/filters/greaterOrEqual.ts 100.00% <100.00%> (ø)
src/filters/less.ts 100.00% <100.00%> (ø)
src/filters/lessOrEqual.ts 100.00% <100.00%> (ø)
src/filters/like.ts 100.00% <100.00%> (ø)
src/filters/notEqual.ts 100.00% <100.00%> (ø)
src/filters/notLike.ts 100.00% <100.00%> (ø)
... and 3 more

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@renovate renovate bot merged commit 598f2bf into master Jun 11, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch June 11, 2023 01:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants