Skip to content

chore(deps-dev): bump serve-static from 1.15.0 to 1.16.2 #293

chore(deps-dev): bump serve-static from 1.15.0 to 1.16.2

chore(deps-dev): bump serve-static from 1.15.0 to 1.16.2 #293

GitHub Actions / Mocha Tests succeeded Sep 12, 2024 in 1s

37 passed, 0 failed and 0 skipped

Tests passed successfully

✅ test-results.json

37 tests were completed in 23s with 37 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
test/end2end.spec.mjs 13✅ 22s
test/extension.spec.mjs 4✅ 5ms
test/maven-metadata.spec.mjs 2✅ 23ms
test/maven-settings.spec.mjs 7✅ 79ms
test/version-selector.spec.mjs 11✅ 10ms

✅ test/end2end.spec.mjs

Maven Content Extension
  ✅ works with antora 3.0.1
  ✅ works with antora 3.0.2
  ✅ works with antora 3.0.3
  ✅ works with antora 3.1.0
  ✅ works with antora 3.1.1
  ✅ works with antora 3.1.2
  ✅ works with antora 3.1.3
  ✅ works with antora 3.1.4
  ✅ works with antora 3.1.5
  ✅ works with antora 3.1.6
  ✅ works with antora 3.1.7
  ✅ works with antora 3.1.8
  ✅ works with antora 3.1.9

✅ test/extension.spec.mjs

antora maven content extension #onPlaybookBuilt
  ✅ should not modify playbook if there's no config
  ✅ should produce maven content sources via factory
antora maven content extension #register
  ✅ should be exported
  ✅ should register for "playbookBuilt" event

✅ test/maven-metadata.spec.mjs

maven metadata handling
  ✅ should find all versions
  ✅ should find snapshot version for an artifact

✅ test/maven-settings.spec.mjs

maven settings repository extraction
  ✅ should resolve environment variables for username and password
  ✅ should respect active by default profiles
  ✅ should respect exact exclusion mirror and repositories from 2 active profiles
  ✅ should respect exact mirror match and repositories from 2 active profiles
  ✅ should respect single wildcard mirror and 2 repositories from 1 active profiles
  ✅ should respect single wildcard mirror and repositories from 2 active profiles
  ✅ should respect single wildcard mirror and repository from 1 active profile

✅ test/version-selector.spec.mjs

version selector with a lexicographical scheme
  ✅ should find 2 highest versions
  ✅ should find exact version
  ✅ should find higher version
version selector with a OSGI scheme
  ✅ should find 2 highest major versions >= 1
  ✅ should find 2 highest versions below 2.0.0
  ✅ should find exact version
  ✅ should find higher version
version selector with a SemVer scheme
  ✅ should find 2 highest major versions >= 1
  ✅ should find 2 highest versions
  ✅ should find exact version
  ✅ should find higher version