dependabot[bot]
58878260ce
chore(deps-dev): bump the eslint group with 2 updates
...
Bumps the eslint group with 2 updates: [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) and [eslint-plugin-check-file](https://github.com/DukeLuo/eslint-plugin-check-file ).
Updates `eslint-config-prettier` from 8.9.0 to 8.10.0
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v8.9.0...v8.10.0 )
Updates `eslint-plugin-check-file` from 2.5.0 to 2.6.1
- [Release notes](https://github.com/DukeLuo/eslint-plugin-check-file/releases )
- [Changelog](https://github.com/DukeLuo/eslint-plugin-check-file/blob/main/CHANGELOG.md )
- [Commits](https://github.com/DukeLuo/eslint-plugin-check-file/compare/v2.5.0...v2.6.1 )
---
updated-dependencies:
- dependency-name: eslint-config-prettier
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: eslint
- dependency-name: eslint-plugin-check-file
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: eslint
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-07 08:12:48 +00:00
Josh
834133f376
Merge pull request #17486 from strapi/chore/update-eslint-config
2023-08-07 09:06:41 +01:00
Josh
1f2f103093
chore: bump strapi/eslint-config to 0.2.0
2023-08-07 08:35:28 +01:00
Gustav Hansen
7abe62187f
Merge pull request #17587 from strapi/dependabot/npm_and_yarn/nx-16.6.0
...
chore(deps-dev): bump nx from 16.5.2 to 16.6.0
2023-08-07 09:21:44 +02:00
dependabot[bot]
f1218a48c4
chore(deps-dev): bump nx from 16.5.2 to 16.6.0
...
Bumps [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx ) from 16.5.2 to 16.6.0.
- [Release notes](https://github.com/nrwl/nx/releases )
- [Commits](https://github.com/nrwl/nx/commits/16.6.0/packages/nx )
---
updated-dependencies:
- dependency-name: nx
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-06 22:31:13 +00:00
dependabot[bot]
345c595352
chore(deps): bump aws-sdk from 2.1425.0 to 2.1430.0
...
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js ) from 2.1425.0 to 2.1430.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases )
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.1425.0...v2.1430.0 )
---
updated-dependencies:
- dependency-name: aws-sdk
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-06 22:28:09 +00:00
dependabot[bot]
e1fa37abd9
chore(deps): bump cloudinary from 1.39.0 to 1.40.0
...
Bumps [cloudinary](https://github.com/cloudinary/cloudinary_npm ) from 1.39.0 to 1.40.0.
- [Release notes](https://github.com/cloudinary/cloudinary_npm/releases )
- [Changelog](https://github.com/cloudinary/cloudinary_npm/blob/master/CHANGELOG.md )
- [Commits](https://github.com/cloudinary/cloudinary_npm/compare/1.39.0...1.40.0 )
---
updated-dependencies:
- dependency-name: cloudinary
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-06 22:26:43 +00:00
Douglas Duteil
e24a9db430
chore(@strapi/typescript-utils): add repository info to the package.json
...
# What does it do?
Adding repository info in `package.json`.
2023-08-05 14:29:17 +00:00
Marc-Roig
3c1b898f8c
fix: add qs lib in core permissions
2023-08-04 15:21:15 +02:00
Marc-Roig
07173a8e75
fix: remove unused qs import
2023-08-04 14:58:43 +02:00
Marc-Roig
1a066908bf
feat: add stage transition service import
2023-08-04 14:57:02 +02:00
Marc-Roig
d6ecb6386a
feat: add stage transitions service
2023-08-04 14:56:37 +02:00
Marc-Roig
5f8ee9e3a9
feat: populate stage permissions by default
2023-08-04 14:55:35 +02:00
Marc-Roig
eb78a7f390
fix: update stage action to be stage.transition
2023-08-04 14:55:11 +02:00
Fernando Chávez
f426350b85
Docs: add audit logs to contributor docs ( #17522 )
...
* add audit logs to contributor docs
* improve audit logs docs with gustav's feedback
* add more context about audit logs provider
2023-08-04 14:35:34 +02:00
Gustav Hansen
9a807ccaa5
Merge pull request #17458 from strapi/chore/webpack-force-sourcemaps
...
Chore: Enforce build sourcemaps with an environment variable
2023-08-04 12:47:58 +02:00
Convly
22d1e6d275
Refacto expr utils
2023-08-04 10:01:12 +02:00
Simone
9f0cb493ac
[Fix] Bulk publish: show the count of already published entries ( #17545 )
...
* add the already published number in the message inside the bulk publish modal
* refactor unit test to remove console errors and add a new unit test to check the message content
2023-08-04 09:35:05 +02:00
Convly
a8e67d08d6
Remove useless code
2023-08-04 08:59:08 +02:00
Convly
25d521e3f1
Remove the targetField type narrowing causing circular dep
2023-08-04 08:46:54 +02:00
DMehaffy
7c7f889c8a
Merge pull request #17544 from strapi/chore/update-readme
...
Update: README files with new links + Strapi Cloud option
2023-08-03 12:56:36 -07:00
Gustav Hansen
c1708b520f
Merge pull request #17513 from strapi/fix/download-file
...
fix(upload): Use native fetch over API client for downloadFile
2023-08-03 12:52:46 +02:00
Serghei
14818717c0
Merge branch 'main' into fix/typo-inside-generators
2023-08-02 18:21:20 +03:00
Alexandre BODIN
77732ca287
Merge pull request #17549 from strapi/releases/4.12.1
2023-08-02 17:20:43 +02:00
Serghei Hmeli
5a65f89aa1
Add new lines at the end
2023-08-02 18:20:18 +03:00
Convly
c0f90739d6
Merge branch 'main' of github.com:strapi/strapi into releases/4.12.1
2023-08-02 17:17:57 +02:00
Serghei Hmeli
34d85e5e81
Fix typos inside generators
2023-08-02 18:17:37 +03:00
Convly
be8985fa20
v4.12.1
v4.12.1
2023-08-02 17:13:32 +02:00
Maxime Castres
a00f960fb4
Update: README files with new links + Strapi Cloud option
2023-08-02 15:20:22 +02:00
Marc-Roig
f2cea6be57
feat: actionParameters default value
2023-08-02 15:19:47 +02:00
Marc-Roig
ad8f2af337
feat: permission to domain when adding role permissions
2023-08-02 15:19:22 +02:00
Marc-Roig
488745147a
Merge branch 'feature/rw-stage-rbac' into poc/permissions-parametrized-actions
2023-08-02 15:15:26 +02:00
Marc-Roig
cc3c1ca8a1
chore: get started bootstrap testing
2023-08-02 11:29:40 +02:00
Marc-Roig
8b9fc73564
poc: add review workflow stage change action
2023-08-02 11:21:14 +02:00
Ben Irvin
c44553f474
rename to protocolForPath
2023-08-02 10:20:49 +02:00
Ben Irvin
b0170a2632
add type
2023-08-02 10:11:34 +02:00
Gustav Hansen
8276be7315
Merge pull request #17533 from strapi/chore/shuffle-marketplace-hooks
...
Chore: Move marketplace and plugins hooks into their page contexts
2023-08-02 10:05:05 +02:00
Ben Irvin
f55ad19141
fix protocol error
2023-08-02 10:01:49 +02:00
Gustav Hansen
bf635f157f
Chore: Move marketplace and plugins hooks into their page contexts
2023-08-01 17:40:16 +02:00
Gustav Hansen
77d3084a51
fix(upload): Use native fetch over API client for downloadFile
2023-08-01 12:43:43 +02:00
Jean-Sébastien Herbaux
f5107c7236
Merge pull request #16507 from strapi/enhancement/perfs-wildcard-populate-sanitization
2023-07-31 18:18:58 +02:00
Christian
bbfc691559
Merge pull request #17475 from strapi/fix/deits-relations
2023-07-31 17:28:10 +02:00
Christian
375473a6f4
Merge pull request #16960 from marob/dev/caseInsenFilters
...
Add case insensitive filters to content manager
2023-07-31 17:14:10 +02:00
Convly
d7349181cb
Merge branch 'main' into enhancement/perfs-wildcard-populate-sanitization
2023-07-31 17:08:25 +02:00
Jean-Sébastien Herbaux
26f7b3823f
Merge pull request #17490 from strapi/fix/failing-ci-test
2023-07-31 17:07:45 +02:00
Christian Capeans
180ac0c84c
Merge branch 'main' of https://github.com/strapi/strapi into fix/deits-relations
2023-07-31 16:57:16 +02:00
Christian
6787a08db4
Merge branch 'main' into dev/caseInsenFilters
2023-07-31 16:08:40 +02:00
Gustav Hansen
faedd3a6d1
Merge pull request #17476 from strapi/feat/sortable-assignee-list-view
...
Make assignee sortable from the list view
2023-07-31 15:32:00 +02:00
Marc Roig
3b32ee0d3a
Merge pull request #17512 from strapi/fix/api-partial-update-rw
2023-07-31 15:11:39 +02:00
Ben Irvin
474e1f765e
Merge branch 'main' into fix/failing-ci-test
2023-07-31 14:20:47 +02:00