Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): bump the production-dependencies group in /apps/sfmc-studio with 15 updates #4224

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 30, 2025

Bumps the production-dependencies group in /apps/sfmc-studio with 15 updates:

Package From To
@ant-design/plots 2.2.8 2.3.3
@contentful/app-sdk 4.29.0 4.29.5
@contentful/f36-components 4.68.1 4.77.3
@reduxjs/toolkit 2.2.7 2.5.1
antd 5.20.1 5.23.3
axios 1.7.3 1.7.9
dayjs 1.11.12 1.11.13
eslint-plugin-prettier 5.2.1 5.2.3
html-react-parser 5.1.12 5.2.2
jspdf 2.5.1 2.5.2
prettier 3.3.3 3.4.2
react-redux 9.1.2 9.2.0
redux-mock-store 1.5.4 1.5.5
@types/redux-mock-store 1.0.6 1.5.0
sass 1.77.8 1.83.4

Updates @ant-design/plots from 2.2.8 to 2.3.3

Release notes

Sourced from @​ant-design/plots's releases.

site_group

  • 网站更新
Commits

Updates @contentful/app-sdk from 4.29.0 to 4.29.5

Release notes

Sourced from @​contentful/app-sdk's releases.

v4.29.5

4.29.5 (2025-01-27)

Bug Fixes

  • force release to fix type conflicts with old contentful-management (#2130) (c82b4e1)

v4.29.3

4.29.3 (2024-11-05)

Bug Fixes

  • remove .npmrc at root to fix publish registry [EXT-5905] (#2064) (b3174ec)

v4.29.2

4.29.2 (2024-10-30)

Bug Fixes

v4.29.1

4.29.1 (2024-08-15)

Bug Fixes

  • upgrade contentful-management to include axios vuln fix (#2002) (a9d2831)
Changelog

Sourced from @​contentful/app-sdk's changelog.

4.29.5 (2025-01-27)

Bug Fixes

  • force release to fix type conflicts with old contentful-management (#2130) (c82b4e1)

4.29.3 (2024-11-05)

Bug Fixes

  • remove .npmrc at root to fix publish registry [EXT-5905] (#2064) (b3174ec)

4.29.2 (2024-10-30)

Bug Fixes

4.29.1 (2024-08-15)

Bug Fixes

  • upgrade contentful-management to include axios vuln fix (#2002) (a9d2831)
Commits
  • a344fa5 chore: 4.29.5 [skip ci]
  • c82b4e1 fix: force release to fix type conflicts with old contentful-management (#2130)
  • 049c6dd chore(deps-dev): bump the dev-dependencies group with 2 updates (#2129)
  • 0918dcf chore(release): update contentful-management for correct types to avoid confl...
  • 152d5da chore(deps): bump contentful-management from 11.43.0 to 11.43.2 in the produc...
  • 009f45b chore(deps-dev): bump lint-staged from 15.4.1 to 15.4.2 in the dev-dependenci...
  • d565a04 chore(deps): bump contentful-management from 11.42.0 to 11.43.0 in the produc...
  • 1f64649 chore(deps-dev): bump eslint-plugin-prettier from 5.2.2 to 5.2.3 in the dev-d...
  • e1fd825 chore(deps-dev): bump lint-staged from 15.4.0 to 15.4.1 in the dev-dependenci...
  • c914f9d chore(deps): bump contentful-management from 11.41.0 to 11.42.0 in the produc...
  • Additional commits viewable in compare view

Updates @contentful/f36-components from 4.68.1 to 4.77.3

Changelog

Sourced from @​contentful/f36-components's changelog.


title: What's new slug: '/whats-new' section: 'introduction'

The Changelog gives an overview of the changes we've made to Forma 36

11-01-2025

F36 Header v4.77.3

  • Enables a dynamic string for the aria-label on the BackButton in the Header Component.

10-01-2025

F36 Core v4.76.0

  • add Geist typeface as new default

F36 Tokens v4.2.0

  • add Geist typeface as new default

F36 Avatar v4.77.0

  • Update default show delay

F36 Tooltip v4.77.0

  • Update default show delay

F36 Autocomplete v4.77.1

  • Enable dynamic aria-label value

F36 Modal v4.77.2

  • Enable dynamic aria-label value

08-01-2025

F36 Menu v4.75.4

  • Don’t focus menu if menu has just been removed

07-01-2025

... (truncated)

Commits
  • efc27b7 feat: enable i18n support for back button in header component [UFO-1300] (#2971)
  • e7c8f65 docs: update changelog on repository and website
  • 8fc0ca3 docs(changelog): add changelogs for dcc3a32f2 [skip ci]
  • dcc3a32 chore(ModalHeader): enable dynamic aria-label value (#2961)
  • 59a56df docs(changelog): add changelogs for 3c9a5659e [skip ci]
  • 3c9a565 chore(Autocomplete): enable dynamic aria-label value (#2962)
  • f0b031c docs(changelog): add changelogs for 34a33f594 [skip ci]
  • 34a33f5 chore(Tooltip): add missing changelog (#2969)
  • 5828ba2 chore(Tooltip): update default delay (#2965)
  • ba911cf docs(changelog): add changelogs for 20a8cf4ad [skip ci]
  • Additional commits viewable in compare view

Updates @reduxjs/toolkit from 2.2.7 to 2.5.1

Release notes

Sourced from @​reduxjs/toolkit's releases.

v2.5.1

This bugfix release fixes a logic issue with the new upsertQueryEntries util that sometimes kept entries in a pending state indefinitely.

Changelog

upsertQueryEntries fixes

Users reported that in some cases, use of upsertQueryEntries to insert RTKQ cache entries prevented any further refetches of that data from happening. After investigation, we found a logic mismatch for how we handle upserts vs the existing upsertQueryData util, which meant that sometimes the entry would be left in a pending state expecting a fulfilled action from a request ID that would never happen.

This release fixes that issue and ensures the updates and refetches happen correctly.

What's Changed

Full Changelog: reduxjs/redux-toolkit@v2.5.0...v2.5.1

v2.5.0

This feature release updates the React peer dependency to work with React 19, and fixes an additional skip token issue.

Changelog

React 19 Compat

React 19 was just released! We've updated our peer dep to accept React 19, and updated our runtime and type tests to check against both React 18 and 19.

Also see React-Redux v9.2.0 for the same peer dep update.

Other Fixes

We previously fixed an issue with the RTKQ core where serializeQueryArgs callbacks could be called with skipToken, potentially leading to errors. We've fixed an additional location in the useQuery hooks where that could happen as well.

What's Changed

Full Changelog: reduxjs/redux-toolkit@v2.4.0...v2.5.0

v2.4.0

This feature release includes multiple tweaks and fixes to RTK Query functionality, additional exported TS types, and drops support for TS versions earlier than 5.0.

Changelog

RTK Query Improvements

Lazy query hooks can now be reset.

... (truncated)

Commits

Updates antd from 5.20.1 to 5.23.3

Release notes

Sourced from antd's releases.

5.23.3

Last version of the Dragon Year, Happy Chinese New Year! 🐲

  • ⌨️ MISC: Add accessibility tests for all component demos to ensure compliance with accessibility standards. Optimize accessibility support for some components, improving compatibility with screen readers and keyboard operations. #51372 @​aojunhao123
  • 🐞 MISC: Fix importing antd/dist/reset.css file issue. #52559 @​CaptainVolcom
  • 🐞 Fix Button throwing error when loading is null. #52508 @​li-jia-nan
  • 🐞 Fix Table last row border color transition issue. #52549 @​DDDDD12138
  • 💄 Fix Cascader checkbox cursor style in disabled state. #52539 @​aojunhao123
  • 💄 Fix ConfigProvider not correctly modifying icon style priority when StyleProvider configures layer. #52533 @​zombieJ
  • 🐞 Fix Layout sidebar toggle button style missing in non-cssVar mode. #52537 @​afc163
  • 🐞 Fix Tree checkbox cursor style in disabled state. #52525 @​aojunhao123
  • notification
    • 🐞 Fix notification useNotification closeIcon configuration not working. #52516 @​typenoob
    • 🐞 Fix notification component display flicker issue under App component. #52499 @​afc163
  • RTL

龙年最后一版,祝各位新春愉快!🐲

  • ⌨️ MISC: 为所有组件的示例添加了可访问性测试,确保符合无障碍标准。并优化了部分组件的可访问性支持,改进了对屏幕阅读器和键盘操作的兼容性。#51372 @​aojunhao123
  • 🐞 MISC: 修复导入 antd/dist/reset.css 文件的问题。#52559 @​CaptainVolcom
  • 🐞 修复 Button loadingnull 时抛错的问题。#52508 @​li-jia-nan
  • 🐞 修复 Table 最后一行边框颜色过渡问题。#52549 @​DDDDD12138
  • 💄 修复 Cascader 组件禁用状态下复选框的鼠标指针样式问题。#52539 @​aojunhao123
  • 💄 修复 ConfigProvider 在 StyleProvider 配置 layer 时不会正确修改图标对应样式优先级的问题。#52533 @​zombieJ
  • 🐞 修复 Layout 切换侧边栏按钮在非 cssVar 模式下样式丢失的问题。. #52537 @​afc163
  • 🐞 修复 Tree 组件禁用状态下复选框的鼠标指针样式问题。#52525 @​aojunhao123
  • notification
    • 🐞 修复 notification useNotificationcloseIcon 配置无效的问题。#52516 @​typenoob
    • 🐞 修复 notification 组件在 App 组件下的显示闪烁问题。#52499 @​afc163
  • RTL

5.23.2

  • 🐞 Fix Space.Compact throwing Should not use more than one & in a selector warning. #52489
  • 💄 Fix the Layout switching sidebar button style was lost. #52477
  • 💄 Fix the scroll bar height is not 0 when the first row of the virtual scroll Table is collapsed. #52447 @​LeeSSHH
  • 💄 Fix the last item in Descriptions did not correctly fill the remaining space. #52410 @​anyuxuan
  • 💄 Fix extra margin for the last item in Radio. #52433
  • 💄 Fix the Input/Mentions clear button padding was incorrect. #52407 @​ustcfury
  • 💄 Fix rounded corners of addonAfter in Input compact mode. #52490 @​DDDDD12138
  • 💄 Fix Menu.Item links were still clickable and lacked disabled styles when in disabled state. #52402 @​aojunhao123
  • TypeScript
    • 🤖 MISC: Optimize PurePanel to use React.ComponentType type. #52480
    • 🤖 Fix missing token type for Skeleton and Rate. #52406 @​coding-ice

... (truncated)

Changelog

Sourced from antd's changelog.

5.23.3

2025-01-28

Last version of the Dragon Year, Happy Chinese New Year! 🐲

  • ⌨️ MISC: Add accessibility tests for all component demos to ensure compliance with accessibility standards. Optimize accessibility support for some components, improving compatibility with screen readers and keyboard operations. #51372 @​aojunhao123
  • 🐞 MISC: Fix importing antd/dist/reset.css file issue. #52559 @​CaptainVolcom
  • 🐞 Fix Button throwing error when loading is null. #52508 @​li-jia-nan
  • 🐞 Fix Table last row border color transition issue. #52549 @​DDDDD12138
  • 💄 Fix Cascader checkbox cursor style in disabled state. #52539 @​aojunhao123
  • 💄 Fix ConfigProvider not correctly modifying icon style priority when StyleProvider configures layer. #52533 @​zombieJ
  • 🐞 Fix Layout sidebar toggle button style missing in non-cssVar mode. #52537 @​afc163
  • 🐞 Fix Tree checkbox cursor style in disabled state. #52525 @​aojunhao123
  • notification
    • 🐞 Fix notification useNotification closeIcon configuration not working. #52516 @​typenoob
    • 🐞 Fix notification component display flicker issue under App component. #52499 @​afc163
  • RTL

5.23.2

2025-01-20

  • 🐞 Fix Space.Compact throwing Should not use more than one & in a selector warning. #52489
  • 💄 Fix the Layout switching sidebar button style was lost. #52477
  • 💄 Fix the scroll bar height is not 0 when the first row of the virtual scroll Table is collapsed. #52447 @​LeeSSHH
  • 💄 Fix the last item in Descriptions did not correctly fill the remaining space. #52410 @​anyuxuan
  • 💄 Fix extra margin for the last item in Radio. #52433
  • 💄 Fix the Input/Mentions clear button padding was incorrect. #52407 @​ustcfury
  • 💄 Fix rounded corners of addonAfter in Input compact mode. #52490 @​DDDDD12138
  • 💄 Fix Menu.Item links were still clickable and lacked disabled styles when in disabled state. #52402 @​aojunhao123
  • TypeScript
    • 🤖 MISC: Optimize PurePanel to use React.ComponentType type. #52480
    • 🤖 Fix missing token type for Skeleton and Rate. #52406 @​coding-ice

5.23.1

2025-01-13

  • 🆕 Add Tree leaf node className for differentiate node type. #52274 @​EmilyyyLiu
  • 🐞 Fix DatePicker switch buttons is not hidden when superPrevIcon/superNextIcon/prevIcon/nextIcon is null. #52327 @​afc163
  • 🐞 Fix Select throws error not a valid selector in Jest tests. #51844 @​renovate
  • 🐞 Fix Layout.Sider under ConfigProvider directly, the theme not working. #52302 @​zombieJ
  • 🐞 Fix Splitter lost previous state when re-expanding. #52222 @​jjlstruggle
  • 🐞 Fix Table unexpected row selections when set checkStrictly to false in tree mode. #52338 @​LeeSSHH
  • Button
    • 🐞 Fix Button alignment and icon centering by adjusting the icon size for icon-only Buttons. #52353 @​afc163
    • 💄 Fix Button missing box-shadow style. #52304 @​zombieJ

... (truncated)

Commits

Updates axios from 1.7.3 to 1.7.9

Release notes

Sourced from axios's releases.

Release v1.7.9

Release notes:

Reverts

Contributors to this release

Release v1.7.8

Release notes:

Bug Fixes

  • allow passing a callback as paramsSerializer to buildURL (#6680) (eac4619)
  • core: fixed config merging bug (#6668) (5d99fe4)
  • fixed width form to not shrink after 'Send Request' button is clicked (#6644) (7ccd5fd)
  • http: add support for File objects as payload in http adapter (#6588) (#6605) (6841d8d)
  • http: fixed proxy-from-env module import (#5222) (12b3295)
  • http: use globalThis.TextEncoder when available (#6634) (df956d1)
  • ios11 breaks when build (#6608) (7638952)
  • types: add missing types for mergeConfig function (#6590) (00de614)
  • types: export CJS types from ESM (#6218) (c71811b)
  • updated stream aborted error message to be more clear (#6615) (cc3217a)
  • use URL API instead of DOM to fix a potential vulnerability warning; (#6714) (0a8d6e1)

Contributors to this release

Release v1.7.7

Release notes:

Bug Fixes

... (truncated)

Changelog

Sourced from axios's changelog.

1.7.9 (2024-12-04)

Reverts

Contributors to this release

1.7.8 (2024-11-25)

Bug Fixes

  • allow passing a callback as paramsSerializer to buildURL (#6680) (eac4619)
  • core: fixed config merging bug (#6668) (5d99fe4)
  • fixed width form to not shrink after 'Send Request' button is clicked (#6644) (7ccd5fd)
  • http: add support for File objects as payload in http adapter (#6588) (#6605) (6841d8d)
  • http: fixed proxy-from-env module import (#5222) (12b3295)
  • http: use globalThis.TextEncoder when available (#6634) (df956d1)
  • ios11 breaks when build (#6608) (7638952)
  • types: add missing types for mergeConfig function (#6590) (00de614)
  • types: export CJS types from ESM (#6218) (c71811b)
  • updated stream aborted error message to be more clear (#6615) (cc3217a)
  • use URL API instead of DOM to fix a potential vulnerability warning; (#6714) (0a8d6e1)

Contributors to this release

1.7.7 (2024-08-31)

... (truncated)

Commits

Updates dayjs from 1.11.12 to 1.11.13

Release notes

Sourced from dayjs's releases.

v1.11.13

1.11.13 (2024-08-20)

Bug Fixes

  • customParseFormat supports Q quter / w ww weekOfYear (#2705) (8ca74f1)
Changelog

Sourced from dayjs's changelog.

1.11.13 (2024-08-20)

Bug Fixes

  • customParseFormat supports Q quter / w ww weekOfYear (#2705) (8ca74f1)
Commits

Updates eslint-plugin-prettier from 5.2.1 to 5.2.3

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.2.3

Patch Changes

v5.2.2

Patch Changes

What's Changed

New Contributors

Full Changelog: prettier/eslint-plugin-prettier@v5.2.1...v5.2.2

Changelog

Sourced from eslint-plugin-prettier's changelog.

5.2.3

Patch Changes

5.2.2

Patch Changes

Commits
  • 6fd7ba1 chore: release eslint-plugin-prettier (#704)
  • 190d6f9 build(deps): Bump synckit from 0.9.1 to 0.9.2 (#705)
  • 9cf6a01 build(deps-dev): Bump svelte from 4.2.8 to 4.2.19 (#677)
  • 9c6141f chore: add plugin name to flat recommended config (#703)
  • 35a5cd0 chore: bupm eslint-plugin-comments (#702)
  • df123a5 chore: release eslint-plugin-prettier (#701)
  • e272d7c chore: use double quote for changesets/changelog files
  • aa5b59f fix: report node when loc not found (#700)
  • 37d87ea chore: update FUNDING.yml
  • b307125 docs(README): fixes legacy ESlint configs link (#686)
  • Additional commits viewable in compare view

Updates html-react-parser from 5.1.12 to 5.2.2

Release notes

Sourced from html-react-parser's releases.

v5.2.2

5.2.2 (2024-12-25)

Build System

  • deps: bump html-dom-parser from 5.0.12 to 5.0.13 (#1652) (ff0b897)

v5.2.1

5.2.1 (2024-12-16)

Bug Fixes

  • package: bump html-dom-parser to 5.0.12 so that \\r isn't escaped (#1642) (a1ef928), closes #1634

v5.2.0

5.2.0 (2024-12-06)

Features

  • package: add react 19 to package.json peerDependencies (8b6506c), closes #1455 #1501

v5.1.19

5.1.19 (2024-12-04)

Bug Fixes

v5.1.18

5.1.18 (2024-10-06)

Bug Fixes

  • deps: bump style-to-js from 1.1.15 to 1.1.16 (#1561) (4892aa2)

v5.1.17

5.1.17 (2024-10-03)

Build System

  • deps: bump style-to-js from 1.1.14 to 1.1.15 (#1555) (6aae441)

v5.1.16

...

Description has been truncated

@dependabot dependabot bot requested a review from a team as a code owner January 30, 2025 18:29
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 30, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/apps/sfmc-studio/production-dependencies-3333b3d5f7 branch 3 times, most recently from 1fb0f22 to c8e77f0 Compare January 31, 2025 16:15
Bumps the production-dependencies group in /apps/sfmc-studio with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [@ant-design/plots](https://github.com/ant-design/ant-design-charts) | `2.2.8` | `2.3.3` |
| [@contentful/app-sdk](https://github.com/contentful/ui-extensions-sdk) | `4.29.0` | `4.29.5` |
| [@contentful/f36-components](https://github.com/contentful/forma-36) | `4.68.1` | `4.77.3` |
| [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) | `2.2.7` | `2.5.1` |
| [antd](https://github.com/ant-design/ant-design) | `5.20.1` | `5.23.3` |
| [axios](https://github.com/axios/axios) | `1.7.3` | `1.7.9` |
| [dayjs](https://github.com/iamkun/dayjs) | `1.11.12` | `1.11.13` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.1` | `5.2.3` |
| [html-react-parser](https://github.com/remarkablemark/html-react-parser) | `5.1.12` | `5.2.2` |
| [jspdf](https://github.com/MrRio/jsPDF) | `2.5.1` | `2.5.2` |
| [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.4.2` |
| [react-redux](https://github.com/reduxjs/react-redux) | `9.1.2` | `9.2.0` |
| [redux-mock-store](https://github.com/arnaudbenard/redux-mock-store) | `1.5.4` | `1.5.5` |
| [@types/redux-mock-store](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/redux-mock-store) | `1.0.6` | `1.5.0` |
| [sass](https://github.com/sass/dart-sass) | `1.77.8` | `1.83.4` |


Updates `@ant-design/plots` from 2.2.8 to 2.3.3
- [Release notes](https://github.com/ant-design/ant-design-charts/releases)
- [Commits](https://github.com/ant-design/ant-design-charts/commits)

Updates `@contentful/app-sdk` from 4.29.0 to 4.29.5
- [Release notes](https://github.com/contentful/ui-extensions-sdk/releases)
- [Changelog](https://github.com/contentful/ui-extensions-sdk/blob/main/CHANGELOG.md)
- [Commits](contentful/ui-extensions-sdk@v4.29.0...v4.29.5)

Updates `@contentful/f36-components` from 4.68.1 to 4.77.3
- [Release notes](https://github.com/contentful/forma-36/releases)
- [Changelog](https://github.com/contentful/forma-36/blob/main/CHANGELOG.md)
- [Commits](https://github.com/contentful/forma-36/compare/@contentful/[email protected]...@contentful/[email protected])

Updates `@reduxjs/toolkit` from 2.2.7 to 2.5.1
- [Release notes](https://github.com/reduxjs/redux-toolkit/releases)
- [Commits](reduxjs/redux-toolkit@v2.2.7...v2.5.1)

Updates `antd` from 5.20.1 to 5.23.3
- [Release notes](https://github.com/ant-design/ant-design/releases)
- [Changelog](https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md)
- [Commits](ant-design/ant-design@5.20.1...5.23.3)

Updates `axios` from 1.7.3 to 1.7.9
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.3...v1.7.9)

Updates `dayjs` from 1.11.12 to 1.11.13
- [Release notes](https://github.com/iamkun/dayjs/releases)
- [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md)
- [Commits](iamkun/dayjs@v1.11.12...v1.11.13)

Updates `eslint-plugin-prettier` from 5.2.1 to 5.2.3
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.2.1...v5.2.3)

Updates `html-react-parser` from 5.1.12 to 5.2.2
- [Release notes](https://github.com/remarkablemark/html-react-parser/releases)
- [Changelog](https://github.com/remarkablemark/html-react-parser/blob/master/CHANGELOG.md)
- [Commits](remarkablemark/html-react-parser@v5.1.12...v5.2.2)

Updates `jspdf` from 2.5.1 to 2.5.2
- [Release notes](https://github.com/MrRio/jsPDF/releases)
- [Changelog](https://github.com/parallax/jsPDF/blob/master/RELEASE.md)
- [Commits](parallax/jsPDF@v2.5.1...v2.5.2)

Updates `prettier` from 3.3.3 to 3.4.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.3...3.4.2)

Updates `react-redux` from 9.1.2 to 9.2.0
- [Release notes](https://github.com/reduxjs/react-redux/releases)
- [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md)
- [Commits](reduxjs/react-redux@v9.1.2...v9.2.0)

Updates `redux-mock-store` from 1.5.4 to 1.5.5
- [Release notes](https://github.com/arnaudbenard/redux-mock-store/releases)
- [Commits](reduxjs/redux-mock-store@v1.5.4...v1.5.5)

Updates `@types/redux-mock-store` from 1.0.6 to 1.5.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/redux-mock-store)

Updates `sass` from 1.77.8 to 1.83.4
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.77.8...1.83.4)

---
updated-dependencies:
- dependency-name: "@ant-design/plots"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@contentful/app-sdk"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@contentful/f36-components"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@reduxjs/toolkit"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: antd
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: dayjs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: eslint-plugin-prettier
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: html-react-parser
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: jspdf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: prettier
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-redux
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: redux-mock-store
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@types/redux-mock-store"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: sass
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/apps/sfmc-studio/production-dependencies-3333b3d5f7 branch from c8e77f0 to 9086ff9 Compare January 31, 2025 19:05
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 31, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jan 31, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/apps/sfmc-studio/production-dependencies-3333b3d5f7 branch January 31, 2025 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants