-
Notifications
You must be signed in to change notification settings - Fork 4
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
build(deps): Bump the chunkd group with 3 updates #817
Conversation
653341e
to
74e7f8b
Compare
cab05be
to
64e9255
Compare
fffbd5d
to
b0adc7a
Compare
2787a35
to
b1f23ea
Compare
28b7c8a
to
06e8be6
Compare
@dependabot recreate |
06e8be6
to
8b12c2e
Compare
Bumps the chunkd group with 3 updates: [@chunkd/fs](https://github.com/blacha/chunkd/tree/HEAD/packages/fs), [@cogeotiff/core](https://github.com/blacha/cogeotiff/tree/HEAD/packages/core) and [@chunkd/source-memory](https://github.com/blacha/chunkd/tree/HEAD/packages/source-memory). Updates `@chunkd/fs` from 10.0.9 to 11.2.0 - [Release notes](https://github.com/blacha/chunkd/releases) - [Changelog](https://github.com/blacha/chunkd/blob/master/packages/fs/CHANGELOG.md) - [Commits](https://github.com/blacha/chunkd/commits/fs-v11.2.0/packages/fs) Updates `@cogeotiff/core` from 8.1.1 to 9.0.3 - [Release notes](https://github.com/blacha/cogeotiff/releases) - [Changelog](https://github.com/blacha/cogeotiff/blob/master/packages/core/CHANGELOG.md) - [Commits](https://github.com/blacha/cogeotiff/commits/cli-v9.0.3/packages/core) Updates `@chunkd/source-memory` from 10.1.0 to 11.0.2 - [Release notes](https://github.com/blacha/chunkd/releases) - [Changelog](https://github.com/blacha/chunkd/blob/master/packages/source-memory/CHANGELOG.md) - [Commits](https://github.com/blacha/chunkd/commits/fs-v11.0.2/packages/source-memory) --- updated-dependencies: - dependency-name: "@chunkd/fs" dependency-type: direct:production update-type: version-update:semver-major dependency-group: chunkd - dependency-name: "@cogeotiff/core" dependency-type: direct:production update-type: version-update:semver-major dependency-group: chunkd - dependency-name: "@chunkd/source-memory" dependency-type: direct:development update-type: version-update:semver-major dependency-group: chunkd ... Signed-off-by: dependabot[bot] <support@github.com> Co-Authored-By: Blayne Chard <bchard@linz.govt.nz> Co-Authored-By: Victor Engmark <vengmark@linz.govt.nz>
8b12c2e
to
653e58d
Compare
@blacha It looks like If I change the call in Should I try to work around this by removing |
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the chunkd group with 3 updates: @chunkd/fs, @cogeotiff/core and @chunkd/source-memory.
Updates
@chunkd/fs
from 10.0.9 to 11.2.0Release notes
Sourced from
@chunkd/fs
's releases.... (truncated)
Changelog
Sourced from
@chunkd/fs
's changelog.... (truncated)
Commits
a5d7bdd
chore: release master (#1344)a13e380
feat(fsa): decompress "json.gz" files automatically with readJson (#1345)1214cfe
chore: release master (#1266)8b072bd
feat(fs): use "url" over "path" for url locationse36e1ba
docs: improve docstrings with links1969d18
docs(fs): correct spelling4638375
chore: release master (#1240)6ba9f24
fix(fs): correct directory names for windows (#1241)51b2368
refactor: remove console.logf1ff070
fix(fs): missing source-memory dependencyUpdates
@cogeotiff/core
from 8.1.1 to 9.0.3Release notes
Sourced from
@cogeotiff/core
's releases.... (truncated)
Changelog
Sourced from
@cogeotiff/core
's changelog.Commits
9826f9a
chore: release master (#1246)ca60fda
refactor: add more epsg tests3697ade
fix(core): correctly get image width/height57dd0a9
fix(core): load more projection information6001be4
chore: release master (#1238)8699bc3
fix(core): do not read past the end of the offset arrays3510f88
chore: release master (#1237)c810ada
fix(core): do not read past the end of a buffer7e83b76
chore: release master (#1226)fe4088b
feat: color more output and add more tagsUpdates
@chunkd/source-memory
from 10.1.0 to 11.0.2Release notes
Sourced from
@chunkd/source-memory
's releases.... (truncated)
Changelog
Sourced from
@chunkd/source-memory
's changelog.Commits
83869d7
chore: release master (#1223)640a4a4
fix(source-memory): allow creating source with string url03765de
build: upgrade node typesb8136f0
chore: release master (#1219)3cc9c01
feat!: simplify source into fetching bytes and metadata (#1041)8d78def
chore: release master (#1056)5001dcc
feat(source-memory): support writing with metadatac68fef9
build: switch to npm (#1040)a674943
chore: release master (#924)fa30d06
chore: release master (#788)You can trigger a rebase of this PR 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions