From 0bc3fe31024b11a83c8f441f3927e96c7126d66d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 17:07:35 +0000 Subject: [PATCH 1/2] ci: bump peter-evans/commit-comment from 2 to 3 Bumps [peter-evans/commit-comment](https://github.com/peter-evans/commit-comment) from 2 to 3. - [Release notes](https://github.com/peter-evans/commit-comment/releases) - [Commits](https://github.com/peter-evans/commit-comment/compare/v2...v3) --- updated-dependencies: - dependency-name: peter-evans/commit-comment dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build_documentation.yaml | 2 +- .github/workflows/verify_library_structure.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_documentation.yaml b/.github/workflows/build_documentation.yaml index b5513bad1..5c1c16067 100644 --- a/.github/workflows/build_documentation.yaml +++ b/.github/workflows/build_documentation.yaml @@ -65,7 +65,7 @@ jobs: exit $result_code - name: Create commit comment - uses: peter-evans/commit-comment@v2 + uses: peter-evans/commit-comment@v3 if: steps.check_component.outcome=='failure' with: body: | diff --git a/.github/workflows/verify_library_structure.yaml b/.github/workflows/verify_library_structure.yaml index 86366ebc2..753fd2bd7 100644 --- a/.github/workflows/verify_library_structure.yaml +++ b/.github/workflows/verify_library_structure.yaml @@ -42,7 +42,7 @@ jobs: exit $result_code - name: Create commit comment - uses: peter-evans/commit-comment@v2 + uses: peter-evans/commit-comment@v3 if: steps.validate_manifest.outcome=='failure' with: body: | @@ -87,7 +87,7 @@ jobs: echo "$(cat arduino_lint.md)" >> $GITHUB_STEP_SUMMARY - name: Create commit comment - uses: peter-evans/commit-comment@v2 + uses: peter-evans/commit-comment@v3 if: steps.validate_library.outcome=='failure' with: body: ${{ steps.beautify_output.outputs.lint_errors }} From db7bfb0d3af7bfbcc42c16a236dc53c440c7529b Mon Sep 17 00:00:00 2001 From: Sara Damiano Date: Tue, 24 Oct 2023 12:27:14 -0400 Subject: [PATCH 2/2] Set BMP388 dep to PIO registry, bump other deps Signed-off-by: Sara Damiano --- continuous_integration/dependencies.json | 109 +++++++++++++++++------ library.json | 7 +- 2 files changed, 84 insertions(+), 32 deletions(-) diff --git a/continuous_integration/dependencies.json b/continuous_integration/dependencies.json index d64492000..fc36ee07e 100644 --- a/continuous_integration/dependencies.json +++ b/continuous_integration/dependencies.json @@ -1,5 +1,5 @@ { - "action_cache_version": 15, + "action_cache_version": 16, "dependencies": [ { "name": "EnviroDIY_DS3231", @@ -8,7 +8,10 @@ "url": "https://github.com/EnviroDIY/Sodaq_DS3231", "version": "~1.3.4", "note": "An Arduino library for the DS3231 RTC (Real Time Clock), based off of the Sodaq_DS3231 library.", - "authors": ["Kees Bakker", "Sara Damiano"], + "authors": [ + "Kees Bakker", + "Sara Damiano" + ], "frameworks": "arduino", "platforms": "atmelavr, atmelsam" }, @@ -19,7 +22,9 @@ "url": "https://github.com/arduino-libraries/RTCZero", "version": "~1.6.0", "note": "Functions for using the processor real time clock in SAMD21 processors", - "authors": ["Arduino"], + "authors": [ + "Arduino" + ], "frameworks": "arduino", "platforms": "atmelsam" }, @@ -30,7 +35,9 @@ "url": "https://github.com/GreyGnome/EnableInterrupt", "version": "~1.1.0", "note": "GreyGnome's EnableInterrupt - Assign an interrupt to any supported pin on all Arduinos", - "authors": ["Mike 'GreyGnome' Schwager"], + "authors": [ + "Mike 'GreyGnome' Schwager" + ], "frameworks": "arduino", "platforms": "atmelavr, atmelsam" }, @@ -41,7 +48,9 @@ "url": "https://github.com/greiman/SdFat", "version": "~2.1.2", "note": "SdFat - FAT16/FAT32 file system for SD cards.", - "authors": ["Bill Greiman"], + "authors": [ + "Bill Greiman" + ], "frameworks": "arduino", "platforms": "atmelavr, atmelsam" }, @@ -50,7 +59,10 @@ "owner": "vshymanskyy", "version": "~0.11.5", "note": "A small Arduino library for GPRS modules.", - "authors": ["Volodymyr Shymanskyy", "Sara Damiano"], + "authors": [ + "Volodymyr Shymanskyy", + "Sara Damiano" + ], "frameworks": "arduino", "platforms": "atmelavr, atmelsam" }, @@ -61,7 +73,9 @@ "url": "https://github.com/knolleary/pubsubclient", "version": "~2.8", "note": "A client library for MQTT messaging.", - "authors": ["Nick O'Leary"] + "authors": [ + "Nick O'Leary" + ] }, { "name": "Adafruit BusIO", @@ -70,7 +84,9 @@ "url": "https://github.com/adafruit/Adafruit_BusIO", "version": "~1.11.6", "note": "Adafruit BusIO, a dependency of other Adafruit libraries", - "authors": ["Adafruit"], + "authors": [ + "Adafruit" + ], "frameworks": "arduino", "platforms": "atmelavr, atmelsam" }, @@ -81,7 +97,9 @@ "url": "https://github.com/adafruit/Adafruit_Sensor", "version": "~1.1.9", "note": "Adafruit's unified sensor library is used by their other libraries", - "authors": ["Adafruit"], + "authors": [ + "Adafruit" + ], "frameworks": "arduino", "platforms": "atmelavr, atmelsam" }, @@ -91,7 +109,9 @@ "version_note": "=1.2.0", "version": "https://github.com/soligen2010/Adafruit_ADS1X15.git#7d67b451f739e9a63f40f2d6d139ab582258572b", "note": "Driver for TI's ADS1015: 12-bit Differential or Single-Ended ADC with PGA and Comparator. This fork removes bugs in the Adafruit original library.", - "authors_note": ["soligen2010"], + "authors_note": [ + "soligen2010" + ], "frameworks_note": "arduino", "platforms_note": "*" }, @@ -100,9 +120,11 @@ "owner": "adafruit", "library id": "773", "url": "https://github.com/adafruit/Adafruit_AM2315", - "version": "~2.2.1", + "version": "~2.2.3", "note": "AOSong AM2315 I2C Temp/Humidity Sensor Library by Adafruit", - "authors": ["Adafruit"], + "authors": [ + "Adafruit" + ], "frameworks": "arduino", "platforms": "atmelavr, atmelsam" }, @@ -113,17 +135,20 @@ "url": "https://github.com/adafruit/Adafruit_BME280_Library", "version": "~2.2.2", "note": "Bosch BME280 Temp/Humidity/Pressure Sensor Library by Adafruit", - "authors": ["Adafruit"], + "authors": [ + "Adafruit" + ], "frameworks": "arduino", "platforms": "atmelavr, atmelsam" }, { "name": "BMP388_DEV", "owner": "MartinL1", - "version": "https://github.com/MartinL1/BMP388_DEV.git", - "version_note": "~1.0.9", + "version": "~1.0.11", "note": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP388 barometer.", - "authors": ["Martin Lindupp"], + "authors": [ + "Martin Lindupp" + ], "frameworks": "arduino", "platforms": "atmelavr, atmelsam" }, @@ -134,7 +159,9 @@ "url": "https://github.com/adafruit/DHT-sensor-library", "version": "~1.4.4", "note": "AOSong DHT Sensor Library by Adafruit", - "authors": ["Adafruit"], + "authors": [ + "Adafruit" + ], "frameworks": "arduino", "platforms": "atmelavr, atmelsam" }, @@ -145,7 +172,9 @@ "url": "https://github.com/adafruit/Adafruit_INA219", "version": "~1.2.1", "note": "This is a library for the Adafruit INA219 high side DC current sensor boards", - "authors": ["Adafruit"], + "authors": [ + "Adafruit" + ], "frameworks": "arduino", "platforms": "atmelavr, atmelsam" }, @@ -154,9 +183,11 @@ "owner": "adafruit", "library id": "406", "url": "https://github.com/adafruit/Adafruit_MPL115A2", - "version": "~2.0.0", + "version": "~2.0.2", "note": "MPL115A2 Barometer Library by Adafruit", - "authors": ["Adafruit"], + "authors": [ + "Adafruit" + ], "frameworks": "arduino" }, { @@ -166,7 +197,9 @@ "url": "https://github.com/adafruit/Adafruit_SHT4X", "version": "~1.0.2", "note": "Sensirion SHT4x Library by Adafruit", - "authors": ["Adafruit"], + "authors": [ + "Adafruit" + ], "frameworks": "arduino" }, { @@ -200,7 +233,12 @@ "url": "https://github.com/milesburton/Arduino-Temperature-Control-Library", "version": "~3.9.1", "note": "DallasTemperature - Arduino Library for Dallas Temperature ICs (DS18B20, DS18S20, DS1822, DS1820)", - "authors": ["Guil Barros", "Miles Burton", "Rob Tillart", "Tim Nuewsome"], + "authors": [ + "Guil Barros", + "Miles Burton", + "Rob Tillart", + "Tim Nuewsome" + ], "frameworks": "arduino", "platforms": "atmelavr, atmelsam" }, @@ -227,14 +265,22 @@ "url": "https://github.com/NorthernWidget/MS5803", "version": "~0.1.2", "note": "General interface to MS5803-series pressure transducers", - "authors": ["Bobby Schulz", "Andrew Wickert", "Chad Sandell", "Sara Damiano"] + "authors": [ + "Bobby Schulz", + "Andrew Wickert", + "Chad Sandell", + "Sara Damiano" + ] }, { "name": "Tally_Library_I2C", "version": "https://github.com/EnviroDIY/Tally_Library.git#Dev_I2C", "version_note": "Uses `Dev_I2C` feature branch", "note": "An Arduino library for interfacing to the Project Tally Event counter from NorthernWidget.", - "authors": ["Bobby Schulz", "Anthony Aufdenkampe"], + "authors": [ + "Bobby Schulz", + "Anthony Aufdenkampe" + ], "frameworks": "arduino", "platforms": "atmelavr, atmelsam" }, @@ -245,7 +291,9 @@ "url": "https://github.com/EnviroDIY/SensorModbusMaster", "version": "~0.6.8", "note": "EnviroDIY SensorModbusMaster - Arduino library for communicating via modbus with the Arduino acting as the modbus master.", - "authors": ["Sara Damiano"], + "authors": [ + "Sara Damiano" + ], "frameworks": "arduino", "platforms": "atmelavr, atmelsam" }, @@ -256,7 +304,9 @@ "url": "https://github.com/EnviroDIY/KellerModbus", "version": "~0.2.2", "note": "Arduino library for communication with Keller pressure and water level sensors via Modbus.", - "authors": ["Anthony Aufdenkampe"] + "authors": [ + "Anthony Aufdenkampe" + ] }, { "name": "YosemitechModbus", @@ -265,9 +315,12 @@ "url": "https://github.com/EnviroDIY/YosemitechModbus", "version": "~0.4.0", "note": "Arduino library for communication with Yosemitech sensors via Modbus.", - "authors": ["Sara Damiano", "Anthony Aufdenkampe"], + "authors": [ + "Sara Damiano", + "Anthony Aufdenkampe" + ], "frameworks": "arduino", "platforms": "atmelavr, atmelsam" } ] -} +} \ No newline at end of file diff --git a/library.json b/library.json index 58ec993c2..c6ce2e086 100644 --- a/library.json +++ b/library.json @@ -161,7 +161,7 @@ "owner": "adafruit", "library id": "773", "url": "https://github.com/adafruit/Adafruit_AM2315", - "version": "~2.2.1", + "version": "~2.2.3", "note": "AOSong AM2315 I2C Temp/Humidity Sensor Library by Adafruit", "authors": ["Adafruit"], "frameworks": "arduino", @@ -181,8 +181,7 @@ { "name": "BMP388_DEV", "owner": "MartinL1", - "version": "https://github.com/MartinL1/BMP388_DEV.git", - "version_note": "~1.0.9", + "version": "~1.0.11", "note": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP388 barometer.", "authors": ["Martin Lindupp"], "frameworks": "arduino", @@ -215,7 +214,7 @@ "owner": "adafruit", "library id": "406", "url": "https://github.com/adafruit/Adafruit_MPL115A2", - "version": "~2.0.0", + "version": "~2.0.2", "note": "MPL115A2 Barometer Library by Adafruit", "authors": ["Adafruit"], "frameworks": "arduino"