Skip to content

Commit

Permalink
Update packages (#2665)
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox authored Sep 19, 2024
1 parent 3c62b96 commit facf0d9
Show file tree
Hide file tree
Showing 301 changed files with 109,487 additions and 100,318 deletions.
80 changes: 0 additions & 80 deletions .eslintrc.json

This file was deleted.

146 changes: 73 additions & 73 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,86 +1,86 @@
name: Bug Report
description: Something is not working as it should
title: "[bug]: "
labels: ["bug"]
title: '[bug]: '
labels: ['bug']
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this report!
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this report!
- type: checkboxes
id: checked-other-issues
attributes:
label: No existing issues.
description: By submitting this issue, you confirm, that you have checked the existing issues for your problem.
options:
- label: There is no existing issue for my problem.
required: true
- type: checkboxes
id: checked-other-issues
attributes:
label: No existing issues.
description: By submitting this issue, you confirm, that you have checked the existing issues for your problem.
options:
- label: There is no existing issue for my problem.
required: true

- type: textarea
id: description
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
id: description
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
validations:
required: true

- type: textarea
id: reproduction
attributes:
label: To Reproduce
description: Steps to reproduce the behavior
placeholder: |
1. Go to '...'
2. Click on '...'
3. Scroll down to '....'
4. See error
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: To Reproduce
description: Steps to reproduce the behavior
placeholder: |
1. Go to '...'
2. Click on '...'
3. Scroll down to '....'
4. See error
validations:
required: true

- type: textarea
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
validations:
required: true
- type: textarea
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
validations:
required: true

- type: textarea
attributes:
label: Screenshots & Logfiles
description: If applicable, add screenshots and logfiles to help explain your problem.
validations:
required: true
- type: textarea
attributes:
label: Screenshots & Logfiles
description: If applicable, add screenshots and logfiles to help explain your problem.
validations:
required: true

- type: input
attributes:
label: Adapter version
validations:
required: true
- type: input
attributes:
label: Adapter version
validations:
required: true

- type: input
attributes:
label: js-controller version
description: determine this with "iobroker -v" on the console
validations:
required: true
- type: input
attributes:
label: js-controller version
description: determine this with "iobroker -v" on the console
validations:
required: true

- type: input
attributes:
label: Node version
description: determine this with "node -v" on the console
validations:
required: true
- type: input
attributes:
label: Node version
description: determine this with "node -v" on the console
validations:
required: true

- type: input
attributes:
label: Operating system
validations:
required: true
- type: input
attributes:
label: Operating system
validations:
required: true

- type: textarea
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.
validations:
required: false
- type: textarea
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.
validations:
required: false
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: ioBroker Community
url: https://forum.iobroker.net/
about: Please ask and answer questions here.
- name: ioBroker Community
url: https://forum.iobroker.net/
about: Please ask and answer questions here.
68 changes: 34 additions & 34 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
name: Feature request
description: Suggest an idea for this project
title: "[enhancement]: "
labels: ["enhancement"]
title: '[enhancement]: '
labels: ['enhancement']
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this report!
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this report!
- type: checkboxes
id: checked-other-issues
attributes:
label: No existing issues.
description: By submitting this issue, you confirm, that you have checked the existing issues for your request.
options:
- label: There is no existing issue for my request.
required: true
- type: checkboxes
id: checked-other-issues
attributes:
label: No existing issues.
description: By submitting this issue, you confirm, that you have checked the existing issues for your request.
options:
- label: There is no existing issue for my request.
required: true

- type: textarea
attributes:
label: Related problems
description: Is your feature request related to a problem? Please describe.
placeholder: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
validations:
required: true
- type: textarea
attributes:
label: Related problems
description: Is your feature request related to a problem? Please describe.
placeholder: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
validations:
required: true

- type: textarea
attributes:
label: Description
description: Describe the solution you'd like
placeholder: A clear and concise description of what you want to happen.
validations:
required: true
- type: textarea
attributes:
label: Description
description: Describe the solution you'd like
placeholder: A clear and concise description of what you want to happen.
validations:
required: true

- type: textarea
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.
validations:
required: false
- type: textarea
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.
validations:
required: false
9 changes: 4 additions & 5 deletions .github/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@
- match:
# Only merge patches for production dependencies
dependency_type: production
update_type: "semver:patch"
update_type: 'semver:patch'
- match:
# Except for security fixes, here we allow minor patches
dependency_type: production
update_type: "security:minor"
update_type: 'security:minor'
- match:
# and development dependencies can have a minor update, too
dependency_type: development
update_type: "semver:minor"

update_type: 'semver:minor'
# The syntax is based on the legacy dependabot v1 automerged_updates syntax, see:
# https://dependabot.com/docs/config-file/#automerged_updates
# https://dependabot.com/docs/config-file/#automerged_updates
46 changes: 23 additions & 23 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: monthly
time: "04:00"
timezone: Europe/Berlin
# Maintain dependencies for GitHub Actions
- package-ecosystem: github-actions
directory: '/'
schedule:
interval: monthly
time: '04:00'
timezone: Europe/Berlin

- package-ecosystem: npm
directory: "/"
schedule:
interval: monthly
time: "04:00"
timezone: Europe/Berlin
open-pull-requests-limit: 5
versioning-strategy: increase
- package-ecosystem: npm
directory: '/'
schedule:
interval: monthly
time: '04:00'
timezone: Europe/Berlin
open-pull-requests-limit: 5
versioning-strategy: increase

- package-ecosystem: npm
directory: "/src-rx"
schedule:
interval: monthly
time: "04:00"
timezone: Europe/Berlin
open-pull-requests-limit: 5
versioning-strategy: increase
- package-ecosystem: npm
directory: '/src-rx'
schedule:
interval: monthly
time: '04:00'
timezone: Europe/Berlin
open-pull-requests-limit: 5
versioning-strategy: increase
Loading

0 comments on commit facf0d9

Please sign in to comment.