Rel1cx / eslint-react

A series of composable ESLint plugins for libraries and frameworks that use React as a UI runtime.
https://eslint-react.xyz
MIT License
242 stars 10 forks source link

build: bump string-ts from 2.1.1 to 2.2.0 #586

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps string-ts from 2.1.1 to 2.2.0.

Release notes

Sourced from string-ts's releases.

v2.2.0

What's Changed

Adds a replaceKeys method to shallowly transform the keys of an object with the replace method:

import { replaceKeys } from 'string-ts'

const data = { helloWorld: { fooBar: 'baz', }, } as const const result = replaceKeys(data, 'o', 'a') // ^ { 'hellaWorld': { 'fooBar': 'baz' } }

PRs

Full Changelog: https://github.com/gustavoguichard/string-ts/compare/v2.1.1...v2.2.0

Commits
  • f8f8f48 2.2.0
  • 7f85122 docs: Add replaceKeys to the README
  • 5a29efa replaceKeys method (#213)
  • 38f8875 fix: Regenerate package-lock.json
  • bf8ff3c chore(deps-dev): bump @​typescript-eslint/eslint-plugin (#212)
  • b79a3a2 chore(deps-dev): bump prettier from 3.2.5 to 3.3.2 (#211)
  • d3caa2a chore(deps-dev): bump tsup from 8.0.2 to 8.1.0 (#207)
  • 8f985a1 chore(deps-dev): bump @​vitest/coverage-v8 from 1.5.2 to 1.6.0 (#202)
  • See full diff in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
vercel[bot] commented 3 months ago

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

Name Status Preview Comments Updated (UTC)
eslint-react ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 19, 2024 9:19pm
dependabot[bot] commented 3 months ago

Looks like string-ts is up-to-date now, so this is no longer needed.