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

fix(deps): update all non-major dependencies #124

Merged
merged 1 commit into from
Jul 30, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 28, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@crowdin/crowdin-api-client 1.23.4 -> 1.24.0 age adoption passing confidence
@tabler/icons-react (source) 2.29.0 -> 2.30.0 age adoption passing confidence
eslint (source) 8.45.0 -> 8.46.0 age adoption passing confidence
eslint-plugin-import 2.27.5 -> 2.28.0 age adoption passing confidence
eslint-plugin-react 7.33.0 -> 7.33.1 age adoption passing confidence
i18next (source) 23.3.0 -> 23.4.1 age adoption passing confidence

Release Notes

crowdin/crowdin-api-client-js (@​crowdin/crowdin-api-client)

v1.24.0

Compare Source

What's Changed

Full Changelog: crowdin/crowdin-api-client-js@1.23.4...1.24.0

tabler/tabler-icons (@​tabler/icons-react)

v2.30.0: Release 2.30.0

Compare Source

32 new icons:
  • brand-x-filled
  • brand-youtube-filled
  • candle-filled
  • capsule-filled
  • capsule-horizontal-filled
  • cards-filled
  • filter-filled
  • forbid-2-filled
  • forbid-filled
  • fountain-filled
  • function-filled
  • gauge-filled
  • gift-card-filled
  • glass-full-filled
  • globe-filled
  • keyframe-align-center-filled
  • keyframe-align-horizontal-filled
  • keyframe-align-vertical-filled
  • keyframe-filled
  • keyframes-filled
  • layout-bottombar-collapse-filled
  • layout-bottombar-expand-filled
  • layout-bottombar-filled
  • layout-navbar-collapse-filled
  • layout-navbar-expand-filled
  • layout-navbar-filled
  • layout-sidebar-left-collapse-filled
  • layout-sidebar-left-expand-filled
  • layout-sidebar-right-collapse-filled
  • layout-sidebar-right-expand-filled
  • shopping-cart-filled
  • square-filled

Fixed icons: brand-youtube-kids, brand-youtube, bread-off, bread, globe-off, globe, shopping-cart-discount, shopping-cart-plus, shopping-cart-x

Renamed icons:

  • cart-bolt renamed to shopping-cart-bolt
  • cart-cancel renamed to shopping-cart-cancel
  • cart-check renamed to shopping-cart-check
  • cart-code renamed to shopping-cart-code
  • cart-cog renamed to shopping-cart-cog
  • cart-copy renamed to shopping-cart-copy
  • cart-dollar renamed to shopping-cart-dollar
  • cart-down renamed to shopping-cart-down
  • cart-exclamation renamed to shopping-cart-exclamation
  • cart-heart renamed to shopping-cart-heart
  • cart-minus renamed to shopping-cart-minus
  • cart-pause renamed to shopping-cart-pause
  • cart-pin renamed to shopping-cart-pin
  • cart-question renamed to shopping-cart-question
  • cart-search renamed to shopping-cart-search
  • cart-share renamed to shopping-cart-share
  • cart-star renamed to shopping-cart-star
  • cart-up renamed to shopping-cart-up
eslint/eslint (eslint)

v8.46.0

Compare Source

Features
Bug Fixes
  • 9803c7c fix: FlatESLint#getRulesMetaForResults shouldn't throw on unknown rules (#​17393) (Milos Djermanovic)
  • 42faa17 fix: Update no-loop-func to not overlap with no-undef (#​17358) (Matt Wilkinson)
Documentation
  • 4d474e3 docs: update with TypeScript info (#​17423) (James)
  • 091f44e docs: File extension named processor deprecation (#​17362) (Matt Wilkinson)
  • 9254a6c docs: Update README (GitHub Actions Bot)
  • 6d6dc51 docs: fix overlapping of open in playground button (#​17403) (Tanuj Kanti)
  • 7fc3a2c docs: Add private class features info to no-underscore-dangle (#​17386) (Matt Wilkinson)
  • da73e58 docs: Migrating eslint-env configuration comments (#​17390) (Francesco Trotta)
  • 80dffed docs: fix Ignoring Files section in config migration guide (#​17392) (Milos Djermanovic)
  • 8a9abb7 docs: Update README (GitHub Actions Bot)
  • 7e9be4b docs: Update README (GitHub Actions Bot)
  • 0b0bbe0 docs: Update README (GitHub Actions Bot)
Chores
  • d1eb7e4 chore: Update ecosystem dependencies (#​17427) (Nicholas C. Zakas)
  • fab9e97 chore: package.json update for eslint-config-eslint release (ESLint Jenkins)
  • 6246711 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 0aa0bc3 chore: Add PRs to triage project (#​17421) (Nicholas C. Zakas)
import-js/eslint-plugin-import (eslint-plugin-import)

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])
jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.33.1

Compare Source

Fixed
i18next/i18next (i18next)

v23.4.1

Compare Source

  • types: fix typescript imports

v23.4.0

Compare Source

  • types: Support const modifier for options and key 2007
  • types: Support context 2006

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from JoeKarow as a code owner July 28, 2023 08:28
@renovate renovate bot added automerge Enable Kodiak auto-merge dependencies Change in project dependencies. labels Jul 28, 2023
@vercel
Copy link

vercel bot commented Jul 28, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
glaad ⬜️ Ignored (Inspect) Jul 30, 2023 1:45am

@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-import to v2.28.0 fix(deps): update all non-major dependencies Jul 28, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 8826957 to 3955014 Compare July 29, 2023 19:19
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3955014 to a429b5e Compare July 30, 2023 01:45
@kodiakhq kodiakhq bot merged commit c5814fb into dev Jul 30, 2023
9 checks passed
@kodiakhq kodiakhq bot deleted the renovate/all-minor-patch branch July 30, 2023 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Enable Kodiak auto-merge dependencies Change in project dependencies.
Development

Successfully merging this pull request may close these issues.

1 participant