1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-17 20:40:59 +03:00
Commit Graph

5689 Commits

Author SHA1 Message Date
c695bd1f86 Add submission # 1232
https://github.com/arduino/library-registry/pull/1232
2022-03-29 16:03:53 +00:00
3c0e06ac0b Merge pull request #1243 from arduino/dependabot/pip/production/black-22.3.0
Bump black from 22.1.0 to 22.3.0
2022-03-28 22:19:39 -07:00
dbdb20a50f Bump black from 22.1.0 to 22.3.0
Bumps [black](https://github.com/psf/black) from 22.1.0 to 22.3.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/22.1.0...22.3.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-29 01:14:45 +00:00
9a4b11dd09 Add submission # 1242
https://github.com/arduino/library-registry/pull/1242
2022-03-28 01:27:32 +00:00
59a2c0aace Add submission # 1241
https://github.com/arduino/library-registry/pull/1241
2022-03-27 14:23:32 +00:00
e396d44287 Add submission # 1240
https://github.com/arduino/library-registry/pull/1240
2022-03-26 11:46:55 +00:00
5b10eb0bac Add submission # 1238
https://github.com/arduino/library-registry/pull/1238
2022-03-26 04:35:25 +00:00
362e3971f2 Add submission # 1237
https://github.com/arduino/library-registry/pull/1237
2022-03-25 23:14:58 +00:00
068aff4853 Add submission # 1236
https://github.com/arduino/library-registry/pull/1236
2022-03-25 22:40:13 +00:00
5792ffdc3c Merge pull request #1226 from per1234/rename-Moving_Average_Plus
Update name of "Moving Average Plus"
2022-03-25 15:57:59 +01:00
b6a51abc1e Add submission # 1235
https://github.com/arduino/library-registry/pull/1235
2022-03-25 08:59:51 +00:00
a14758c6d1 Add submission # 1234
https://github.com/arduino/library-registry/pull/1234
2022-03-25 04:46:52 +00:00
82dbb04c29 Add submission # 1233
https://github.com/arduino/library-registry/pull/1233
2022-03-24 21:52:03 +00:00
9c40bde895 Add submission # 1231
https://github.com/arduino/library-registry/pull/1231
2022-03-24 16:45:38 +00:00
cc9887af34 Add submission # 1230
https://github.com/arduino/library-registry/pull/1230
2022-03-24 08:07:29 +00:00
fa6fbf43ab Add submission # 1229
https://github.com/arduino/library-registry/pull/1229
2022-03-24 03:46:06 +00:00
62642a5cc1 Add submission # 1228
https://github.com/arduino/library-registry/pull/1228
2022-03-24 00:26:01 +00:00
88a22636d1 Add submission # 1227
https://github.com/arduino/library-registry/pull/1227
2022-03-23 19:56:31 +00:00
79cfff312d Update name of "Moving Average Plus" 2022-03-23 04:53:02 -07:00
a65fa504ca Add submission # 1225
https://github.com/arduino/library-registry/pull/1225
2022-03-22 21:14:51 +00:00
2284fe912b Add submission # 1224
https://github.com/arduino/library-registry/pull/1224
2022-03-22 17:56:21 +00:00
873f47f888 Add submission # 1223
https://github.com/arduino/library-registry/pull/1223
2022-03-22 15:05:15 +00:00
e461873ac6 Add submission # 1222
https://github.com/arduino/library-registry/pull/1222
2022-03-22 14:50:07 +00:00
5284d2c7a9 Add submission # 1220
https://github.com/arduino/library-registry/pull/1220
2022-03-22 09:30:01 +00:00
fe7eda3d7e Add submission # 1219
https://github.com/arduino/library-registry/pull/1219
2022-03-22 02:17:22 +00:00
faac54ced4 Add submission # 1218
https://github.com/arduino/library-registry/pull/1218
2022-03-21 21:05:09 +00:00
b8bcbfe682 Add submission # 1217
https://github.com/arduino/library-registry/pull/1217
2022-03-21 17:15:44 +00:00
8e76548541 Merge pull request #1216 from per1234/bump-engine
Bump `github.com/arduino/libraries-repository-engine` to v1.1.2
2022-03-21 09:01:48 -07:00
cf2a0a05a5 Add submission # 1215
https://github.com/arduino/library-registry/pull/1215
2022-03-21 15:49:16 +00:00
d640937375 Manually define dependency license metadata that was not detected
The "Licensed" dependency license checker tool uses the licensee tool to automatically determine the license type based
on metadata provided by the dependency author. This must be in a standardized format without any modifications. In cases
where that wasn't done, it is necessary to determine the license type and update the dependency license metadata cache
in the `.licenses` folder manually.

The Licensed tool will check this data whenever the dependency version is updated to make sure the license hasn't
changed.
2022-03-21 08:26:57 -07:00
0ec4f5bf9e Update dependency license cache for github.com/arduino/libraries-repository-engine bump 2022-03-21 08:26:31 -07:00
112543673c Bump github.com/arduino/libraries-repository-engine to v1.1.2
At the time the dependency on `github.com/arduino/libraries-repository-engine` was added to the project, there was not a
release version available with the correct "v"-prefixed tag name, so it was necessary to use a "pseudo-version" instead.

A new release of `github.com/arduino/libraries-repository-engine` has now been made with the standard tag format
required by the Go module system. This offers the opportunity for more effective management of the dependency through
automated update offers generated by Dependabot.

Keeping this dependency updated is especially important because the latest release of
`github.com/arduino/libraries-repository-engine` is always used by the backend process, and the registry validator must
match its requirements.
2022-03-21 07:56:06 -07:00
4fdc86c332 Merge pull request #1214 from arduino/dependabot/pip/production/invoke-1.7.0
Bump invoke from 1.6.0 to 1.7.0
2022-03-21 05:44:28 -07:00
9b2c8cb1c4 Bump invoke from 1.6.0 to 1.7.0
Bumps [invoke](https://github.com/pyinvoke/invoke) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/pyinvoke/invoke/releases)
- [Commits](https://github.com/pyinvoke/invoke/compare/1.6.0...1.7.0)

---
updated-dependencies:
- dependency-name: invoke
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-21 01:29:16 +00:00
93651f80ef Add submission # 1213
https://github.com/arduino/library-registry/pull/1213
2022-03-21 00:57:36 +00:00
b439ddaf3d Add submission # 1212
https://github.com/arduino/library-registry/pull/1212
2022-03-20 22:10:11 +00:00
5cc6d6b754 Add submission # 1211
https://github.com/arduino/library-registry/pull/1211
2022-03-20 21:11:17 +00:00
e42f617f5f Add submission # 1209
https://github.com/arduino/library-registry/pull/1209
2022-03-20 17:32:36 +00:00
8768a4a8f4 Add submission # 1207
https://github.com/arduino/library-registry/pull/1207
2022-03-19 20:18:43 +00:00
bd27aa9a8d Add submission # 1206
https://github.com/arduino/library-registry/pull/1206
2022-03-19 19:52:06 +00:00
8863d77e30 Add submission # 1205
https://github.com/arduino/library-registry/pull/1205
2022-03-19 15:27:15 +00:00
ba10bbc433 Add submission # 1204
https://github.com/arduino/library-registry/pull/1204
2022-03-19 07:04:49 +00:00
6495685de3 Add submission # 1203
https://github.com/arduino/library-registry/pull/1203
2022-03-18 23:44:23 +00:00
5b69a87624 Add submission # 1202
https://github.com/arduino/library-registry/pull/1202
2022-03-18 16:45:51 +00:00
f8e7935f65 Add submission # 1201
https://github.com/arduino/library-registry/pull/1201
2022-03-18 14:31:44 +00:00
bd16085c92 Add submission # 1200
https://github.com/arduino/library-registry/pull/1200
2022-03-18 13:44:02 +00:00
2229f6bad3 Add submission # 1198
https://github.com/arduino/library-registry/pull/1198
2022-03-18 01:42:13 +00:00
d8b18164e6 Merge pull request #1197 from arduino/dependabot/pip/production/pytest-7.1.1
Bump pytest from 7.1.0 to 7.1.1
2022-03-17 18:24:53 -07:00
c18430fdf2 Bump pytest from 7.1.0 to 7.1.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.0 to 7.1.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/7.1.0...7.1.1)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-18 01:14:40 +00:00
6d04834427 Add submission # 1196
https://github.com/arduino/library-registry/pull/1196
2022-03-18 00:21:06 +00:00