Skip to content

1.0.0-alpha.12

Pre-release
Pre-release
Compare
Choose a tag to compare
@unicornware unicornware released this 22 Feb 08:32
· 375 commits to main since this release
1.0.0-alpha.12
8fd8dc2

1.0.0-alpha.12 (2023-02-22)

⚠ BREAKING CHANGES

  • utils: [getSource] enforce absolute module id
  • utils: [getFormat] enforce absolute module id

📦 Build

  • deps-dev: Bump @commitlint/cli from 17.4.2 to 17.4.4 (#147) (d4024c8)
  • deps-dev: Bump @commitlint/config-conventional from 17.4.2 to 17.4.4 (#146) (967f90b)
  • deps-dev: bump @faker-js/faker from 7.6.0 to 8.0.0-alpha.0 (3201065)
  • deps-dev: bump @flex-development/mkbuild from 1.0.0-alpha.9 to 1.0.0-alpha.13 (925f2e5)
  • deps-dev: Bump @graphql-eslint/eslint-plugin from 3.15.0 to 3.16.0 (#144) (0356608)
  • deps-dev: Bump @typescript-eslint/eslint-plugin from 5.52.0 to 5.53.0 (#155) (96e941c)
  • deps-dev: Bump @typescript-eslint/parser from 5.52.0 to 5.53.0 (#149) (55f514d)
  • deps-dev: bump @vitest/coverage-c8 from 0.28.4 to 0.28.5 (93d7e1c)
  • deps-dev: bump @vitest/ui from 0.28.4 to 0.28.5 (2e52ac4)
  • deps-dev: Bump esbuild from 0.17.7 to 0.17.8 (#135) (44d2d16)
  • deps-dev: Bump esbuild from 0.17.9 to 0.17.10 (#151) (ef0e31e)
  • deps-dev: Bump eslint from 8.33.0 to 8.34.0 (#129) (0c84f73)
  • deps-dev: Bump eslint-plugin-yml from 1.4.0 to 1.5.0 (#127) (58900c4)
  • deps-dev: Bump lint-staged from 13.1.1 to 13.1.2 (#131) (97dfd0a)
  • deps-dev: bump typescript from 5.0.0-dev.20221215 to 5.0.0-dev.20230217 (75b5d22)
  • deps-dev: Bump vercel from 28.15.3 to 28.16.2 (#142) (e841f53)
  • deps-dev: Bump vercel from 28.16.2 to 28.16.4 (#159) (a8b80d9)
  • deps-dev: Bump vite from 4.1.2 to 4.1.4 (#150) (283debd)
  • deps-dev: bump vitest from 0.28.4 to 0.28.5 (1aeb03c)
  • deps-dev: Bump vue-tsc from 1.1.4 to 1.1.7 (#157) (f6e7417)
  • deps-dev: remove @commitlint/types (8a93c2b)
  • deps: bump @flex-development/errnode from 1.4.0 to 1.5.0 (606c796)
  • deps: bump @flex-development/tutils from 6.0.0-alpha.9 to 6.0.0-alpha.10 (b74a958)
  • yarn: bump yarn from 4.0.0-rc.34 to 4.0.0-rc.39 (34be9cc)

🤖 Continuous Integration

  • [@dependabot] fix private registry updates (f42ef3e)
  • deps: Bump actions/cache from 3.2.5 to 3.2.6 (#156) (6da77e9)
  • workflows: [ci] use env.GITHUB_SHA for codecov override commit (f1bd699)
  • workflows: [ci] use github.event.pull_request.head.sha for codecov (2fda03f)
  • workflows: [dependabot-auto] remove enable-auto-merge job conditional (437f053)

📝 Documentation

✨ Features

  • ParsedSubpath#target (a956cb1)
  • internal: invalidSegmentRegex (b8dd2d0)
  • internal: validateArraySet (045c4c6)
  • internal: validateMap (82c63b4)
  • utils: [findSubpath] support /index-less targets (8f68ae8)

🐛 Fixes

  • internal: [Resolver#resolvePackageTarget] package.json url for numeric property key error (cde6441)
  • ts: ensure typechecks pass without peer deps installed (779cddf)
  • utils: [findRequires] array item extraction (e719d34)
  • utils: [findRequires] object value extraction (cffba6b)
  • utils: [findRequires] parameter extraction (9af669b)
  • utils: [resolveModule] @types resolution (beeadeb)

🏡 Housekeeping

  • move changelog config to config directory (395e355)
  • sync updated config files (8d8ccef)
  • update config files (f85bf43)
  • github: merge pre-push workflow into commit-msg workflow (e12e977)

⚡ Refactors

  • utils: schema validation (a7c2682)
  • utils: [getFormat] enforce absolute module id (41e0901)
  • utils: [getSource] enforce absolute module id (b9180cc)

✅ Testing

  • stablize package exports / imports tests (187384b)
  • utils: [toBareSpecifier] stabilize tests (3621201)