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

sync dev #543

Merged
merged 29 commits into from
Jul 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
a46a7b9
build(deps-dev): bump @types/node from 20.1.7 to 20.2.0 (#513)
dependabot[bot] May 18, 2023
9086381
build(deps-dev): bump @types/node from 20.2.0 to 20.2.1 (#514)
dependabot[bot] May 19, 2023
26b13f8
build(deps-dev): bump sinon from 15.0.4 to 15.1.0 (#515)
dependabot[bot] May 19, 2023
da26031
build(deps-dev): bump eslint from 8.40.0 to 8.41.0 (#516)
dependabot[bot] May 22, 2023
35defe1
build(deps-dev): bump @types/node from 20.2.1 to 20.2.3 (#517)
dependabot[bot] May 22, 2023
77c993a
build(deps-dev): bump @types/node from 20.2.3 to 20.2.5
dependabot[bot] May 29, 2023
9668207
Update test-and-release.yml
Black-Thunder Jun 3, 2023
8213a21
Merge pull request #520 from Black-Thunder/dependabot/npm_and_yarn/ty…
Black-Thunder Jun 3, 2023
79d38f3
build(deps-dev): bump @types/gulp from 4.0.10 to 4.0.11 (#518)
dependabot[bot] Jun 3, 2023
fb640e5
build(deps-dev): bump eslint from 8.41.0 to 8.42.0 (#521)
dependabot[bot] Jun 5, 2023
25ab335
build(deps-dev): bump @types/node from 20.2.5 to 20.3.0 (#522)
dependabot[bot] Jun 12, 2023
4b845a6
build(deps-dev): bump @types/node from 20.3.0 to 20.3.1 (#523)
dependabot[bot] Jun 13, 2023
82a88b7
build(deps-dev): bump sinon from 15.1.0 to 15.1.2 (#524)
dependabot[bot] Jun 13, 2023
cb41789
build(deps-dev): bump eslint from 8.42.0 to 8.43.0 (#525)
dependabot[bot] Jun 19, 2023
e8428e9
build(deps-dev): bump sinon from 15.1.2 to 15.2.0 (#526)
dependabot[bot] Jun 21, 2023
e41cf7e
build(deps-dev): bump @types/node from 20.3.1 to 20.3.2 (#527)
dependabot[bot] Jun 27, 2023
104a839
build(deps-dev): bump @types/gulp from 4.0.11 to 4.0.12 (#528)
dependabot[bot] Jun 28, 2023
0a339cb
build(deps-dev): bump @types/gulp from 4.0.12 to 4.0.13 (#529)
dependabot[bot] Jun 29, 2023
028664b
build(deps-dev): bump eslint from 8.43.0 to 8.44.0 (#530)
dependabot[bot] Jul 3, 2023
866444b
build(deps-dev): bump @types/node from 20.3.2 to 20.3.3 (#531)
dependabot[bot] Jul 3, 2023
bdcc292
build(deps-dev): bump @alcalzone/release-script from 3.5.9 to 3.6.0 (…
dependabot[bot] Jul 4, 2023
a18be6b
build(deps-dev): bump @alcalzone/release-script-plugin-iobroker (#532)
dependabot[bot] Jul 4, 2023
cc5ac34
build(deps-dev): bump @types/node from 20.3.3 to 20.4.0 (#534)
dependabot[bot] Jul 6, 2023
e479d1e
build(deps-dev): bump @types/node from 20.4.0 to 20.4.1 (#535)
dependabot[bot] Jul 10, 2023
58c6e19
build(deps-dev): bump @types/node from 20.4.1 to 20.4.2 (#536)
dependabot[bot] Jul 13, 2023
9727424
build(deps-dev): bump eslint from 8.44.0 to 8.45.0 (#537)
dependabot[bot] Jul 17, 2023
fd5187e
build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 (#538)
dependabot[bot] Jul 19, 2023
36fb178
build(deps-dev): bump @types/node from 20.4.2 to 20.4.4 (#539)
dependabot[bot] Jul 24, 2023
a207ecb
build(deps-dev): bump @types/node from 20.4.4 to 20.4.5 (#540)
dependabot[bot] Jul 26, 2023
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
4 changes: 2 additions & 2 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x, 20.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down Expand Up @@ -85,4 +85,4 @@ jobs:
# sentry-project: "iobroker-roborock"
# sentry-version-prefix: "iobroker.roborock"
# # If your sentry project is linked to a GitHub repository, you can enable the following option
# # sentry-github-integration: true
# # sentry-github-integration: true
Loading