mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-04 20:42:52 +00:00
3.4 KiB
3.4 KiB
@openstapps/app
3.0.0-next.4
Major Changes
23481d0d: Update to Angular 16.1
Minor Changes
-
23481d0d: Migrate to Ionic 7- Migrate uses of
<ion-label>with inputs to new syntax - Fix infinite loop in schedule date picker (
datetime.confirm()todatetime.cancel())
- Migrate uses of
Patch Changes
23481d0d: Update to TypeScript 5.1.6bebee6b4: Migrate collection helpers to use @openstapps/collection-utils107a7c5e: Migrate unit tests to karma-coverage and junit reports. Fixes an issue where coverage reports would not be generated.- Updated dependencies [
23481d0d]- @openstapps/collection-utils@3.0.0-next.4
- @openstapps/core@3.0.0-next.4
- @openstapps/api@3.0.0-next.4
3.0.0-next.0
Major Changes
-
64caebaf: Move project to a turbo monorepo & pnpmInternal dependencies are now defined using
"@openstapps/package": "workspace:*"- Removed extraneous files from packages
.npmrc.npmignore.mailmap.gitignoreCONTRIBUTING.mdLICENSE(Project license file is added upon publishing, see pnpm.io)package-lock.json.editorconfig.eslintrc.json(moved eslint config topackage.json).eslintignore.gitlab-ci.yml(Most workflows are workspace-level).gitlab/**(issue templates etc. are now workspace-level).dockerignore(Docker files are determined by which files are deployed withpnpm deploy, as perpackage.json/files)
- TSConfig has been moved to its own package (You can now use
"extends": "@openstapps/tsconfig") - Removed ESLint and Prettier peer dependency hell by injecting them through the
.pnpmfile.cjs - Added syncpack for keeping dependency versions in sync (and consistent key ordering in
package.json) - Replaced conventional changelog with changesets
- Apps with binaries now use a top level
app.js
#!/usr/bin/env node import './lib/app.js'; - Removed extraneous files from packages
-
64caebaf: Migrate to ESMCommonJS is no longer supported in any capacity. To use the new version, you will need to migrate your package to ESM. We recommend using
tsupandNode 18.{ "type": "module" } -
64caebaf: Migrate package to Node 18- Consumers of this package will need to migrate to Node 18 or higher.
- Packages have been migrated from promisified
readFileorreadFileSynctowardsfs/promises - Packages use native
flatMapnow
Minor Changes
-
64caebaf: Migrate tests to C8/Chai/Mocha@testdeckOOP testing has been removed.- Tests have been unified
- CommonJS module mocking has been replaced through refactoring of tests, as ES Modules cannot be mocked (do yourself a favor and don't try to mock them)
- C8 now replaces NYC as a native coverage tool
-
64caebaf: Migrate away from JIT compilation
Patch Changes
98546a97: Migrate away from @openstapps/configuration- Updated dependencies [
64caebaf] - Updated dependencies [
64caebaf] - Updated dependencies [
98546a97] - Updated dependencies [
64caebaf] - Updated dependencies [
64caebaf] - Updated dependencies [
64caebaf] - Updated dependencies [
64caebaf] - Updated dependencies [
98546a97] - Updated dependencies [
64caebaf] - Updated dependencies [
0a7e6af1] - Updated dependencies [
64caebaf] - Updated dependencies [
64caebaf] - Updated dependencies [
64caebaf]- @openstapps/api@3.0.0-next.0
- @openstapps/core@3.0.0-next.0