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): bump superstruct from 1.0.4 to 2.0.2 #1025

Merged
merged 2 commits into from
Jul 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 15, 2024

Bumps superstruct from 1.0.4 to 2.0.2.

Release notes

Sourced from superstruct's releases.

v2.0.2

  • Allow frozen objects/arrays to be coerced (#1151) be4bc95

ianstormtaylor/superstruct@v2.0.0...v2.0.2

v2.0.1

  • Correct TypeScript typo in docs/readme.md (#1258) 5d18222
  • Remove babel from testing suite (#1255) 05254f0
  • Allow users to run the testing suite in watch mode (#1256) 5a884ac

ianstormtaylor/superstruct@v2.0.0...v2.0.1

v2.0.0

  • Changelog v2.0.0 (#1254) fd3e25b
  • Fix incorrectly passing validation for arrays in object(), type(), and record() (#1252) fdf3e62
  • Fix masking within unions (#1251) 8232269
  • Make example directory more standalone (#1247) 88563ad
  • Use more idiomatic Vitest in the testing suite (#1245) 625cea5
  • 2.0.0-0 (#1246) b64f64c
  • NodeNext Compat (#1224) 3fe2139
  • Migrate testing suite to Vitest (#1242) f24c3cd
  • Bump ESLint and related deps to v8 (#1222) a316560
  • Bump np to v10 (#1218) 4a812f8
  • Bump Rollup to v4 (#1225) abac635

ianstormtaylor/superstruct@v1.0.5-0...v2.0.0

v2.0.0-0

  • NodeNext Compat (#1224) 3fe2139
  • Migrate testing suite to Vitest (#1242) f24c3cd
  • Bump ESLint and related deps to v8 (#1222) a316560
  • Bump np to v10 (#1218) 4a812f8
  • Bump Rollup to v4 (#1225) abac635

ianstormtaylor/superstruct@v1.0.5-0...v2.0.0-0

v1.0.5-0

  • Remove ESLint import plugins 10e402c
  • Add file extension to imports/exports 75cc57a

ianstormtaylor/superstruct@v1.0.4...v1.0.5-0

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 15, 2024
Copy link

github-actions bot commented Jul 16, 2024

Test Results

  8 files  ± 0    8 suites  ±0   41m 54s ⏱️ + 5m 27s
 66 tests ± 0   64 ✅ ± 0   2 💤 ±0  0 ❌ ±0 
536 runs  +66  508 ✅ +62  28 💤 +4  0 ❌ ±0 

Results for commit 6ce841c. ± Comparison against base commit 86cd22f.

♻️ This comment has been updated with latest results.

@hawtio-ci
Copy link

hawtio-ci bot commented Jul 16, 2024

Test results

Run attempt: 2027
Detailed summary

NAME TESTS PASSED ✅ SKIPPED 💤 FAILED ❌ ERRORS 🚫 TIME 🕖
results-quarkus-node(18)-java(17)-firefox 67 64 3 0 0 313.299
results-quarkus-node(18)-java(21)-firefox 67 64 3 0 0 317.644
results-quarkus-node(20)-java(17)-firefox 67 64 3 0 0 310.444
results-quarkus-node(20)-java(21)-firefox 67 64 3 0 0 311.773
results-springboot-node(18)-java(17)-firefox 67 63 4 0 0 319.856
results-springboot-node(18)-java(21)-firefox 67 63 4 0 0 309.231
results-springboot-node(20)-java(17)-firefox 67 63 4 0 0 319.081
results-springboot-node(20)-java(21)-firefox 67 63 4 0 0 313.21

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/superstruct-2.0.2 branch from 3994a4e to 74ebdf5 Compare July 16, 2024 02:47
Bumps [superstruct](https://github.com/ianstormtaylor/superstruct) from 1.0.4 to 2.0.2.
- [Release notes](https://github.com/ianstormtaylor/superstruct/releases)
- [Changelog](https://github.com/ianstormtaylor/superstruct/blob/main/Changelog.md)
- [Commits](ianstormtaylor/superstruct@v1.0.4...v2.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/superstruct-2.0.2 branch from 74ebdf5 to a25098a Compare July 16, 2024 02:48
@tadayosi tadayosi merged commit db76323 into main Jul 16, 2024
13 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/superstruct-2.0.2 branch July 16, 2024 08:27
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant