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

6505 Commits

Author SHA1 Message Date
31615dd332 Add submission # 1500
https://github.com/arduino/library-registry/pull/1500
2022-06-17 04:33:27 +00:00
6b173ff9c9 Add submission # 1499
https://github.com/arduino/library-registry/pull/1499
2022-06-17 00:31:29 +00:00
ce4b8cd385 Add submission # 1498
https://github.com/arduino/library-registry/pull/1498
2022-06-16 23:31:31 +00:00
6db0cc95c2 Add submission # 1497
https://github.com/arduino/library-registry/pull/1497
2022-06-16 16:41:33 +00:00
c5d241950c Add submission # 1495
https://github.com/arduino/library-registry/pull/1495
2022-06-15 20:02:41 +00:00
5cd36bf648 Add submission # 1494
https://github.com/arduino/library-registry/pull/1494
2022-06-15 18:03:11 +00:00
a4679c962a Merge pull request #1471 from arduino/dependabot/github_actions/production/actions/setup-python-4
Bump actions/setup-python from 3 to 4
2022-06-14 09:34:17 -07:00
2dbd3a41bd Use non-version specific reference URLs for tool version workflow variables
GitHub Actions actions are used by the workflows to set up development tools in the runner workspace.

In order to facilitate updates to new versions of these tools, we set the version to be set up via environment variables
at the top of the workflow.

Since this variable definition is separate from the step using the action, it might not be immediately apparent to the
maintainer which version syntaxes are supported. For this reason, comments were added with the URL to the relevant
section of the consuming action's documentation. Previously, these URLs were made to point to the version of the
documentation that matched the version of the action in use by the workflow. Since we only use a major version ref, the
expectation was that this would only need to be updated rarely. However, it turned out that the major version bump cycle
is significantly shorter than expected. In addition, it is easy to forget the update because action version update PRs
are provided by Dependabot, which obviously won't update the URLs in the comments.

So it will be best to use a URL that points to the documentation at the tip of the default branch of the action
repository. The likelihood of the documentation provided by this URL not matching the behavior of the release version of
the action in use is likely less than it is for an outdated URL.
2022-06-14 09:31:54 -07:00
8210f49e01 Add submission # 1493
https://github.com/arduino/library-registry/pull/1493
2022-06-14 13:50:15 +00:00
cf286073e2 Add submission # 1492
https://github.com/arduino/library-registry/pull/1492
2022-06-14 13:14:29 +00:00
be587af530 Add submission # 1491
https://github.com/arduino/library-registry/pull/1491
2022-06-14 13:10:02 +00:00
602adef6fc Update name of "107-Arduino-Cyphal" 2022-06-14 04:36:29 -07:00
a1a8c63552 Update URL of "107-Arduino-UAVCAN" 2022-06-14 04:35:17 -07:00
f374a64866 Merge pull request #1477 from per1234/rename-ddns-nightly
Update name of "ddns-nightly"
2022-06-14 10:12:44 +02:00
02f279b740 Merge pull request #1478 from per1234/move-An7or-libs
Update URLs of An7or libraries
2022-06-14 09:55:26 +02:00
be9ec1f9a4 Add submission # 1488
https://github.com/arduino/library-registry/pull/1488
2022-06-14 01:40:23 +00:00
772d34f07b Add submission # 1487
https://github.com/arduino/library-registry/pull/1487
2022-06-13 13:58:44 +00:00
91772dbaf1 Add submission # 1484
https://github.com/arduino/library-registry/pull/1484
2022-06-12 13:25:25 +00:00
982e077c39 Add submission # 1483
https://github.com/arduino/library-registry/pull/1483
2022-06-12 11:46:23 +00:00
55d4e79ea6 Add submission # 1482
https://github.com/arduino/library-registry/pull/1482
2022-06-12 08:46:59 +00:00
6db7dca3a7 Add submission # 1481
https://github.com/arduino/library-registry/pull/1481
2022-06-12 08:35:14 +00:00
ecf0f34982 Add submission # 1480
https://github.com/arduino/library-registry/pull/1480
2022-06-12 06:36:51 +00:00
9d2e61925a Add submission # 1479
https://github.com/arduino/library-registry/pull/1479
2022-06-11 16:39:50 +00:00
4b02cf9895 Update URL of "LettersKeypad" 2022-06-11 00:03:29 -07:00
aab7e6af02 Update URL of "LiquidCrystalSerial" 2022-06-11 00:02:46 -07:00
f65466737c Update URL of "ADCButtons" 2022-06-11 00:02:02 -07:00
f1e62314e5 Update name of "ddns-nightly" 2022-06-10 23:33:39 -07:00
b7607ad360 Add submission # 1475
https://github.com/arduino/library-registry/pull/1475
2022-06-10 11:44:53 +00:00
5d0cc48d81 Merge pull request #1462 from arduino/dependabot/pip/production/pep8-naming-0.13.0
Bump pep8-naming from 0.12.1 to 0.13.0
2022-06-09 14:30:52 -07:00
ea7a8d36a3 Add submission # 1474
https://github.com/arduino/library-registry/pull/1474
2022-06-09 17:12:10 +00:00
0d94694a42 Add submission # 1473
https://github.com/arduino/library-registry/pull/1473
2022-06-09 15:12:44 +00:00
f2c90e28ee Add submission # 1472
https://github.com/arduino/library-registry/pull/1472
2022-06-09 04:43:35 +00:00
4e90dca441 Bump actions/setup-python from 3 to 4
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-09 01:17:16 +00:00
441f6bbda5 Add submission # 1470
https://github.com/arduino/library-registry/pull/1470
2022-06-08 09:42:51 +00:00
d51a9b4ecb Add submission # 1469
https://github.com/arduino/library-registry/pull/1469
2022-06-07 11:11:13 +00:00
e3edab0283 Add submission # 1468
https://github.com/arduino/library-registry/pull/1468
2022-06-06 17:30:09 +00:00
3d8ccf2855 Add submission # 1467
https://github.com/arduino/library-registry/pull/1467
2022-06-05 19:29:00 +00:00
f79e9efb68 Add submission # 1464
https://github.com/arduino/library-registry/pull/1464
2022-06-05 17:07:03 +00:00
8ef640f162 Add submission # 1466
https://github.com/arduino/library-registry/pull/1466
2022-06-05 10:41:33 +00:00
f1a8757d2d Add submission # 1465
https://github.com/arduino/library-registry/pull/1465
2022-06-04 18:37:04 +00:00
523f9063a6 Bump pep8-naming from 0.12.1 to 0.13.0
Bumps [pep8-naming](https://github.com/PyCQA/pep8-naming) from 0.12.1 to 0.13.0.
- [Release notes](https://github.com/PyCQA/pep8-naming/releases)
- [Changelog](https://github.com/PyCQA/pep8-naming/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/PyCQA/pep8-naming/compare/0.12.1...0.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-03 05:13:17 +00:00
a058700f99 Add submission # 1461
https://github.com/arduino/library-registry/pull/1461
2022-06-02 22:47:47 +00:00
b1e205eb10 Add submission # 1460
https://github.com/arduino/library-registry/pull/1460
2022-06-02 16:16:52 +00:00
2917ad216c Add submission # 1458
https://github.com/arduino/library-registry/pull/1458
2022-06-01 19:42:24 +00:00
a1237141bb Add submission # 1457
https://github.com/arduino/library-registry/pull/1457
2022-06-01 19:01:40 +00:00
4956e9f3bb Add submission # 1456
https://github.com/arduino/library-registry/pull/1456
2022-06-01 18:57:42 +00:00
10d1f1d819 Add submission # 1455
https://github.com/arduino/library-registry/pull/1455
2022-06-01 15:21:41 +00:00
7471fba35c Add submission # 1451
https://github.com/arduino/library-registry/pull/1451
2022-05-31 16:36:51 +00:00
9ddb218d13 Add submission # 1450
https://github.com/arduino/library-registry/pull/1450
2022-05-31 10:05:48 +00:00
41fdb2866a Merge pull request #1419 from per1234/rename-74XX595
Update name of "74XX595"
2022-05-31 10:01:43 +02:00