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

(simatec) Update dev-Branch #734

Merged
merged 23 commits into from
Jun 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
b7896c6
chore(deps-dev): bump follow-redirects from 1.15.5 to 1.15.6
dependabot[bot] Mar 16, 2024
0f5259b
Merge pull request #712 from simatec/dependabot/npm_and_yarn/follow-r…
simatec Mar 17, 2024
a84b534
chore(deps-dev): bump axios from 1.6.7 to 1.6.8
dependabot[bot] Apr 1, 2024
ba3f0d3
chore(deps): bump @iobroker/adapter-core from 3.0.4 to 3.0.6
dependabot[bot] Apr 1, 2024
02b05cf
chore(deps-dev): bump mocha from 10.3.0 to 10.4.0
dependabot[bot] Apr 1, 2024
3848a19
(simatec) Fix Test & Release
simatec Apr 4, 2024
8e7bda7
Merge pull request #715 from simatec/dependabot/npm_and_yarn/master/a…
simatec Apr 4, 2024
80f6acf
chore(deps-dev): bump @iobroker/testing from 4.1.0 to 4.1.1
dependabot[bot] Apr 4, 2024
07fc5f0
Merge pull request #716 from simatec/dependabot/npm_and_yarn/master/i…
simatec Apr 4, 2024
d479c4d
Merge pull request #717 from simatec/dependabot/npm_and_yarn/master/i…
simatec Apr 4, 2024
2e7b2d1
Merge pull request #718 from simatec/dependabot/npm_and_yarn/master/m…
simatec Apr 4, 2024
56a9193
chore(deps): bump @iobroker/adapter-core from 3.0.6 to 3.1.4
dependabot[bot] May 1, 2024
8198425
chore(deps-dev): bump @iobroker/testing from 4.1.1 to 4.1.3
dependabot[bot] May 1, 2024
b2a296c
Merge pull request #723 from simatec/dependabot/npm_and_yarn/master/i…
simatec May 2, 2024
69b382a
Merge pull request #724 from simatec/dependabot/npm_and_yarn/master/i…
simatec May 2, 2024
5ddfbeb
chore(deps-dev): bump eslint from 8.57.0 to 9.4.0
dependabot[bot] Jun 1, 2024
3f1941e
chore(deps-dev): bump sinon from 17.0.1 to 18.0.0
dependabot[bot] Jun 1, 2024
268429e
Merge pull request #730 from simatec/dependabot/npm_and_yarn/master/e…
simatec Jun 1, 2024
a12d349
Merge pull request #732 from simatec/dependabot/npm_and_yarn/master/s…
simatec Jun 1, 2024
81617f0
chore(deps-dev): bump axios from 1.6.8 to 1.7.2
dependabot[bot] Jun 1, 2024
345bb8d
Merge pull request #733 from simatec/dependabot/npm_and_yarn/master/a…
simatec Jun 1, 2024
550ab2c
chore(deps-dev): bump chai-as-promised from 7.1.1 to 7.1.2
dependabot[bot] Jun 1, 2024
3fe10a7
Merge pull request #731 from simatec/dependabot/npm_and_yarn/master/c…
simatec Jun 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down
Loading