fix(deps): update dependency @pankod/refine-simple-rest to v3.39.0 #2398
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.22.1
->3.39.0
Release Notes
refinedev/refine (@pankod/refine-simple-rest)
v3.39.0
Compare Source
Minor Changes
0baa99ba787
Thanks @BatuhanW! - - refine v4 release announcement added to "postinstall". - refine v4 is released 🎉 The new version is 100% backward compatible. You can upgrade to v4 with a single command! See the migration guide here: https://refine.dev/docs/migration-guide/3x-to-4xv3.38.0
Compare Source
Minor Changes
0baa99ba787
Thanks @BatuhanW! - - refine v4 release announcement added to "postinstall". - refine v4 is released 🎉 The new version is 100% backward compatible. You can upgrade to v4 with a single command! See the migration guide here: https://refine.dev/docs/migration-guide/3x-to-4xv3.37.4
Compare Source
Patch Changes
836f7091c13
Thanks @aliemir! - Addrefine.config.js
to included package files.v3.37.3
Compare Source
Patch Changes
836f7091c13
Thanks @aliemir! - Addrefine.config.js
to included package files.v3.37.2
Compare Source
Patch Changes
16549ed3012
Thanks @aliemir! - Updatedswizzle
message to include extra information and usage example.v3.37.1
Compare Source
Patch Changes
16549ed3012
Thanks @aliemir! - Updatedswizzle
message to include extra information and usage example.v3.37.0
Compare Source
Minor Changes
6c2ed708a9a
Thanks @aliemir! - - Moved helpers to separate files and updated the exports to make it compatible withswizzle
feature.refine.config.js
to configure theswizzle
feature.stringify
helper is now exported from@pankod/refine-simple-rest
package.axios
instance is now exported from@pankod/refine-simple-rest
package to allow users to configure the data provider without addingaxios
dependency.v3.36.0
Compare Source
Minor Changes
6c2ed708a9a
Thanks @aliemir! - - Moved helpers to separate files and updated the exports to make it compatible withswizzle
feature.refine.config.js
to configure theswizzle
feature.stringify
helper is now exported from@pankod/refine-simple-rest
package.axios
instance is now exported from@pankod/refine-simple-rest
package to allow users to configure the data provider without addingaxios
dependency.v3.35.2
Compare Source
Patch Changes
b8f8b0eab9
Thanks @alicanerdurmaz! - Added warning on unsupported filtersv3.35.1
Compare Source
Patch Changes
b8f8b0eab9
Thanks @alicanerdurmaz! - Added warning on unsupported filtersv3.35.0
Compare Source
Minor Changes
Only
or
was supported as a conditional filter. Nowand
andor
can be used together and nested. 🚀Patch Changes
data
inaxios'
delete
functionv3.34.0
Compare Source
Minor Changes
#2751
addff64c77
Thanks @yildirayunlu! - Onlyor
was supported as a conditional filter. Nowand
andor
can be used together and nested. 🚀Patch Changes
8144e10156
Thanks @omeraplak! - Fixed usingdata
inaxios'
delete
functionv3.33.0
Compare Source
Minor Changes
Updated
dataProvider
types withRequired
utility to markgetMany
,createMany
,updateMany
anddeleteMany
as implemented.Remove unimplemented
createMany
,updateMany
anddeleteMany
functions.v3.32.0
Compare Source
Minor Changes
#2688
508045ac30
Thanks @aliemir! - UpdateddataProvider
types withRequired
utility to markgetMany
,createMany
,updateMany
anddeleteMany
as implemented.#2688
508045ac30
Thanks @aliemir! - Remove unimplementedcreateMany
,updateMany
anddeleteMany
functions.v3.31.0
Compare Source
Minor Changes
v3.30.0
Compare Source
Minor Changes
4d07f33993
Thanks @yildirayunlu! - Fixed payload data in delete on nestjsx data provider custom method.v3.29.0
Compare Source
Minor Changes
tsc
instead oftsup
for better navigation throughout projects source code.v3.28.0
Compare Source
Minor Changes
0150dcd070
Thanks @aliemir! - Update type declaration generation withtsc
instead oftsup
for better navigation throughout projects source code.v3.27.0
Compare Source
Minor Changes
All of the refine packages have dependencies on the
@pankod/refine-core
package. So far we have managed these dependencies withpeerDependencies
+dependencies
but this causes issues like #2183. (having more than one @pankod/refine-core version in node_modules and creating different instances)Managing as
peerDependencies
+devDependencies
seems like the best way for now to avoid such issues.v3.26.0
Compare Source
Minor Changes
#2217
b4aae00f77
Thanks @omeraplak! - All of the refine packages have dependencies on the@pankod/refine-core
package. So far we have managed these dependencies withpeerDependencies
+dependencies
but this causes issues like #2183. (having more than one @pankod/refine-core version in node_modules and creating different instances)Managing as
peerDependencies
+devDependencies
seems like the best way for now to avoid such issues.v3.25.6
Compare Source
Patch Changes
Updated pagination parameters default values and added
hasPagination
property togetList
method of the data providers.Implementation
Updated the
getList
method accordingly to the changes in theuseTable
anduseList
of@pankod/refine-core
.hasPagination
is used to disable pagination (defaults totrue
)Use Cases
For some resources, there might be no support for pagination or users might want to see all of the data without any pagination, prior to these changes this was not supported in refine data providers.
Updated dependencies []:
v3.25.5
Compare Source
Patch Changes
#2050
635cfe9fdb
Thanks @ozkalai! - Updated pagination parameters default values and addedhasPagination
property togetList
method of the data providers.Implementation
Updated the
getList
method accordingly to the changes in theuseTable
anduseList
of@pankod/refine-core
.hasPagination
is used to disable pagination (defaults totrue
)Use Cases
For some resources, there might be no support for pagination or users might want to see all of the data without any pagination, prior to these changes this was not supported in refine data providers.
Updated dependencies [
ecde34a9b3
,635cfe9fdb
]:v3.25.4
Compare Source
Patch Changes
Updated axios version (0.21.4 to 0.26.1). In this version, the way of sending headers has changed as follows.
Updated dependencies []:
v3.25.1
Compare Source
Patch Changes
#1899
fbfea418a0
Thanks @yildirayunlu! - Updated axios version (0.21.4 to 0.26.1). In this version, the way of sending headers has changed as follows.Updated dependencies [
2ba2a96fd2
]:v3.25.0
Compare Source
What's Changed
useTable.setFilters
function by @aliemir in https://github.com/pankod/refine/pull/1888useBreadcrumb
throws error by @omeraplak in https://github.com/pankod/refine/pull/1895v3.22.2
Compare Source
Patch Changes
2deb19babf
]:Configuration
📅 Schedule: Branch creation - "every weekend" in timezone US/Eastern, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.