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: bump @fltri/eslint-config from 1.2.3 to 1.2.4 #229

Merged
merged 2 commits into from
Feb 26, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 26, 2024

Bumps @fltri/eslint-config from 1.2.3 to 1.2.4.

Release notes

Sourced from @​fltri/eslint-config's releases.

1.2.4

1.2.4 (2024-02-26)

Bug Fixes

  • bump @​typescript-eslint/parser from 7.0.1 to 7.0.2 (#485) (08bff7f)
  • bump eslint-plugin-mocha from 10.1.0 to 10.3.0 (#482) (59f86b2)
  • bump eslint-plugin-unicorn from 48.0.1 to 51.0.1 (#486) (2de05dd)
Changelog

Sourced from @​fltri/eslint-config's changelog.

1.2.4 (2024-02-26)

Bug Fixes

  • bump @​typescript-eslint/parser from 7.0.1 to 7.0.2 (#485) (08bff7f)
  • bump eslint-plugin-mocha from 10.1.0 to 10.3.0 (#482) (59f86b2)
  • bump eslint-plugin-unicorn from 48.0.1 to 51.0.1 (#486) (2de05dd)
Commits
  • 326373c chore(release): 1.2.4 [skip ci]
  • 59dd49a chore: bump typescript from 5.2.2 to 5.3.3 (#483)
  • 08bff7f fix: bump @​typescript-eslint/parser from 7.0.1 to 7.0.2 (#485)
  • 2de05dd fix: bump eslint-plugin-unicorn from 48.0.1 to 51.0.1 (#486)
  • a698b5a chore: bump eslint and @​types/eslint (#484)
  • 59f86b2 fix: bump eslint-plugin-mocha from 10.1.0 to 10.3.0 (#482)
  • 3b7090c chore: bump ts-node from 10.9.1 to 10.9.2 (#481)
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 <dependency name> 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)

Bumps [@fltri/eslint-config](https://github.com/idaho/fltri-eslint-config) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/idaho/fltri-eslint-config/releases)
- [Changelog](https://github.com/idaho/fltri-eslint-config/blob/main/CHANGELOG.md)
- [Commits](idaho/fltri-eslint-config@1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: "@fltri/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@idaho idaho merged commit 368c67f into main Feb 26, 2024
2 checks passed
@idaho idaho deleted the dependabot-npm_and_yarn-fltri-eslint-config-1.2.4 branch February 26, 2024 12:05
idaho added a commit that referenced this pull request Feb 27, 2024
* split components into smaller one

* French translationen, correct counter's key value (#225)

The key was also translated.

* more cleanups

* 1.4.7

* chore: bump eslint from 8.56.0 to 8.57.0 (#228)

* chore: bump @fltri/eslint-config from 1.2.3 to 1.2.4 (#229)

* optimise color calculations

* cards same size

* fix hungarian translations typo (#230)

---------

Co-authored-by: Max Y <44422604+maxyvon@users.noreply.github.com>
idaho added a commit that referenced this pull request Mar 6, 2024
* show multi events

* 2.0.0-beta.0

* update readme

* calculation of days till event (#190)

* Option to hide time (#192)

* refactor item validation check (#191)

* set version 2.0.0-beta.1

* add missing hide_time_trange to hungarian translations

* option to disable event grouping (#200)

* get multiple items from single event by pattern (#201)

* update readme for event_grouping

* 2.0.0-beta.2

* refactor new eslint rules (#210)

* refactor new eslint rules import / export

* format trash-card

* implement alternative chip style (#211)

* Implement color mode option (#213)

* Option to define refresh rate (#214)

* Setup for local development (#215)

* Fix match always lower case (#216)

* add missing translations in  polish (#217)

* 2.0.0-beta.3

* add debug mode option (#220)

* 2.0.0-beta.4

* 2.0.0-beta.5

* create extra debug card to reduce complexity (#223)

* refactoring components etc into smaller one (#226)

* split components into smaller one

* French translationen, correct counter's key value (#225)

The key was also translated.

* more cleanups

* 1.4.7

* chore: bump eslint from 8.56.0 to 8.57.0 (#228)

* chore: bump @fltri/eslint-config from 1.2.3 to 1.2.4 (#229)

* optimise color calculations

* cards same size

* fix hungarian translations typo (#230)

---------

Co-authored-by: Max Y <44422604+maxyvon@users.noreply.github.com>

* Implement availability for custom patterns (#231)

* Implement new predefined icon only style (#232)

* fix calculation of range end date to fetch calendar data (#233)

* 2.0.0-beta.6

* icon size not applied (#234)

* 2.0.0-beta.7

* card update when changing language (#237)

* option to en- or disable the pattern label in chip or card style (#238)

* adjust badge size in icon layout (#239)

* add icon and image shape (#240)

* Add option to set a picture for each single pattern instead of icon (#241)

* Multiple calendar entities (#242)

* upload documentation images

* new overview image

* Update README.md

* fix version workflow

* 2.0.0-beta.8

* use addd-and-commit action

* fix workflow

* fix days till calculation when event is not whole day event (#243)

* fix version workflow

* rename job

* use mushroom default chip border radius (#246)

* fix unnecessary rerenderings (#247)

* update readme

---------

Co-authored-by: Max Y <44422604+maxyvon@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant