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

build(deps): bump the js-dependencies group across 1 directory with 19 updates #124

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the js-dependencies group with 18 updates in the / directory:

Package From To
@contentful/f36-components 4.74.1 4.77.3
@contentful/f36-tokens 4.1.0 4.2.0
@contentful/field-editor-slug 1.5.12 1.5.16
@reduxjs/toolkit 2.3.0 2.5.0
contentful-management 11.37.0 11.42.0
contentful-rich-text-html-parser 1.5.15 1.7.0
marked 15.0.1 15.0.6
papaparse 5.4.1 5.5.1
react-redux 9.1.2 9.2.0
@contentful/app-scripts 1.30.1 1.32.2
@playwright/test 1.48.2 1.49.1
@testing-library/react 16.0.1 16.2.0
@testing-library/user-event 14.5.2 14.6.0
@types/node 22.9.0 22.10.7
@vitejs/plugin-react 4.3.3 4.3.4
husky 9.1.6 9.1.7
lint-staged 15.2.10 15.4.1
prettier 3.3.3 3.4.2

Updates @contentful/f36-components from 4.74.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 @contentful/f36-tokens from 4.1.0 to 4.2.0

Updates @contentful/field-editor-slug from 1.5.12 to 1.5.16

Release notes

Sourced from @​contentful/field-editor-slug's releases.

@​contentful/field-editor-slug@​1.5.16

1.5.16 (2025-01-17)

Note: Version bump only for package @​contentful/field-editor-slug

@​contentful/field-editor-slug@​1.5.15

1.5.15 (2024-11-26)

Note: Version bump only for package @​contentful/field-editor-slug

@​contentful/field-editor-slug@​1.5.14

1.5.14 (2024-11-20)

Note: Version bump only for package @​contentful/field-editor-slug

@​contentful/field-editor-slug@​1.5.13

1.5.13 (2024-11-20)

Note: Version bump only for package @​contentful/field-editor-slug

Commits
  • 21b8e36 chore(release): updated release notes and package versions [ci skip]
  • fcfc97b chore: bump contentful-management version to 11.41.0 (#1823)
  • 6eb05bd chore(release): updated release notes and package versions [ci skip]
  • d954bfa fix(reference): infinite loop on permisson check for cross space references [...
  • 4ab2348 chore(release): updated release notes and package versions [ci skip]
  • 15e0f74 fix: re-introduce apiUrl prop [FUS-115] (#1819)
  • 57dadbe chore(release): updated release notes and package versions [ci skip]
  • c6783b9 feat: permissions check for cross space reference editor [FUS-115] (#1818)
  • c467d9f chore: bump nanoid from 3.3.7 to 3.3.8 (#1817)
  • 28c4e05 chore(release): updated release notes and package versions [ci skip]
  • Additional commits viewable in compare view

Updates @reduxjs/toolkit from 2.3.0 to 2.5.0

Release notes

Sourced from @​reduxjs/toolkit's releases.

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.

retry.fail now accepts meta as a second argument.

Tag invalidation arrays now ignore nullish values.

We did some small internal refactoring around Maps and default values that shrank bundle size slightly.

Bugfixes

Passing skipToken to a query hook now bails out before running any other logic, which fixes cases where serializeQueryArgs previously threw an error because there were no args to process.

The autoBatchEnhancer now reads window.requestAnimationFrame later, which it to work properly with Jest fake timers.

We fixed cases where the hook result isSuccess flag would briefly flicker to false when switched to a different cache entry that was uninitialized, and would briefly flicker to true when refetching a query that previously errored.

The listener middleware previously had inconsistent logic checks for comparing against existing listener entries (effect + type, vs effect only). It now always checks both effect + type.

Additional TS Types

... (truncated)

Commits

Updates contentful-management from 11.37.0 to 11.42.0

Release notes

Sourced from contentful-management's releases.

v11.42.0

11.42.0 (2025-01-17)

Features

  • [] Locale-based publish support in CMA client (#2510) (69dea66)

v11.41.0

11.41.0 (2025-01-14)

Features

  • add locale query param to resource endpoints (#2509) (840086e)

v11.40.5

11.40.5 (2025-01-09)

Bug Fixes

  • plain client method argument types for params with intersection types (#2503) (f32251e)

v11.40.4

11.40.4 (2025-01-07)

Bug Fixes

v11.40.3

11.40.3 (2024-12-30)

Bug Fixes

v11.40.2

11.40.2 (2024-12-05)

v11.40.1

11.40.1 (2024-12-03)

Bug Fixes

  • don't allow additional parameters in plain client (#2491) (885335c)

... (truncated)

Commits
  • 69dea66 feat: [] Locale-based publish support in CMA client (#2510)
  • 840086e feat: add locale query param to resource endpoints (#2509)
  • f32251e fix: plain client method argument types for params with intersection types ...
  • 6fd5cac fix: app installation parameter types [NONE] (#2505)
  • d4c6232 fix: upgrade axios to 1.7.9 [ZEND-5779] (#2501)
  • e3850d2 build(deps): bump axios in the production-dependencies group (#2493)
  • 885335c fix: don't allow additional parameters in plain client (#2491)
  • 5f62ca1 feat: added workflow.get [CFISO-2097] (#2483)
  • a3489d3 build(deps): bump axios in the production-dependencies group (#2482)
  • 0bd7514 fix: don't copy httpAgent/httpsAgent [EXT-5676] (#2481)
  • Additional commits viewable in compare view

Updates contentful-rich-text-html-parser from 1.5.15 to 1.7.0

Release notes

Sourced from contentful-rich-text-html-parser's releases.

v1.7.0

1.7.0 (2025-01-17)

Features

  • converters: add option to set a default tag converter (28fc09e)

v1.6.0

1.6.0 (2024-12-02)

Bug Fixes

  • convert invalid top level text nodes to paragraph nodes (0007a4a)
  • docs: add documentation for parserOptions and postProcessing (13d8d97)

Features

  • options: ignore whitespace while parsing html and wrap top level text nodes in paragraphs (e68afaf)
  • valid-document: add options that result in valid documents (a6ddc86)
Commits
  • b9491e5 Merge pull request #258 from oleast/feat-default-tag-converter--rebase
  • 28fc09e feat(converters): add option to set a default tag converter
  • 17c277c Merge pull request #255 from oleast/dependabot/npm_and_yarn/typescript-5.7.3
  • c88b9b0 chore(dependabot-dev): bump typescript from 5.7.2 to 5.7.3
  • eb84ac0 Merge pull request #251 from oleast/dependabot/npm_and_yarn/semantic-release-...
  • 685d59d Merge pull request #252 from oleast/dependabot/npm_and_yarn/semantic-release/...
  • b4bc6d8 Merge pull request #253 from oleast/dependabot/npm_and_yarn/semantic-release/...
  • 0c1c9d5 chore(dependabot-dev): bump @​semantic-release/commit-analyzer
  • 8ea74b9 chore(dependabot-dev): bump @​semantic-release/release-notes-generator
  • 9861533 chore(dependabot-dev): bump semantic-release from 24.2.0 to 24.2.1
  • Additional commits viewable in compare view

Updates marked from 15.0.1 to 15.0.6

Release notes

Sourced from marked's releases.

v15.0.6

15.0.6 (2025-01-06)

Bug Fixes

  • fix strikethrough inside strong and em to follow gfm (#3577) (7712a53)

v15.0.5

15.0.5 (2025-01-02)

Bug Fixes

  • allow strikethrough inside strong and em to follow gfm (#3569) (8a01658)

v15.0.4

15.0.4 (2024-12-15)

Bug Fixes

v15.0.3

15.0.3 (2024-11-29)

Bug Fixes

  • update punctuation regex syntax to fix babel mistaken transpile (#3547) (9b988c4)

v15.0.2

15.0.2 (2024-11-20)

Bug Fixes

  • update punctuation regex syntax for compatibility (#3540) (fd015f1)
Commits
  • 5624378 chore(release): 15.0.6 [skip ci]
  • e6a5413 chore(deps-dev): Bump rollup from 4.29.1 to 4.30.0 (#3581)
  • 1ae0797 chore(deps-dev): Bump @​semantic-release/release-notes-generator from 14.0.2 t...
  • 6ae1e9d chore(deps-dev): Bump semantic-release from 24.2.0 to 24.2.1 (#3579)
  • 7430f43 chore(deps-dev): Bump @​semantic-release/commit-analyzer from 13.0.0 to 13.0.1...
  • 7712a53 fix: fix strikethrough inside strong and em to follow gfm (#3577)
  • 42ac48b chore(release): 15.0.5 [skip ci]
  • 8a01658 fix: allow strikethrough inside strong and em to follow gfm (#3569)
  • 33eb5c6 chore(deps-dev): Bump highlight.js from 11.11.0 to 11.11.1 (#3572)
  • 476b85e chore(deps-dev): Bump @​arethetypeswrong/cli from 0.17.1 to 0.17.2 (#3568)
  • Additional commits viewable in compare view

Updates papaparse from 5.4.1 to 5.5.1

Commits

Updates react-redux from 9.1.2 to 9.2.0

Release notes

Sourced from react-redux's releases.

v9.2.0

This feature release updates the React peer dependency to work with React 19, and improves treeshakeability of our build artifacts.

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 Redux Toolkit v2.5.0 for the same peer dep update.

Treeshaking

We've done some nitty-gritty optimization work to ensure bundlers correctly treeshake unused parts of the bundle.

What's Changed

Full Changelog: reduxjs/react-redux@v9.1.2...v9.2.0

Commits
  • 7e2fdd4 Release 9.2.0
  • 8c57382 Merge pull request #2217 from reduxjs/feature/react-19-devdep-cleanup
  • d23509b Exclude stray dist folders and website from tsconfig
  • b275a32 Eliminate other stray React import
  • 3ba9838 Drop unused Babel devdeps
  • 1a81c41 Merge pull request #2216 from reduxjs/migrate-to-react-19
  • c58e397 Migrate to React 19
  • e08518a Fix act related issues in test/hooks/useSelector.spec.tsx
  • 1cd1385 Update hoist-non-react-statics implementation
  • a1fc886 Fix type of innerMapStateToProps in Provider.spec.tsx
  • Additional commits viewable in compare view

Updates @contentful/app-scripts from 1.30.1 to 1.32.2

Release notes

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

@​contentful/app-scripts@​1.32.2

1.32.2 (2025-01-03)

Bug Fixes

  • only set default src when creating app def if a frontend location is specified [EXT-5935] (#2279) (959361e)

@​contentful/app-scripts@​1.32.1

1.32.1 (2025-01-03)

Bug Fixes

  • bump app-scripts to force axios update to be released properly [ZEND-5779] (#2278) (4d7c6c3)
  • deps: bump contentful-management from 11.40.2 to 11.40.3 (#2276) (c77e0ae)
  • deps: bump esbuild from 0.24.0 to 0.24.1 (#2266) (211da27)
  • deps: bump esbuild from 0.24.1 to 0.24.2 (#2270) (93ecdee)
  • deps: bump ignore from 6.0.2 to 7.0.0 (#2272) (b0a79c7)

@​contentful/app-scripts@​1.32.0

1.32.0 (2024-12-17)

Bug Fixes

  • deps: bump contentful-management from 11.40.0 to 11.40.1 (#2249) (b8940e1)
  • deps: bump contentful-management from 11.40.1 to 11.40.2 (#2251) (37f03d2)
  • deps: bump dotenv from 16.4.6 to 16.4.7 (#2250) (54d366c)

Features

@​contentful/app-scripts@​1.31.1

1.31.1 (2024-12-03)

Bug Fixes

  • batch requests to get app definitions in upload script [] (#2248) (89a09c8)
  • deps: bump contentful-management from 11.39.1 to 11.39.2 (#2229) (ea40db0)
  • deps: bump contentful-management from 11.39.2 to 11.40.0 (#2240) (046f754)
  • deps: bump dotenv from 16.4.5 to 16.4.6 (#2246) (af968a0)

@​contentful/app-scripts@​1.31.0

1.31.0 (2024-11-22)

... (truncated)

Changelog

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

1.32.2 (2025-01-03)

Bug Fixes

  • only set default src when creating app def if a frontend location is specified [EXT-5935] (#2279) (959361e)

1.32.1 (2025-01-03)

Bug Fixes

  • bump app-scripts to force axios update to be released properly [ZEND-5779] (#2278) (4d7c6c3)
  • deps: bump contentful-management from 11.40.2 to 11.40.3 (#2276) (c77e0ae)
  • deps: bump esbuild from 0.24.0 to 0.24.1 (#2266) (211da27)
  • deps: bump esbuild from 0.24.1 to 0.24.2 (#2270) (93ecdee)
  • deps: bump ignore from 6.0.2 to 7.0.0 (#2272) (b0a79c7)

1.32.0 (2024-12-17)

Bug Fixes

  • deps: bump contentful-management from 11.40.0 to 11.40.1 (#2249) (b8940e1)
  • deps: bump contentful-management from 11.40.1 to 11.40.2 (#2251) (37f03d2)
  • deps: bump dotenv from 16.4.6 to 16.4.7 (#2250) (54d366c)

Features

1.31.1 (2024-12-03)

Bug Fixes

  • batch requests to get app definitions in upload script [] (#2248) (89a09c8)
  • deps: bump contentful-management from 11.39.1 to 11.39.2 (#2229) (ea40db0)
  • deps: bump contentful-management from 11.39.2 to 11.40.0 (#2240) (046f754)
  • deps: bump dotenv from 16.4.5 to 16.4.6 (#2246) (af968a0)

1.31.0 (2024-11-22)

Bug Fixes

  • deps: bump contentful-management from 11.38.0 to 11.39.0 (#2221) (452627a)
  • deps: bump contentful-management from 11.39.0 to 11.39.1 (#2224) (d145fa7)

Features

1.30.2 (2024-11-20)

... (truncated)

Commits
  • 5bc6d15 chore(release): release [skip ci]
  • 959361e fix: only set default src when creating app def if a frontend location is spe...
  • 8d5679e chore(release): release [skip ci]
  • 4d7c6c3 fix: bump app-scripts to force axios update to be released properly [ZEND-577...
  • c77e0ae fix(deps): bump contentful-management from 11.40.2 to 11.40.3 (#2276)
  • b0a79c7 fix(deps): bump ignore from 6.0.2 to 7.0.0 (#2272)
  • 93ecdee fix(deps): bump esbuild from 0.24.1 to 0.24.2 (#2270)
  • 211da27 fix(deps): bump esbuild from 0.24.0 to 0.24.1 (#2266)
  • 14a49c8 chore(release): release [skip ci]
  • de3ca4f feat: build-functions app script [EXT-5978] (#2264)
  • Additional commits viewable in compare view

Updates @playwright/test from 1.48.2 to 1.49.1

Release notes

Sourced from @​playwright/test's releases.

v1.49.1

Highlights

microsoft/playwright#33802 - [Bug]: Codegen's Clear button doesn't work if not recording microsoft/playwright#33806 - [Bug]: playwright hangs while waiting for pending navigations microsoft/playwright#33787 - [Bug]: VSC extension isn't capturing all entered text microsoft/playwright#33788 - [Regression]: Double clicking the steps in trace viewer doesn't filter actions microsoft/playwright#33772 - [Bug]: aria_snapshot generates invalid yaml when combined with an aria-label attribut microsoft/playwright#33791 - [Bug]: text input with number value raises "container is not iterable" with to_match_aria_snapshot microsoft/playwright#33644 - [Bug]: getByRole can't find element with the accessible name from label element when aria-labelledby is not valid microsoft/playwright#33660 - [Regression]: Unable to open Playwright UI in Dark Mode

Browser Versions

  • Chromium 131.0.6778.33
  • Mozilla Firefox 132.0
  • WebKit 18.2

This version was also tested against the following stable channels:

  • Google Chrome 130
  • Microsoft Edge 130

v1.49.0

Aria snapshots

New assertion expect(locator).toMatchAriaSnapshot() verifies page structure by comparing to an expected accessibility tree, represented as YAML.

await page.goto('https://playwright.dev');
await expect(page.locator('body')).toMatchAriaSnapshot(`
  - banner:
    - heading /Playwright enables reliable/ [level=1]
    - link "Get started"
    - link "Star microsoft/playwright on GitHub"
  - main:
    - img "Browsers (Chromium, Firefox, WebKit)"
    - heading "Any browser • Any platform • One API"
`);

You can generate this assertion with Test Generator and update the expected snapshot with --update-snapshots command line flag.

Learn more in the aria snapshots guide.

Test runner

... (truncated)

Commits
  • 88bc8af chore: mark v1.49.1 (#33921)
  • 9e855d5 cherry-pick(#33821): fix(recorder): allow clearing when recording is disabled...
  • 9365eb5 cherry-pick(#33834): fix: do not stall waiting for pending navigations after ...
  • f92b233 cherry-pick(#33822): fix(codegen): do not reset current tool upon clearing hi...
  • 008722b cherry-pick(#33797): fix(trace): in indexTree check isVisible before addi...
  • 1dc8b3c cherry-pick(#33746): chore: pin typescript while vue-tsc is broken
  • fbc770c cherry-pick(#33793): fix(aria): escape even more yaml (#33795)
  • 1046fe0 cherry-pick(#33753): docs: update extensions doc for new headless
  • 1781bf3 cherry-pick(#33706): docs: release notes for languages v1.49
  • b52a210 cherry-pick(#33712): docs(python): add LocatorAssertions.NotToMatchAriaSnapshot
  • Additional commits viewable in compare view

Updates @testing-library/react from 16.0.1 to 16.2.0

Release notes

Sourced from @​testing-library/react's releases.

v16.2.0

16.2.0 (2025-01-15)

Features

v16.1.0

16.1.0 (2024-12-05)

Features

Commits

Updates @testing-library/user-event from 14.5.2 to 14.6.0

Release notes

Sourced from @​testing-library/user-event's releases.

v14.6.0

14.6.0 (2025-01-15)

Features

Bug Fixes

  • clipboard: await DataTransferItem.getAsString() callback (#1251) (7b11b0e)
  • event: assign pointer coords to MouseEvent (#1039) (8528972)
  • pointer: check PointerCoords.x in isDifferentPointerPosition (#1216) (75edef5)
  • pointer: check all fields of PointerCoords in isDifferentPointerPosition() (#1229) (5f3d28f)
Commits
  • 5f3d28f fix(pointer): check all fields of PointerCoords in `isDifferentPointerPosit...
  • 75edef5 fix(pointer): check PointerCoords.x in isDifferentPointerPosition (#1216)
  • 8528972 fix(event): assign pointer coords to MouseEvent (#1039)
  • 7b11b0e fix(clipboard): await DataTransferItem.getAsString() callback (#1251)
  • 1ed8b15 feat: dispatch FocusEvent in hidden documents (#1252)
  • 63f7468 docs: add remcovaes as a contributor for bug (#1250)
  • 139d18f test: reset DTL asyncWrapper before asserting setTimeout calls
  • a76db96 chore: add TODO to update updateSelectionOnFocus
  • 57c9b65 chore: add TODO to simulate FocusEvent in browsers
  • 5057e39 test: convert flaky assertion on \<input type="file"/> to TODO
  • Additional commits viewable in

…9 updates

Bumps the js-dependencies group with 18 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@contentful/f36-components](https://github.com/contentful/forma-36) | `4.74.1` | `4.77.3` |
| @contentful/f36-tokens | `4.1.0` | `4.2.0` |
| [@contentful/field-editor-slug](https://github.com/contentful/field-editors) | `1.5.12` | `1.5.16` |
| [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) | `2.3.0` | `2.5.0` |
| [contentful-management](https://github.com/contentful/contentful-management.js) | `11.37.0` | `11.42.0` |
| [contentful-rich-text-html-parser](https://github.com/oleast/contentful-rich-text-html-parser) | `1.5.15` | `1.7.0` |
| [marked](https://github.com/markedjs/marked) | `15.0.1` | `15.0.6` |
| [papaparse](https://github.com/mholt/PapaParse) | `5.4.1` | `5.5.1` |
| [react-redux](https://github.com/reduxjs/react-redux) | `9.1.2` | `9.2.0` |
| [@contentful/app-scripts](https://github.com/contentful/create-contentful-app/tree/HEAD/packages/contentful--app-scripts) | `1.30.1` | `1.32.2` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.48.2` | `1.49.1` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.0.1` | `16.2.0` |
| [@testing-library/user-event](https://github.com/testing-library/user-event) | `14.5.2` | `14.6.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.9.0` | `22.10.7` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `4.3.3` | `4.3.4` |
| [husky](https://github.com/typicode/husky) | `9.1.6` | `9.1.7` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `15.2.10` | `15.4.1` |
| [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.4.2` |



Updates `@contentful/f36-components` from 4.74.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/f36-components@4.74.1...@contentful/f36-components@4.77.3)

Updates `@contentful/f36-tokens` from 4.1.0 to 4.2.0

Updates `@contentful/field-editor-slug` from 1.5.12 to 1.5.16
- [Release notes](https://github.com/contentful/field-editors/releases)
- [Commits](https://github.com/contentful/field-editors/compare/@contentful/field-editor-slug@1.5.12...@contentful/field-editor-slug@1.5.16)

Updates `@reduxjs/toolkit` from 2.3.0 to 2.5.0
- [Release notes](https://github.com/reduxjs/redux-toolkit/releases)
- [Commits](reduxjs/redux-toolkit@v2.3.0...v2.5.0)

Updates `contentful-management` from 11.37.0 to 11.42.0
- [Release notes](https://github.com/contentful/contentful-management.js/releases)
- [Changelog](https://github.com/contentful/contentful-management.js/blob/master/CHANGELOG.md)
- [Commits](contentful/contentful-management.js@v11.37.0...v11.42.0)

Updates `contentful-rich-text-html-parser` from 1.5.15 to 1.7.0
- [Release notes](https://github.com/oleast/contentful-rich-text-html-parser/releases)
- [Changelog](https://github.com/oleast/contentful-rich-text-html-parser/blob/main/.releaserc.mjs)
- [Commits](oleast/contentful-rich-text-html-parser@v1.5.15...v1.7.0)

Updates `marked` from 15.0.1 to 15.0.6
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](markedjs/marked@v15.0.1...v15.0.6)

Updates `papaparse` from 5.4.1 to 5.5.1
- [Release notes](https://github.com/mholt/PapaParse/releases)
- [Commits](https://github.com/mholt/PapaParse/commits)

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 `@contentful/app-scripts` from 1.30.1 to 1.32.2
- [Release notes](https://github.com/contentful/create-contentful-app/releases)
- [Changelog](https://github.com/contentful/create-contentful-app/blob/main/packages/contentful--app-scripts/CHANGELOG.md)
- [Commits](https://github.com/contentful/create-contentful-app/commits/@contentful/app-scripts@1.32.2/packages/contentful--app-scripts)

Updates `@playwright/test` from 1.48.2 to 1.49.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.48.2...v1.49.1)

Updates `@testing-library/react` from 16.0.1 to 16.2.0
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v16.0.1...v16.2.0)

Updates `@testing-library/user-event` from 14.5.2 to 14.6.0
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md)
- [Commits](testing-library/user-event@v14.5.2...v14.6)

Updates `@types/node` from 22.9.0 to 22.10.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@vitejs/plugin-react` from 4.3.3 to 4.3.4
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/v4.3.4/packages/plugin-react)

Updates `husky` from 9.1.6 to 9.1.7
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v9.1.6...v9.1.7)

Updates `lint-staged` from 15.2.10 to 15.4.1
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.2.10...v15.4.1)

Updates `playwright` from 1.48.2 to 1.49.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.48.2...v1.49.1)

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)

---
updated-dependencies:
- dependency-name: "@contentful/f36-components"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: "@contentful/f36-tokens"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: "@contentful/field-editor-slug"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: js-dependencies
- dependency-name: "@reduxjs/toolkit"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: contentful-management
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: contentful-rich-text-html-parser
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: marked
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: js-dependencies
- dependency-name: papaparse
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: react-redux
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: "@contentful/app-scripts"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: "@testing-library/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: "@testing-library/user-event"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: "@vitejs/plugin-react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: js-dependencies
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: js-dependencies
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: playwright
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 20, 2025
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