Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 27, 2023

Bumps aegir from 38.1.8 to 39.0.1.

Release notes

Sourced from aegir's releases.

v39.0.1

39.0.1 (2023-04-27)

Bug Fixes

Dependencies

  • bump typedoc-plugin-mdn-links from 2.0.2 to 3.0.3 (#1209) (536a111)

v39.0.0

39.0.0 (2023-04-27)

⚠ BREAKING CHANGES

  • check for unused dependencies by default (#1177)

Features

  • check for unused dependencies by default (#1177) (6b01e36)

Dependencies

  • bump @​semantic-release/npm from 9.0.2 to 10.0.3 (#1233) (fd02d90)
  • bump eslint-config-ipfs from 3.1.7 to 4.0.0 (#1229) (d03ce94)
  • bump semantic-release from 20.1.3 to 21.0.1 (#1223) (7806e55)
  • dev: bump electron from 23.2.4 to 24.1.2 (#1240) (a53d306)
Changelog

Sourced from aegir's changelog.

39.0.1 (2023-04-27)

Bug Fixes

Dependencies

  • bump typedoc-plugin-mdn-links from 2.0.2 to 3.0.3 (#1209) (536a111)

39.0.0 (2023-04-27)

⚠ BREAKING CHANGES

  • check for unused dependencies by default (#1177)

Features

  • check for unused dependencies by default (#1177) (6b01e36)

Dependencies

  • bump @​semantic-release/npm from 9.0.2 to 10.0.3 (#1233) (fd02d90)
  • bump eslint-config-ipfs from 3.1.7 to 4.0.0 (#1229) (d03ce94)
  • bump semantic-release from 20.1.3 to 21.0.1 (#1223) (7806e55)
  • dev: bump electron from 23.2.4 to 24.1.2 (#1240) (a53d306)
Commits
  • 1221361 chore(release): 39.0.1 [skip ci]
  • 536a111 deps: bump typedoc-plugin-mdn-links from 2.0.2 to 3.0.3 (#1209)
  • e76b978 fix: allow top level await (#1196)
  • abd1a33 chore(release): 39.0.0 [skip ci]
  • fd02d90 deps: bump @​semantic-release/npm from 9.0.2 to 10.0.3 (#1233)
  • 7806e55 deps: bump semantic-release from 20.1.3 to 21.0.1 (#1223)
  • a53d306 deps(dev): bump electron from 23.2.4 to 24.1.2 (#1240)
  • d03ce94 deps: bump eslint-config-ipfs from 3.1.7 to 4.0.0 (#1229)
  • 6b01e36 feat!: check for unused dependencies by default (#1177)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [aegir](https://github.com/ipfs/aegir) from 38.1.8 to 39.0.1.
- [Release notes](https://github.com/ipfs/aegir/releases)
- [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md)
- [Commits](ipfs/aegir@v38.1.8...v39.0.1)

---
updated-dependencies:
- dependency-name: aegir
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner April 27, 2023 11:10
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 27, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 28, 2023

Superseded by #107.

@dependabot dependabot bot closed this Apr 28, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/aegir-39.0.1 branch April 28, 2023 11:08
achingbrain added a commit that referenced this pull request Jan 8, 2024
Updates ipns to v7.x.x.

See the [release notes](https://github.com/ipfs/js-ipns/releases/tag/v7.0.0)
for full details.

BREAKING CHANGE: the `IPNSRecord` type returned from the `publish` method has changed
achingbrain pushed a commit that referenced this pull request Jan 8, 2024
## [@helia/ipns-v2.0.0](https://github.com/ipfs/helia-ipns/compare/@helia/ipns-v1.1.7...@helia/ipns-v2.0.0) (2023-09-22)

### ⚠ BREAKING CHANGES

* the `IPNSRecord` type returned from the `publish` method has changed

### Dependencies

* update ipns to v7.x.x ([#106](ipfs/helia-ipns#106)) ([83a1d14](ipfs/helia-ipns@83a1d14))
achingbrain added a commit that referenced this pull request Jan 8, 2024
The UnixFS importer requires mtimes to follow the `Mtime` interface
so convert files/folders read from glob source.
achingbrain pushed a commit that referenced this pull request Jan 8, 2024
## [@helia/unixfs-v1.4.3](https://github.com/ipfs/helia-unixfs/compare/@helia/unixfs-v1.4.2...@helia/unixfs-v1.4.3) (2023-12-03)

### Bug Fixes

* convert date to mtime in glob source ([#106](ipfs/helia-unixfs#106)) ([cd9e903](ipfs/helia-unixfs@cd9e903))

### Dependencies

* **dev:** bump aegir from 40.0.13 to 41.0.0 ([#105](ipfs/helia-unixfs#105)) ([2421ee2](ipfs/helia-unixfs@2421ee2))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant