Rijk van Zanten
c9b81e51a4
Update and move 'simple' dependencies ( #25580 )
...
* Update and move 'simple' dependencies
* Add changeset
2025-08-01 14:36:51 -04:00
Rijk van Zanten
2edbea9386
Move common dependencies to catalog ( #25467 )
...
* Update pnpm to v10
* Update package.json
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Allow builds
* Move common dependencies to catalog
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-07-15 14:40:28 -04:00
Alex Gaillard
9fed080c8a
Release 11.6.0 ( #24964 )
2025-03-25 13:05:10 -04:00
renovate[bot]
9d54e0b662
Update dependency typescript to v5.8.2 ( #24749 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch >
2025-03-02 13:53:03 +01:00
renovate[bot]
de2a9b10f8
Update all non-major dependencies ( #24722 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch >
2025-03-02 11:49:52 +00:00
Alex Gaillard
a799fcb863
Release 11.4.0 ( #24420 )
2025-01-16 15:58:19 +00:00
José Varela
f6e54ecfc9
Api / Fields: Limit constraint name when adding and index to a field ( #24203 )
...
* Limit constraint name when adding index
* Fix format
* utilize schema helper for index name generation
* add changeset
* oracle db should have a 128 char limit for index names
* utilize `generateIndexName` for index name generation
* ensure oracle is backwards compatible
* mssql should not return indexed for only unique
* sqlite has no char limit on indexes
* sqlite should not return indexed when only unique
* update changeset wording
* Update .changeset/sharp-apes-impress.md
Co-authored-by: ian <licitdev@gmail.com >
---------
Co-authored-by: daedalus <44623501+ComfortablyCoding@users.noreply.github.com >
Co-authored-by: ian <licitdev@gmail.com >
2025-01-13 23:24:41 +08:00
renovate[bot]
b4db97474c
fix(deps): update all non-major dependencies ( #24377 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch >
2025-01-09 18:05:06 +00:00
Rijk van Zanten
b8cc796f4c
Upgrade Node.js runtime version to 22 ( #24140 )
...
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch >
2025-01-08 13:26:14 +01:00
renovate[bot]
f31d2fb850
fix(deps): update all non-major dependencies ( #24341 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch >
2025-01-08 00:44:29 +00:00
ian
7b2b7442ee
Update copyright year to 2025 ( #24311 )
2025-01-02 15:37:30 +01:00
renovate[bot]
4149059668
chore(deps): update dependency typescript to v5.7.2 ( #24297 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-27 23:39:02 +00:00
renovate[bot]
ad5361a34f
Update all non-major dependencies ( #23814 )
...
* Update all non-major dependencies
* Update component snapshots
* Drop editorjs updates
* Update changeset
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch >
2024-10-10 17:42:57 +00:00
Rijk van Zanten
cd58cb31cd
v11.1.1
2024-10-08 16:42:25 -04:00
Pascal Jufer
e8d96d4706
Update TypeScript to 5.6.2 ( #23741 )
2024-09-26 10:00:39 +02:00
Rijk van Zanten
62f57308f3
Improve resiliency of schema overview in postgres ( #23664 )
...
* Improve resiliancy of schema overview in postgres
* Update packages/schema/src/dialects/cockroachdb.ts
Co-authored-by: José Varela <varela@directus.io >
* Update packages/schema/src/dialects/postgres.ts
Co-authored-by: José Varela <varela@directus.io >
* Run formatter
* Update .changeset/fifty-bobcats-beg.md
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch >
---------
Co-authored-by: José Varela <varela@directus.io >
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch >
2024-09-16 08:27:02 -04:00
dependabot[bot]
e934876dd3
Bump tsup from 8.2.2 to 8.2.4 ( #23607 )
...
Bumps [tsup](https://github.com/egoist/tsup ) from 8.2.2 to 8.2.4.
- [Release notes](https://github.com/egoist/tsup/releases )
- [Changelog](https://github.com/egoist/tsup/blob/dev/.releaserc.json )
- [Commits](https://github.com/egoist/tsup/compare/v8.2.2...v8.2.4 )
---
updated-dependencies:
- dependency-name: tsup
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-09 09:47:34 +02:00
Rijk van Zanten
1b1ab7713e
v11.1.0
2024-09-03 17:50:36 -04:00
daedalus
d8a4356933
fix MariaDB erroring on column info introspection ( #23512 )
...
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com >
2024-09-02 19:47:06 -04:00
daedalus
39f9515088
Add index support ( #23149 )
...
* feat(api): add index support
Co-Authored-By: Mahendra Kumar <22556323+mahendraHegde@users.noreply.github.com >
* fix(primary key): do not all mutating unique or index
* feat(app): add index selection
* refactor `dopIndex` to use array entry
* add docs
* add changeset
* add missing properties from field object spec
* simplify index checks
* formatting
* fix mssql index query
* fix additional fields being returned in schema
* fix oracle indexing
* only set nullable/not nullable if specifically requested
* Update app/src/lang/translations/en-US.yaml
Co-authored-by: Hannes Küttner <kuettner.hannes@gmail.com >
* Revert "only set nullable/not nullable if specifically requested"
This reverts commit 4726dbb8cf .
* make changeset more explicit
---------
Co-authored-by: Mahendra Kumar <22556323+mahendraHegde@users.noreply.github.com >
Co-authored-by: Daniel Biegler <DanielBiegler@users.noreply.github.com >
Co-authored-by: Hannes Küttner <kuettner.hannes@gmail.com >
2024-08-19 09:59:18 +00:00
Rijk van Zanten
aa425a19da
v11.0.0
2024-08-06 15:50:40 -04:00
Rijk van Zanten
e5ba369c24
v10.13.2
2024-08-06 14:26:11 -04:00
dependabot[bot]
cdfae6e365
Bump tsup from 8.1.2 to 8.2.2 ( #23079 )
...
Bumps [tsup](https://github.com/egoist/tsup ) from 8.1.2 to 8.2.2.
- [Release notes](https://github.com/egoist/tsup/releases )
- [Changelog](https://github.com/egoist/tsup/blob/dev/.releaserc.json )
- [Commits](https://github.com/egoist/tsup/compare/v8.1.2...v8.2.2 )
---
updated-dependencies:
- dependency-name: tsup
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-23 13:06:47 +02:00
dependabot[bot]
b77a3857e6
Bump tsup from 8.1.0 to 8.1.2 ( #23060 )
...
Bumps [tsup](https://github.com/egoist/tsup ) from 8.1.0 to 8.1.2.
- [Release notes](https://github.com/egoist/tsup/releases )
- [Changelog](https://github.com/egoist/tsup/blob/dev/.releaserc.json )
- [Commits](https://github.com/egoist/tsup/compare/v8.1.0...v8.1.2 )
---
updated-dependencies:
- dependency-name: tsup
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-19 09:28:52 +02:00
Jan Arends
448a7a2cc3
Fixed slow introspection query in MS SQL - take III ( #22947 )
...
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch >
2024-07-16 15:59:41 +02:00
Brainslug
3fec817d7b
Release 10.12.1 ( #22712 )
2024-06-10 17:16:51 +02:00
dependabot[bot]
2333f812b3
Bump tsup from 8.0.2 to 8.1.0 ( #22678 )
...
Bumps [tsup](https://github.com/egoist/tsup ) from 8.0.2 to 8.1.0.
- [Release notes](https://github.com/egoist/tsup/releases )
- [Changelog](https://github.com/egoist/tsup/blob/dev/.releaserc.json )
- [Commits](https://github.com/egoist/tsup/compare/v8.0.2...v8.1.0 )
---
updated-dependencies:
- dependency-name: tsup
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-06 14:53:54 +02:00
Joey
a640781b78
Fix for slow query on MS SQL ( #22522 )
...
* Fix for slow query on MS SQL
* Temporary activation of blackbox tests
* Fix for schema name index problem on Azure SQL
* disabled blackbox tests again
* formatter fix
* another formatter fix
* Directly await schema id query
* Update contributors.yml
* Add changeset
---------
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch >
Co-authored-by: Jan Arends <jan.arends@mailbox.org >
Co-authored-by: Nicola Krumschmidt <nicola.krumschmidt@freenet.de >
2024-06-05 17:06:47 +02:00
Rijk van Zanten
0d6c6b90b0
v10.11.0
2024-05-07 18:01:38 -04:00
Pascal Jufer
160b982928
Patch Tuesday 🐸 ( #22063 )
...
Co-authored-by: Hannes Küttner <4376726+hanneskuettner@users.noreply.github.com >
2024-04-30 10:49:20 +02:00
Pascal Jufer
081cd5a35f
Update copyright year in remaining licenses ( #22030 )
2024-03-31 19:58:03 -04:00
dependabot[bot]
42c3d83b14
Bump tsup from 8.0.1 to 8.0.2 ( #21410 )
...
Bumps [tsup](https://github.com/egoist/tsup ) from 8.0.1 to 8.0.2.
- [Release notes](https://github.com/egoist/tsup/releases )
- [Changelog](https://github.com/egoist/tsup/blob/dev/.releaserc.json )
- [Commits](https://github.com/egoist/tsup/compare/v8.0.1...v8.0.2 )
---
updated-dependencies:
- dependency-name: tsup
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-13 09:07:07 +01:00
Rijk van Zanten
c45cd69dd7
v10.8.3
2023-12-21 14:19:08 -05:00
Pascal Jufer
a885ccac01
Update Knex to v3 ( #20766 )
2023-12-16 02:00:10 +01:00
Pascal Jufer
5e72ea1b08
Patch Tuesday 🐸 ( #20714 )
2023-12-12 04:36:50 +01:00
Pascal Jufer
1a07d7355d
Update TypeScript to 5.3.3 ( #20710 )
2023-12-11 20:39:34 +01:00
Pascal Jufer
a5215d674b
Update TypeScript to 5.3.2 ( #20571 )
2023-11-29 13:54:56 +01:00
Pascal Jufer
ba7fac402e
Update Prettier v3.1.0 ( #20481 )
2023-11-20 16:23:22 +01:00
Pascal Jufer
e987c1990e
10.6.4 ( #20102 )
2023-10-20 18:55:45 +00:00
Pascal Jufer
e1dd6fa037
Update TS related dependencies and configurations ( #19866 )
2023-09-29 14:45:47 +02:00
Pascal Jufer
c67775a9a0
Bundle packages ( #19712 )
...
* Bundle `@directus/composables`
* Bundle `@directus/constants`
* Align tsconfig in `data` packages
To prevent warnings like
> Cannot write file 'packages/data-sql/dist/index.d.ts' because it would overwrite input file
* Bundle `@directus/pressure`
* Align tsconfig in `@directus/random`
* Bundle `@directus/schema`
* Bundle `@directus/storage`
* Bundle `@directus/storage-driver-azure`
* Bundle `@directus/storage-driver-cloudinary`
* Bundle `@directus/storage-driver-gcs`
* Bundle `@directus/storage-driver-local`
* Bundle `@directus/storage-driver-s3`
* Align tsconfig in `@directus/themes`
* Bundle `@directus/update-check`
* Add changeset
* Bundle `storage-driver-supabase`
* Update changeset
* Remove dedicated export of 'types/overview'
2023-09-26 21:14:27 +08:00
rijkvanzanten
373cc9f4fa
v10.5.0
2023-07-25 17:36:33 -04:00
Pascal Jufer
e583c6b6ea
Add tsconfig for Vue & CJS ( #19197 )
...
* Add tsconfig for Vue
* Delete tsconfig.json
* Use vue tsconfig for composables
* Add changeset
* Update changeset
* Update changeset
2023-07-18 17:36:16 -04:00
Kevin Lewis
9a0cd33266
Revising Docker Guides ( #18956 )
...
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch >
2023-06-23 11:18:50 +00:00
Pascal Jufer
7ecda9b2fa
Clean-up package.json files ( #18663 )
...
* Remove publishConfig from all packages
* Remove invalid version field
* Move @directus/composables to devDependencies in app
* Resort all package.json files
* Align meta fields
---------
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2023-05-19 17:54:10 -04:00
Rijk van Zanten
c7d0cd0c74
Move tsconfig package to monorepo ( #18659 )
...
* Move tsconfig package to monorepo
* Use local reference to tsconfig
2023-05-19 12:30:45 -04:00
rijkvanzanten
fa8c914978
v10.1.1
2023-05-16 14:03:02 -04:00
Pascal Jufer
94c925c9a4
Fix default values for interfaces & display ( #18611 )
...
* Fix default values for interfaces & display
* Create nine-walls-sing.md
* Update .changeset/nine-walls-sing.md
---------
Co-authored-by: Brainslug <br41nslug@users.noreply.github.com >
Co-authored-by: Azri Kahar <42867097+azrikahar@users.noreply.github.com >
2023-05-16 20:04:01 +08:00
Rijk van Zanten
50e2c4220d
Standardize TSConfig use ( #18538 )
...
* Use tsconfig.prod.json in packages
* Use prod tsconfig in api
* Install node types in storage
2023-05-10 13:22:30 -04:00
Nicola Krumschmidt
76ae228c53
Make readme file name casing consistent ( #18367 )
2023-04-28 15:05:39 -04:00