Skip to content
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): update dependencies #490

Merged
merged 1 commit into from
Jul 31, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 28, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sphereon/ssi-types ^0.13.0 -> ^0.14.0 age adoption passing confidence
@types/lodash (source) 4.14.195 -> 4.14.196 age adoption passing confidence
eciesjs 0.4.2 -> 0.4.4 age adoption passing confidence
eslint (source) 8.45.0 -> 8.46.0 age adoption passing confidence
eslint-config-prettier 8.8.0 -> 8.9.0 age adoption passing confidence
truffle 5.11.0 -> 5.11.1 age adoption passing confidence
typedoc-plugin-markdown (source) 3.15.3 -> 3.15.4 age adoption passing confidence

Release Notes

Sphereon-OpenSource/ssi-sdk (@​sphereon/ssi-types)

v0.14.1

Compare Source

Note: Version bump only for package @​sphereon/sphereon-sdk.workspace

v0.14.0

Compare Source

Bug Fixes
  • also publish when on a fix branch (e8b678e)
  • also publish when on a fix branch. Also run a diff before the frozen lockfile install so we can see what's going on (69a3200)
  • CI was still using yarn instead if pnpm in several places (ca16f70)
  • CI was still using yarn instead if pnpm in several places (c167259)
  • Fix relative DID resolution and Json websignature 2020 verification for ED25519 and some other algs (ca2682c)
  • Use agent resolver if not set, with fallback to universal resolver. Fix bug in response message (43c9313)
  • VCI did resolution from agent (7aa2bd3)
  • VCI did resolution from agent (2c913db)
  • VP did resolution from agent (aa3f3f1)
Features
  • Add express builder, cors configurer, passport authentication and casbin authorization support for APIs. (cb04fe8)
  • Add global web resolution provider. Add json error handler (f19d1d1)
  • Add partial DIF Universal Registrar and Resolver support (69c8046)
  • Add seperate did:web service to host did.json files managed by the agent (0a8a0bb)
  • Add support for ES256(k/r) in JsonWebsignature2020 signing (cd511d5)
  • Allow objects for error response. Improve json handling in error responses (4151c73)
  • Better support for MS Azure auth and re-using a MSAL client from Azure Request API (61bdfaf)
  • Move VC API endpoints to functions, to more easily create your own API server, only supporting certain endpoints (fc03507)
ecies/js (eciesjs)

v0.4.4

Compare Source

  • Export config
  • Fix symmetric encryption internal types
  • Add XChacha20 as an optional encryption backend
  • Add configuration for more compatibility
  • Bump dependencies

v0.4.3

Compare Source

What's Changed

Full Changelog: ecies/js@v0.4.2...v0.4.3

eslint/eslint (eslint)

v8.46.0

Compare Source

Features

Bug Fixes

  • 9803c7c fix: FlatESLint#getRulesMetaForResults shouldn't throw on unknown rules (#​17393) (Milos Djermanovic)
  • 42faa17 fix: Update no-loop-func to not overlap with no-undef (#​17358) (Matt Wilkinson)

Documentation

  • 4d474e3 docs: update with TypeScript info (#​17423) (James)
  • 091f44e docs: File extension named processor deprecation (#​17362) (Matt Wilkinson)
  • 9254a6c docs: Update README (GitHub Actions Bot)
  • 6d6dc51 docs: fix overlapping of open in playground button (#​17403) (Tanuj Kanti)
  • 7fc3a2c docs: Add private class features info to no-underscore-dangle (#​17386) (Matt Wilkinson)
  • da73e58 docs: Migrating eslint-env configuration comments (#​17390) (Francesco Trotta)
  • 80dffed docs: fix Ignoring Files section in config migration guide (#​17392) (Milos Djermanovic)
  • 8a9abb7 docs: Update README (GitHub Actions Bot)
  • 7e9be4b docs: Update README (GitHub Actions Bot)
  • 0b0bbe0 docs: Update README (GitHub Actions Bot)

Chores

  • d1eb7e4 chore: Update ecosystem dependencies (#​17427) (Nicholas C. Zakas)
  • fab9e97 chore: package.json update for eslint-config-eslint release (ESLint Jenkins)
  • 6246711 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 0aa0bc3 chore: Add PRs to triage project (#​17421) (Nicholas C. Zakas)
prettier/eslint-config-prettier (eslint-config-prettier)

v8.9.0

Compare Source

  • Added: [vue/array-element-newline]. Thanks to @​xcatliu!
trufflesuite/truffle (truffle)

v5.11.1: — Watermelon ice cream

Compare Source

Hello hello! 🫠 This week we have a minor release that includes some maintenance work 🔧 and updates to the new visual debugger in Truffle Dashboard (check out the v5.11.0 release notes for more info on getting started using it). Shout out to @​dependabot for being cool and bumping stuff! Hee ho!

We hope your week is going well and we'll see you next time!

How to upgrade

We recommend upgrading to the latest version of Truffle by running:

npm uninstall -g truffle
npm install -g truffle

Changelog

Enhancement
Bug fix
Internal improvement
Dependency update
tgreyuk/typedoc-plugin-markdown (typedoc-plugin-markdown)

v3.15.4

Compare Source

Fixes
  • Split out comment summary and tags for signatures (#​451)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jul 28, 2023
@renovate renovate bot requested review from JGiter, jrhender and nichonien July 28, 2023 11:27
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@JGiter JGiter merged commit e49869b into development Jul 31, 2023
7 checks passed
@JGiter JGiter deleted the renovate/dependencies branch July 31, 2023 05:25
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.

3 participants