chore(deps): bump the all-safe-deps group with 206 updates
Type: Pull Request
State: Closed
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(4 months ago)
(4 months ago)
(4 months ago)
dependencies javascript
Bumps the all-safe-deps group with 206 updates:
Updates @dynamic-framework/ui-react
from 1.34.0 to 1.35.1
Changelog
Sourced from @dynamic-framework/ui-react
's changelog.
1.35.1 (2025-05-14)
Bug Fixes
1.35.0 (2025-05-14)
Features
- DBoxFile: set custom behavior and new examples (#813) (80d74cb)
- DDatepicker: all API support on react-datepicker v8 (#818) (da0a064)
- DPopover: remove deprecated state and update docs (#792) (b5f42a3)
- update react version and peer deps (#799) (244d3e9)
Bug Fixes
- add matchMedia property as global in jest (#801) (e6b2ed8)
- DInput: set icon size variables on sm and lg (#807) (f89effb)
- DListGroupItem: set button type as button (#805) (4fc27b8)
- DPortalContext: keep tab navigation inside active portal (#811) (64ab54d)
- DToast: add toast gap variable and set all variables in docs (#806) (c529e42)
- remove duplicated properties by scoping icon button (#796) (9b67890)
- style: expose DInputSwitch css variables (#803) (4aa746a)
- style: remove fixed size and use min and max (#798) (4430932)
- style: remove padding from nav pills and underline (#804) (d8ce6b5)
- update hot toast version to 2.5.2 (#808) (decf2fa)
- update README.md (#817) (6bce4d2)
- use input group color on validation (#795) (5efd629)
Commits
85261e4
chore(master): release 1.35.1 (#829)1e2e302
fix(style): remove overflow on DDatepicker (#828)46593ea
chore(master): release 1.35.0 (#827)5919ba9
chore: codestyleda0a064
feat(DDatepicker): all API support on react-datepicker v8 (#818)80d74cb
feat(DBoxFile): set custom behavior and new examples (#813)6bce4d2
fix: update README.md (#817)66de4a0
style: set base sizing on select arrow icons (#814)fbe9381
chore: change storybook icon (#815)6e7170e
chore: rename example files (#812)- Additional commits viewable in compare view
Updates axios
from 1.8.4 to 1.9.0
Release notes
Sourced from axios's releases.
Release v1.9.0
Release notes:
Bug Fixes
- core: fix the Axios constructor implementation to treat the config argument as optional; (#6881) (6c5d4cd)
- fetch: fixed ERR_NETWORK mapping for Safari browsers; (#6767) (dfe8411)
- headers: allow iterable objects to be a data source for the set method; (#6873) (1b1f9cc)
- headers: fix
getSetCookie
by using 'get' method for caseless access; (#6874) (d4f7df4)- headers: fixed support for setting multiple header values from an iterated source; (#6885) (f7a3b5e)
- http: send minimal end multipart boundary (#6661) (987d2e2)
- types: fix autocomplete for adapter config (#6855) (e61a893)
Features
Contributors to this release
Changelog
Sourced from axios's changelog.
1.9.0 (2025-04-24)
Bug Fixes
- core: fix the Axios constructor implementation to treat the config argument as optional; (#6881) (6c5d4cd)
- fetch: fixed ERR_NETWORK mapping for Safari browsers; (#6767) (dfe8411)
- headers: allow iterable objects to be a data source for the set method; (#6873) (1b1f9cc)
- headers: fix
getSetCookie
by using 'get' method for caseless access; (#6874) (d4f7df4)- headers: fixed support for setting multiple header values from an iterated source; (#6885) (f7a3b5e)
- http: send minimal end multipart boundary (#6661) (987d2e2)
- types: fix autocomplete for adapter config (#6855) (e61a893)
Features
Contributors to this release
Commits
cdcfd21
chore(release): v1.9.0 (#6891)987d2e2
fix(http): send minimal end multipart boundary (#6661)f112edf
chore(ci): add PR files guard action; (#6890)61de4c0
chore(ci): update github actions; (#6889)c3aba3d
chore(ci): add labeler github action; (#6888)f7a3b5e
fix(headers): fixed support for setting multiple header values from an iterat...e61a893
fix(types): fix autocomplete for adapter config (#6855)6c5d4cd
fix(core): fix the Axios constructor implementation to treat the config argum...dfe8411
fix(fetch): fixed ERR_NETWORK mapping for Safari browsers; (#6767)d4f7df4
fix(headers): fixgetSetCookie
by using 'get' method for caseless access; (...- Additional commits viewable in compare view
Updates liquidjs
from 10.20.2 to 10.21.1
Release notes
Sourced from liquidjs's releases.
v10.21.1
10.21.1 (2025-05-14)
Bug Fixes
v10.21.0
10.21.0 (2025-02-23)
Features
v10.20.3
10.20.3 (2025-02-09)
Bug Fixes
Changelog
Sourced from liquidjs's changelog.
10.21.1 (2025-05-14)
Bug Fixes
10.21.0 (2025-02-23)
Features
10.20.3 (2025-02-09)
Bug Fixes
Commits
de12359
chore(release): 10.21.1 [skip ci]025c40f
fix: block.super with strictVariables, #806 (#807)2f414f8
docs: Fix formatting bug in echo.md (#805)40c5212
docs: Fix typo in options.md (#802)ae0c07e
docs: add gurdiga as a contributor for doc (#804)3b92024
docs: A lil Markdown fix (#803)fc42ad7
docs: update financial contributors050a7fc
docs: add edh649 as a contributor for doc (#801)0fdc5c7
Update register-filters-tags.md90d2ecb
chore(release): 10.21.0 [skip ci]- Additional commits viewable in compare view
Updates react
from 18.2.0 to 18.3.1
Release notes
Sourced from react's releases.
18.3.1 (April 26, 2024)
- Export
act
fromreact
f1338f18.3.0 (April 25, 2024)
This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.
Read the React 19 Upgrade Guide for more info.
React
- Allow writing to
this.refs
to support string ref codemod 909071- Warn for deprecated
findDOMNode
outside StrictMode c3b283- Warn for deprecated
test-utils
methods d4ea75- Warn for deprecated Legacy Context outside StrictMode 415ee0
- Warn for deprecated string refs outside StrictMode #25383
- Warn for deprecated
defaultProps
for function components #25699- Warn when spreading
key
#25697- Warn when using
act
fromtest-utils
d4ea75React DOM
Changelog
Sourced from react's changelog.
18.3.1 (April 26, 2024)
- Export
act
fromreact
f1338f18.3.0 (April 25, 2024)
This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.
Read the React 19 Upgrade Guide for more info.
React
- Allow writing to
this.refs
to support string ref codemod 909071- Warn for deprecated
findDOMNode
outside StrictMode c3b283- Warn for deprecated
test-utils
methods d4ea75- Warn for deprecated Legacy Context outside StrictMode 415ee0
- Warn for deprecated string refs outside StrictMode #25383
- Warn for deprecated
defaultProps
for function components #25699- Warn when spreading
key
#25697- Warn when using
act
fromtest-utils
d4ea75React DOM
Commits
Maintainer changes
This version was pushed to npm by react-bot, a new releaser for react since your current version.
Updates react-dom
from 18.2.0 to 18.3.1
Release notes
Sourced from react-dom's releases.
18.3.1 (April 26, 2024)
- Export
act
fromreact
f1338f18.3.0 (April 25, 2024)
This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.
Read the React 19 Upgrade Guide for more info.
React
- Allow writing to
this.refs
to support string ref codemod 909071- Warn for deprecated
findDOMNode
outside StrictMode c3b283- Warn for deprecated
test-utils
methods d4ea75- Warn for deprecated Legacy Context outside StrictMode 415ee0
- Warn for deprecated string refs outside StrictMode #25383
- Warn for deprecated
defaultProps
for function components #25699- Warn when spreading
key
#25697- Warn when using
act
fromtest-utils
d4ea75React DOM
Changelog
Sourced from react-dom's changelog.
18.3.1 (April 26, 2024)
- Export
act
fromreact
f1338f18.3.0 (April 25, 2024)
This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.
Read the React 19 Upgrade Guide for more info.
React
- Allow writing to
this.refs
to support string ref codemod 909071- Warn for deprecated
findDOMNode
outside StrictMode c3b283- Warn for deprecated
test-utils
methods d4ea75- Warn for deprecated Legacy Context outside StrictMode 415ee0
- Warn for deprecated string refs outside StrictMode #25383
- Warn for deprecated
defaultProps
for function components #25699- Warn when spreading
key
#25697- Warn when using
act
fromtest-utils
d4ea75React DOM
Commits
d6c42f7
Bump to 18.3.18a015b6
Add deprecation warning for unmountComponentAtNodec3b2839
Add deprecation warning for findDOMNoded4ea75d
ReactDOMTestUtils deprecation warnings7548c01
DeprecaterenderToStaticNodeStream
(#28872) (#28874)5894232
Enable warning for defaultProps on function components for everyone (#25699)c2a246e
Turn on string ref deprecation warning for everybody (not codemoddable) (#25383)2cfb474
Bump version from 18.2 to 18.3- See full diff in compare view
Maintainer changes
This version was pushed to npm by react-bot, a new releaser for react-dom since your current version.
Updates react-i18next
from 13.3.2 to 13.5.0
Changelog
Sourced from react-i18next's changelog.
13.5.0
- self-closing components in translation strings should not attempt to replace the component's children 1695
13.4.1
- types: use CustomInstanceExtenstions to extend reportNamespaces
13.4.0
- fix: separate cjs and mjs typings
Commits
ebdd86c
13.5.0c9d3c87
self-closing components in translation strings should not attempt to replace ...cfbbdf6
update simple ts example85aac9f
13.4.1ef68a73
types: use CustomInstanceExtenstions to extend reportNamespacese874255
update deps of ts example0fdd3a8
13.4.02fa3eff
use fixed i18next version3af3fa8
separate cjs and mjs typings (WIP)- See full diff in compare view
Updates @babel/preset-env
from 7.26.7 to 7.27.2
Release notes
Sourced from @babel/preset-env
's releases.
v7.27.2 (2025-05-06)
:bug: Bug Fix
babel-parser
- #17289 fix:
@babel/parser/bin/index.js
containsnode:
protocol require (@liuxingbaoyu
)- #17291 fix: Private class method not found when TS and estree (
@liuxingbaoyu
)babel-plugin-transform-object-rest-spread
babel-plugin-transform-modules-commonjs
,babel-template
- #17284 fix(babel-template): Properly handle empty string replacements (<...
Description has been truncated
Pull Request Statistics
1
2
+1595
-1191
Package Dependencies
npm
7.25.9 → 7.27.1
Minor
@commitlint/config-conventional
npm
19.6.0 → 19.8.1
Minor
@babel/helper-annotate-as-pure
npm
7.25.9 → 7.27.1
Minor
use-isomorphic-layout-effect
npm
1.2.0 → 1.2.1
Patch
npm
7.26.0 → 7.27.1
Minor
@babel/helper-compilation-targets
npm
7.26.5 → 7.27.2
Minor
npm
7.25.9 → 7.27.1
Minor
npm
7.26.3 → 7.27.1
Minor
npm
0.6.3 → 0.6.4
Patch
npm
7.25.9 → 7.27.1
Minor
@babel/helper-module-imports
npm
7.25.9 → 7.27.1
Minor
@babel/helper-module-transforms
npm
7.26.0 → 7.27.1
Minor
npm
7.25.9 → 7.27.1
Minor
@babel/helper-plugin-utils
npm
7.26.5 → 7.27.1
Minor
npm
7.25.9 → 7.27.1
Minor
@babel/helper-replace-supers
npm
7.26.5 → 7.27.1
Minor
npm
7.25.9 → 7.27.1
Minor
@babel/helper-string-parser
npm
7.25.9 → 7.27.1
Minor
@babel/helper-validator-identifier
npm
7.25.9 → 7.27.1
Minor
@babel/helper-validator-option
npm
7.25.9 → 7.27.1
Minor
@babel/helper-wrap-function
npm
7.25.9 → 7.27.1
Minor
npm
7.25.9 → 7.27.1
Minor
npm
7.25.9 → 7.27.1
Minor
npm
7.25.9 → 7.27.1
Minor
npm
7.25.9 → 7.27.1
Minor
npm
7.25.9 → 7.27.1
Minor
npm
7.26.0 → 7.27.1
Minor
npm
7.25.9 → 7.27.1
Minor
npm
7.25.9 → 7.27.1
Minor
npm
7.25.9 → 7.27.1
Minor
npm
7.26.5 → 7.27.1
Minor
npm
7.25.9 → 7.27.1
Minor
npm
7.25.9 → 7.27.1
Minor
npm
7.26.0 → 7.27.1
Minor
@babel/plugin-transform-classes
npm
7.25.9 → 7.27.1
Minor
npm
7.25.9 → 7.27.1
Minor
npm
7.25.9 → 7.27.1
Minor
@babel/plugin-transform-dotall-regex
npm
7.25.9 → 7.27.1
Minor
npm
7.25.9 → 7.27.1
Minor
npm
7.25.9 → 7.27.1
Minor
npm
7.25.9 → 7.27.1
Minor
npm
7.26.3 → 7.27.1
Minor
npm
7.25.9 → 7.27.1
Minor
@babel/plugin-transform-for-of
npm
7.25.9 → 7.27.1
Minor
npm
7.25.9 → 7.27.1
Minor
@babel/plugin-transform-json-strings
npm
7.25.9 → 7.27.1
Minor
@babel/plugin-transform-literals
npm
7.25.9 → 7.27.1
Minor
npm
7.25.9 → 7.27.1
Minor
npm
7.25.9 → 7.27.1
Minor
@babel/plugin-transform-modules-amd
npm
7.25.9 → 7.27.1
Minor
npm
7.26.3 → 7.27.1
Minor
npm
7.25.9 → 7.27.1
Minor
@babel/plugin-transform-modules-umd
npm
7.25.9 → 7.27.1
Minor
npm
7.25.9 → 7.27.1
Minor
@babel/plugin-transform-new-target
npm
7.25.9 → 7.27.1
Minor
npm
7.26.6 → 7.27.1
Minor
npm
7.25.9 → 7.27.1
Minor
npm
7.25.9 → 7.27.2
Minor
@babel/plugin-transform-object-super
npm
7.25.9 → 7.27.1
Minor
npm
7.25.9 → 7.27.1
Minor
npm
7.25.9 → 7.27.1
Minor
@babel/plugin-transform-parameters
npm
7.25.9 → 7.27.1
Minor
npm
7.25.9 → 7.27.1
Minor
npm
7.25.9 → 7.27.1
Minor
@babel/plugin-transform-regenerator
npm
7.25.9 → 7.27.1
Minor
npm
7.26.0 → 7.27.1
Minor
npm
7.25.9 → 7.27.1
Minor
npm
7.25.9 → 7.27.1
Minor
@babel/plugin-transform-spread
npm
7.25.9 → 7.27.1
Minor
@babel/plugin-transform-sticky-regex
npm
7.25.9 → 7.27.1
Minor
npm
7.25.9 → 7.27.1
Minor
npm
7.26.7 → 7.27.1
Minor
npm
7.25.9 → 7.27.1
Minor
npm
7.25.9 → 7.27.1
Minor
npm
7.25.9 → 7.27.1
Minor
npm
7.25.9 → 7.27.1
Minor
@eslint-community/eslint-utils
npm
4.4.1 → 4.7.0
Minor
array.prototype.findlastindex
npm
1.2.5 → 1.2.6
Patch
babel-plugin-polyfill-corejs2
npm
0.4.12 → 0.4.13
Patch
babel-plugin-polyfill-corejs3
npm
0.10.6 → 0.11.1
Minor
babel-plugin-polyfill-regenerator
npm
0.6.3 → 0.6.4
Patch
@babel/plugin-syntax-typescript
npm
7.25.9 → 7.27.1
Minor
@babel/plugin-transform-react-jsx
npm
7.25.9 → 7.27.1
Minor
@babel/plugin-transform-typescript
npm
7.26.7 → 7.27.1
Minor
npm
7.25.9 → 7.27.1
Minor
npm
7.25.9 → 7.27.1
Minor
npm
7.25.9 → 7.27.1
Minor
npm
7.25.9 → 7.27.1
Minor
@dynamic-framework/ui-react
npm
1.34.0 → 1.35.1
Minor
@commitlint/config-validator
npm
19.5.0 → 19.8.1
Minor
@commitlint/resolve-extends
npm
19.5.0 → 19.8.1
Minor
react-responsive-pagination
npm
2.10.0 → 2.11.0
Minor
Technical Details
ID: | 489527 |
UUID: | 2529658440 |
Node ID: | PR_kwDOIhH_dM6Wx4ZI |
Host: | GitHub |
Repository: | dynamic-framework/dynamic-react-base-template |
Mergeable: | Yes |
Merge State: | Unstable |