Skip to content

Tags: contentful/contentful-import

Tags

v9.4.61

Toggle v9.4.61's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): Bump eslint from 8.57.0 to 8.57.1 (#1223)

Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 8.57.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/eslint/eslint/releases">eslint's
releases</a>.</em></p>
<blockquote>
<h2>v8.57.1</h2>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/a19072f9f17ea8266bc66193e5f8a4bf1368835d"><code>a19072f</code></a>
fix: add logic to handle fixTypes in the lintText() method (<a
href="https://redirect.github.com/eslint/eslint/issues/18900">#18900</a>)
(Francesco Trotta)</li>
<li><a
href="https://github.com/eslint/eslint/commit/04c718865b75a95ebfc4d429b8c9fad773228624"><code>04c7188</code></a>
fix: Don't lint same file multiple times (<a
href="https://redirect.github.com/eslint/eslint/issues/18899">#18899</a>)
(Francesco Trotta)</li>
<li><a
href="https://github.com/eslint/eslint/commit/87ec3c49dd23ab8892bc19aae711292d03a73483"><code>87ec3c4</code></a>
fix: do not throw when defining a global named
<code>__defineSetter__</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18898">#18898</a>)
(Francesco Trotta)</li>
<li><a
href="https://github.com/eslint/eslint/commit/60a12676878c3fe0623c3b93e7565f003daac5f0"><code>60a1267</code></a>
fix: Provide helpful error message for nullish configs (<a
href="https://redirect.github.com/eslint/eslint/issues/18889">#18889</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/a0dea8ee01cc4c1b65927562afd3a46418573a02"><code>a0dea8e</code></a>
fix: allow <code>name</code> in global ignores, fix
<code>--no-ignore</code> for non-global (<a
href="https://redirect.github.com/eslint/eslint/issues/18875">#18875</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/3836bb48d3f12058ec36c2edf2ca1b50eb1c923b"><code>3836bb4</code></a>
fix: do not crash on error in <code>fs.walk</code> filter (<a
href="https://redirect.github.com/eslint/eslint/issues/18886">#18886</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/2dec349199df4cba1554172ad38163cc09ad0a52"><code>2dec349</code></a>
fix: skip processor code blocks that match only universal patterns (<a
href="https://redirect.github.com/eslint/eslint/issues/18880">#18880</a>)
(Milos Djermanovic)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/6a5add41e80941c7253b56b02815ac316e583006"><code>6a5add4</code></a>
docs: v8.x Add EOL banner (<a
href="https://redirect.github.com/eslint/eslint/issues/18744">#18744</a>)
(Amaresh S M)</li>
<li><a
href="https://github.com/eslint/eslint/commit/b034575978e3bb57e2edca0d2dc547c7a3abc928"><code>b034575</code></a>
docs: v8.x add version support page to the dropdown (<a
href="https://redirect.github.com/eslint/eslint/issues/18731">#18731</a>)
(Amaresh S M)</li>
<li><a
href="https://github.com/eslint/eslint/commit/760ef7d9dbd7b615ccbdc20f02cbc05dbabbada8"><code>760ef7d</code></a>
docs: v8.x add version support page in the side navbar (<a
href="https://redirect.github.com/eslint/eslint/issues/18740">#18740</a>)
(Amaresh S M)</li>
<li><a
href="https://github.com/eslint/eslint/commit/428b7ea0a9c086b7d8afa0adb629b09d7347d41d"><code>428b7ea</code></a>
docs: Add Powered by Algolia label to the search (<a
href="https://redirect.github.com/eslint/eslint/issues/18658">#18658</a>)
(Amaresh S M)</li>
<li><a
href="https://github.com/eslint/eslint/commit/c68c07ff44c180952e93c6f2c860079db6291b29"><code>c68c07f</code></a>
docs: version selectors synchronization (<a
href="https://redirect.github.com/eslint/eslint/issues/18265">#18265</a>)
(Milos Djermanovic)</li>
</ul>
<h2>Build Related</h2>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/35d366aed6e8ab0cfa8f9c9bac4656e3784c11f6"><code>35d366a</code></a>
build: Support updates to previous major versions (<a
href="https://redirect.github.com/eslint/eslint/issues/18870">#18870</a>)
(Milos Djermanovic)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/140ec4569fda5a974b6964242b0b2991828a5567"><code>140ec45</code></a>
chore: upgrade <code>@​eslint/js</code><a
href="https://github.com/8"><code>@​8</code></a>.57.1 (<a
href="https://redirect.github.com/eslint/eslint/issues/18913">#18913</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/bcdfc04a69c53dbf1fc3d38603fe0a796bf2274d"><code>bcdfc04</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
<li><a
href="https://github.com/eslint/eslint/commit/3f6ce8d6b74aba0d645448e898f271825eeb9630"><code>3f6ce8d</code></a>
chore: pin vite-plugin-commonjs@0.10.1 (<a
href="https://redirect.github.com/eslint/eslint/issues/18910">#18910</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/9f0754979527d05cd0abb2ea7ab1c3563fb4a361"><code>9f07549</code></a>
chore: ignore <code>/docs/v8.x</code> in link checker (<a
href="https://redirect.github.com/eslint/eslint/issues/18660">#18660</a>)
(Milos Djermanovic)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md">eslint's
changelog</a>.</em></p>
<blockquote>
<p>v8.57.1 - September 16, 2024</p>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/140ec4569fda5a974b6964242b0b2991828a5567"><code>140ec45</code></a>
chore: upgrade <code>@​eslint/js</code><a
href="https://github.com/8"><code>@​8</code></a>.57.1 (<a
href="https://redirect.github.com/eslint/eslint/issues/18913">#18913</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/bcdfc04a69c53dbf1fc3d38603fe0a796bf2274d"><code>bcdfc04</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
<li><a
href="https://github.com/eslint/eslint/commit/3f6ce8d6b74aba0d645448e898f271825eeb9630"><code>3f6ce8d</code></a>
chore: pin vite-plugin-commonjs@0.10.1 (<a
href="https://redirect.github.com/eslint/eslint/issues/18910">#18910</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/a19072f9f17ea8266bc66193e5f8a4bf1368835d"><code>a19072f</code></a>
fix: add logic to handle fixTypes in the lintText() method (<a
href="https://redirect.github.com/eslint/eslint/issues/18900">#18900</a>)
(Francesco Trotta)</li>
<li><a
href="https://github.com/eslint/eslint/commit/04c718865b75a95ebfc4d429b8c9fad773228624"><code>04c7188</code></a>
fix: Don't lint same file multiple times (<a
href="https://redirect.github.com/eslint/eslint/issues/18899">#18899</a>)
(Francesco Trotta)</li>
<li><a
href="https://github.com/eslint/eslint/commit/87ec3c49dd23ab8892bc19aae711292d03a73483"><code>87ec3c4</code></a>
fix: do not throw when defining a global named
<code>__defineSetter__</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18898">#18898</a>)
(Francesco Trotta)</li>
<li><a
href="https://github.com/eslint/eslint/commit/60a12676878c3fe0623c3b93e7565f003daac5f0"><code>60a1267</code></a>
fix: Provide helpful error message for nullish configs (<a
href="https://redirect.github.com/eslint/eslint/issues/18889">#18889</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/35d366aed6e8ab0cfa8f9c9bac4656e3784c11f6"><code>35d366a</code></a>
build: Support updates to previous major versions (<a
href="https://redirect.github.com/eslint/eslint/issues/18870">#18870</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/a0dea8ee01cc4c1b65927562afd3a46418573a02"><code>a0dea8e</code></a>
fix: allow <code>name</code> in global ignores, fix
<code>--no-ignore</code> for non-global (<a
href="https://redirect.github.com/eslint/eslint/issues/18875">#18875</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/3836bb48d3f12058ec36c2edf2ca1b50eb1c923b"><code>3836bb4</code></a>
fix: do not crash on error in <code>fs.walk</code> filter (<a
href="https://redirect.github.com/eslint/eslint/issues/18886">#18886</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/2dec349199df4cba1554172ad38163cc09ad0a52"><code>2dec349</code></a>
fix: skip processor code blocks that match only universal patterns (<a
href="https://redirect.github.com/eslint/eslint/issues/18880">#18880</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/6a5add41e80941c7253b56b02815ac316e583006"><code>6a5add4</code></a>
docs: v8.x Add EOL banner (<a
href="https://redirect.github.com/eslint/eslint/issues/18744">#18744</a>)
(Amaresh S M)</li>
<li><a
href="https://github.com/eslint/eslint/commit/b034575978e3bb57e2edca0d2dc547c7a3abc928"><code>b034575</code></a>
docs: v8.x add version support page to the dropdown (<a
href="https://redirect.github.com/eslint/eslint/issues/18731">#18731</a>)
(Amaresh S M)</li>
<li><a
href="https://github.com/eslint/eslint/commit/760ef7d9dbd7b615ccbdc20f02cbc05dbabbada8"><code>760ef7d</code></a>
docs: v8.x add version support page in the side navbar (<a
href="https://redirect.github.com/eslint/eslint/issues/18740">#18740</a>)
(Amaresh S M)</li>
<li><a
href="https://github.com/eslint/eslint/commit/428b7ea0a9c086b7d8afa0adb629b09d7347d41d"><code>428b7ea</code></a>
docs: Add Powered by Algolia label to the search (<a
href="https://redirect.github.com/eslint/eslint/issues/18658">#18658</a>)
(Amaresh S M)</li>
<li><a
href="https://github.com/eslint/eslint/commit/9f0754979527d05cd0abb2ea7ab1c3563fb4a361"><code>9f07549</code></a>
chore: ignore <code>/docs/v8.x</code> in link checker (<a
href="https://redirect.github.com/eslint/eslint/issues/18660">#18660</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/c68c07ff44c180952e93c6f2c860079db6291b29"><code>c68c07f</code></a>
docs: version selectors synchronization (<a
href="https://redirect.github.com/eslint/eslint/issues/18265">#18265</a>)
(Milos Djermanovic)</li>
</ul>
<p>v9.10.0 - September 6, 2024</p>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/24c3ff7d0c0bd8b98994e04f0870cbec94c5801d"><code>24c3ff7</code></a>
chore: upgrade to <code>@​eslint/js</code><a
href="https://github.com/9"><code>@​9</code></a>.10.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/18866">#18866</a>)
(Francesco Trotta)</li>
<li><a
href="https://github.com/eslint/eslint/commit/1ebdde1cf2793b12c2e9417ce428ae3326ce8ea3"><code>1ebdde1</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
<li><a
href="https://github.com/eslint/eslint/commit/301b90df0c032c62d00ba377fefadc5c99b55bf4"><code>301b90d</code></a>
feat: Add types (<a
href="https://redirect.github.com/eslint/eslint/issues/18854">#18854</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/bee0e7a5f55717d029258c99864df356c9745692"><code>bee0e7a</code></a>
docs: update README (<a
href="https://redirect.github.com/eslint/eslint/issues/18865">#18865</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/bcf0df55c2c151d018083dd126e55dfdb62a3e78"><code>bcf0df5</code></a>
feat: limit namespace import identifier in id-length rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18849">#18849</a>)
(ChaedongIm)</li>
<li><a
href="https://github.com/eslint/eslint/commit/45c18e108efd23b4ed2d6bb55e4e2f92620d7f09"><code>45c18e1</code></a>
feat: add <code>requireFlag</code> option to
<code>require-unicode-regexp</code> rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18836">#18836</a>)
(Brett Zamir)</li>
<li><a
href="https://github.com/eslint/eslint/commit/5d80b5952056edf1a17bf4bfae30270fc7e7a9bd"><code>5d80b59</code></a>
docs: specify that <code>ruleId</code> can be <code>null</code> in
custom formatter docs (<a
href="https://redirect.github.com/eslint/eslint/issues/18857">#18857</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/156b1c3037b616ff13eced5652f94784ebbe0e89"><code>156b1c3</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="https://github.com/eslint/eslint/commit/e8fc5bd3daae5aa52f90466236f467a075a10c91"><code>e8fc5bd</code></a>
chore: update dependency <code>@​eslint/core</code> to ^0.5.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/18848">#18848</a>)
(renovate[bot])</li>
<li><a
href="https://github.com/eslint/eslint/commit/343f99216096f1db955766870e35d92d5a121448"><code>343f992</code></a>
refactor: don't use <code>node.value</code> when removing unused
directives (<a
href="https://redirect.github.com/eslint/eslint/issues/18835">#18835</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/183b459b72be5c1e359985b1584f73421dfb1484"><code>183b459</code></a>
feat: add error message for duplicate flags in
<code>no-invalid-regexp</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18837">#18837</a>)
(Tanuj Kanti)</li>
<li><a
href="https://github.com/eslint/eslint/commit/f6fdef9df4b1d4d07bb84c38d56ab2595fbb7e11"><code>f6fdef9</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="https://github.com/eslint/eslint/commit/c69b40667a288bed1290b34b37387dc671295bb0"><code>c69b406</code></a>
feat: report duplicate allowed flags in <code>no-invalid-regexp</code>
(<a
href="https://redirect.github.com/eslint/eslint/issues/18754">#18754</a>)
(Tanuj Kanti)</li>
<li><a
href="https://github.com/eslint/eslint/commit/a20c870744824943e213e08ca52514ac10882fdb"><code>a20c870</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="https://github.com/eslint/eslint/commit/90e699bd9d76139ed0aeb3894839b2d4856b4a72"><code>90e699b</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="https://github.com/eslint/eslint/commit/3db18b0b6733aa1d083bf55967735e5ff4195c6c"><code>3db18b0</code></a>
refactor: Extract FileContext into class (<a
href="https://redirect.github.com/eslint/eslint/issues/18831">#18831</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/931d650b3754c4323a19f6d259a96a5098c7c3eb"><code>931d650</code></a>
refactor: Use <code>@​eslint/plugin-kit</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18822">#18822</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/ed5cf0c6a91032ca51a867e619c9dc7bc70ea554"><code>ed5cf0c</code></a>
chore: update dependency <code>@​eslint/json</code> to ^0.4.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/18829">#18829</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/d1f0831bac173fe3e6e81ff95c5abdbf95b02b65"><code>d1f0831</code></a>
chore: added missing ids (<a
href="https://redirect.github.com/eslint/eslint/issues/18817">#18817</a>)
(Strek)</li>
<li><a
href="https://github.com/eslint/eslint/commit/ec928136576572a6841d238b7e41ac976d27c687"><code>ec92813</code></a>
refactor: Config class (<a
href="https://redirect.github.com/eslint/eslint/issues/18763">#18763</a>)
(Nicholas C. Zakas)</li>
</ul>
<p>v9.9.1 - August 23, 2024</p>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/b0c34d04b1ac1e56609209db2f9b18a6c05a198d"><code>b0c34d0</code></a>
chore: upgrade to <code>@​eslint/js</code><a
href="https://github.com/9"><code>@​9</code></a>.9.1 (<a
href="https://redirect.github.com/eslint/eslint/issues/18809">#18809</a>)
(Francesco Trotta)</li>
<li><a
href="https://github.com/eslint/eslint/commit/cd5a0daa24b7ab019c42d64da478c84cc4d32c34"><code>cd5a0da</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
<li><a
href="https://github.com/eslint/eslint/commit/4840930b9d8b6aa3578fe234180425e9060ceeca"><code>4840930</code></a>
docs: Update README with version support and clean up content (<a
href="https://redirect.github.com/eslint/eslint/issues/18804">#18804</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/f61f40d8a68b27ad1ff96c019ac41d4e958961a4"><code>f61f40d</code></a>
docs: Update globals examples (<a
href="https://redirect.github.com/eslint/eslint/issues/18805">#18805</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/e1126423db08a29a6cdf39626110fd29186785f0"><code>e112642</code></a>
refactor: Extract parsing logic from Linter (<a
href="https://redirect.github.com/eslint/eslint/issues/18790">#18790</a>)
(Nicholas C. Zakas)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/5b9414c501c58bfa85f41f96f821973c41e8ae74"><code>5b9414c</code></a>
8.57.1</li>
<li><a
href="https://github.com/eslint/eslint/commit/f66806ddb37d7e8af92536d84910f0fa15f2ef3e"><code>f66806d</code></a>
Build: changelog update for 8.57.1</li>
<li><a
href="https://github.com/eslint/eslint/commit/140ec4569fda5a974b6964242b0b2991828a5567"><code>140ec45</code></a>
chore: upgrade <code>@​eslint/js</code><a
href="https://github.com/8"><code>@​8</code></a>.57.1 (<a
href="https://redirect.github.com/eslint/eslint/issues/18913">#18913</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/bcdfc04a69c53dbf1fc3d38603fe0a796bf2274d"><code>bcdfc04</code></a>
chore: package.json update for <code>@​eslint/js</code> release</li>
<li><a
href="https://github.com/eslint/eslint/commit/3f6ce8d6b74aba0d645448e898f271825eeb9630"><code>3f6ce8d</code></a>
chore: pin vite-plugin-commonjs@0.10.1 (<a
href="https://redirect.github.com/eslint/eslint/issues/18910">#18910</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/a19072f9f17ea8266bc66193e5f8a4bf1368835d"><code>a19072f</code></a>
fix: add logic to handle fixTypes in the lintText() method (<a
href="https://redirect.github.com/eslint/eslint/issues/18900">#18900</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/04c718865b75a95ebfc4d429b8c9fad773228624"><code>04c7188</code></a>
fix: Don't lint same file multiple times (<a
href="https://redirect.github.com/eslint/eslint/issues/18899">#18899</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/87ec3c49dd23ab8892bc19aae711292d03a73483"><code>87ec3c4</code></a>
fix: do not throw when defining a global named
<code>__defineSetter__</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18898">#18898</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/60a12676878c3fe0623c3b93e7565f003daac5f0"><code>60a1267</code></a>
fix: Provide helpful error message for nullish configs (<a
href="https://redirect.github.com/eslint/eslint/issues/18889">#18889</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/35d366aed6e8ab0cfa8f9c9bac4656e3784c11f6"><code>35d366a</code></a>
build: Support updates to previous major versions (<a
href="https://redirect.github.com/eslint/eslint/issues/18870">#18870</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/eslint/eslint/compare/v8.57.0...v8.57.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=8.57.0&new-version=8.57.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v9.4.60

Toggle v9.4.60's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): Bump contentful-management from 11.35.0 to 11.35.1 (#1236)

Bumps
[contentful-management](https://github.com/contentful/contentful-management.js)
from 11.35.0 to 11.35.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/contentful/contentful-management.js/releases">contentful-management's
releases</a>.</em></p>
<blockquote>
<h2>v11.35.1</h2>
<h2><a
href="https://github.com/contentful/contentful-management.js/compare/v11.35.0...v11.35.1">11.35.1</a>
(2024-09-26)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>align types to API and normalize naming (<a
href="https://redirect.github.com/contentful/contentful-management.js/issues/2375">#2375</a>)
(<a
href="https://github.com/contentful/contentful-management.js/commit/d2ed40103535fd80d1650ffdc5e37d726807d2a4">d2ed401</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/contentful/contentful-management.js/commit/d2ed40103535fd80d1650ffdc5e37d726807d2a4"><code>d2ed401</code></a>
fix: align types to API and normalize naming (<a
href="https://redirect.github.com/contentful/contentful-management.js/issues/2375">#2375</a>)</li>
<li>See full diff in <a
href="https://github.com/contentful/contentful-management.js/compare/v11.35.0...v11.35.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=contentful-management&package-manager=npm_and_yarn&previous-version=11.35.0&new-version=11.35.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v9.4.59

Toggle v9.4.59's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): Bump contentful-management from 11.31.4 to 11.35.0 (#1230)

Bumps
[contentful-management](https://github.com/contentful/contentful-management.js)
from 11.31.4 to 11.35.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/contentful/contentful-management.js/releases">contentful-management's
releases</a>.</em></p>
<blockquote>
<h2>v11.35.0</h2>
<h1><a
href="https://github.com/contentful/contentful-management.js/compare/v11.34.0...v11.35.0">11.35.0</a>
(2024-09-18)</h1>
<h3>Features</h3>
<ul>
<li>add resource methods [DANTE-1405] (<a
href="https://redirect.github.com/contentful/contentful-management.js/issues/2436">#2436</a>)
(<a
href="https://github.com/contentful/contentful-management.js/commit/dd4e663e3615dec497672dad3bd126330684a1fc">dd4e663</a>)</li>
</ul>
<h2>v11.34.0</h2>
<h1><a
href="https://github.com/contentful/contentful-management.js/compare/v11.33.0...v11.34.0">11.34.0</a>
(2024-09-16)</h1>
<h3>Features</h3>
<ul>
<li>add Resource Type to contentful-management [DANTE-1832] (<a
href="https://redirect.github.com/contentful/contentful-management.js/issues/2429">#2429</a>)
(<a
href="https://github.com/contentful/contentful-management.js/commit/8fa939907a2cf05ce054a8bd9ce43c2170af8143">8fa9399</a>)</li>
</ul>
<h2>v11.33.0</h2>
<h1><a
href="https://github.com/contentful/contentful-management.js/compare/v11.32.0...v11.33.0">11.33.0</a>
(2024-08-30)</h1>
<h3>Features</h3>
<ul>
<li>add resourceProvider methods [DANTE-1405] (<a
href="https://redirect.github.com/contentful/contentful-management.js/issues/2415">#2415</a>)
(<a
href="https://github.com/contentful/contentful-management.js/commit/d0b52473938ee8f69c7e5837f8d6fce0fbfa458c">d0b5247</a>)</li>
</ul>
<h2>v11.32.0</h2>
<h1><a
href="https://github.com/contentful/contentful-management.js/compare/v11.31.9...v11.32.0">11.32.0</a>
(2024-08-29)</h1>
<h3>Features</h3>
<ul>
<li>adds function-invocation to app action type [EXT-5324] (<a
href="https://redirect.github.com/contentful/contentful-management.js/issues/2423">#2423</a>)
(<a
href="https://github.com/contentful/contentful-management.js/commit/c7292344c230ad9228f06028bdb06f26d7d1f771">c729234</a>)</li>
</ul>
<h2>v11.31.9</h2>
<h2><a
href="https://github.com/contentful/contentful-management.js/compare/v11.31.8...v11.31.9">11.31.9</a>
(2024-08-27)</h2>
<h2>v11.31.8</h2>
<h2><a
href="https://github.com/contentful/contentful-management.js/compare/v11.31.7...v11.31.8">11.31.8</a>
(2024-08-23)</h2>
<h2>v11.31.7</h2>
<h2><a
href="https://github.com/contentful/contentful-management.js/compare/v11.31.6...v11.31.7">11.31.7</a>
(2024-08-22)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> group update vulnerable dependencies [NONE]
(<a
href="https://redirect.github.com/contentful/contentful-management.js/issues/2416">#2416</a>)
(<a
href="https://github.com/contentful/contentful-management.js/commit/446bcf52df385ebb4d0b6469ae99e08407366df4">446bcf5</a>)</li>
</ul>
<h2>v11.31.6</h2>
<h2><a
href="https://github.com/contentful/contentful-management.js/compare/v11.31.5...v11.31.6">11.31.6</a>
(2024-08-17)</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/contentful/contentful-management.js/commit/dd4e663e3615dec497672dad3bd126330684a1fc"><code>dd4e663</code></a>
feat: add resource methods [DANTE-1405] (<a
href="https://redirect.github.com/contentful/contentful-management.js/issues/2436">#2436</a>)</li>
<li><a
href="https://github.com/contentful/contentful-management.js/commit/2b67208a55c1ac695f60cd80a27f62cee276cd25"><code>2b67208</code></a>
build(deps): bump the production-dependencies group across 1 directory
with 3...</li>
<li><a
href="https://github.com/contentful/contentful-management.js/commit/8fa939907a2cf05ce054a8bd9ce43c2170af8143"><code>8fa9399</code></a>
feat: add Resource Type to contentful-management [DANTE-1832] (<a
href="https://redirect.github.com/contentful/contentful-management.js/issues/2429">#2429</a>)</li>
<li><a
href="https://github.com/contentful/contentful-management.js/commit/0b429253dd5b1d3c0b6ec00ab36dcace6f11bdea"><code>0b42925</code></a>
build(deps-dev): bump type-fest in the dev-dependencies group (<a
href="https://redirect.github.com/contentful/contentful-management.js/issues/2433">#2433</a>)</li>
<li><a
href="https://github.com/contentful/contentful-management.js/commit/acbe3832bb4195068b5bf323c21cda3be2e1e06d"><code>acbe383</code></a>
build(deps-dev): bump the dev-dependencies group across 1 directory with
2 up...</li>
<li><a
href="https://github.com/contentful/contentful-management.js/commit/d0b52473938ee8f69c7e5837f8d6fce0fbfa458c"><code>d0b5247</code></a>
feat: add resourceProvider methods [DANTE-1405] (<a
href="https://redirect.github.com/contentful/contentful-management.js/issues/2415">#2415</a>)</li>
<li><a
href="https://github.com/contentful/contentful-management.js/commit/6cbd7a41a2c5f792f647ee3b5c48f17ec6b05311"><code>6cbd7a4</code></a>
build(deps-dev): bump <code>@​babel/cli</code> in the dev-dependencies
group (<a
href="https://redirect.github.com/contentful/contentful-management.js/issues/2425">#2425</a>)</li>
<li><a
href="https://github.com/contentful/contentful-management.js/commit/c7292344c230ad9228f06028bdb06f26d7d1f771"><code>c729234</code></a>
feat: adds function-invocation to app action type [EXT-5324] (<a
href="https://redirect.github.com/contentful/contentful-management.js/issues/2423">#2423</a>)</li>
<li><a
href="https://github.com/contentful/contentful-management.js/commit/ba137b18c00953e59b852b4eeec127638f7e059e"><code>ba137b1</code></a>
build(deps-dev): bump <code>@​types/node</code> from 20.16.1 to 20.16.2
(<a
href="https://redirect.github.com/contentful/contentful-management.js/issues/2422">#2422</a>)</li>
<li><a
href="https://github.com/contentful/contentful-management.js/commit/a3d5de227939b3d8e2eac6a7f3d7906085cfa78d"><code>a3d5de2</code></a>
build(deps-dev): bump the dev-dependencies group across 1 directory with
2 up...</li>
<li>Additional commits viewable in <a
href="https://github.com/contentful/contentful-management.js/compare/v11.31.4...v11.35.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=contentful-management&package-manager=npm_and_yarn&previous-version=11.31.4&new-version=11.35.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

[DANTE-1405]:
https://contentful.atlassian.net/browse/DANTE-1405?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
[DANTE-1832]:
https://contentful.atlassian.net/browse/DANTE-1832?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
[DANTE-1405]:
https://contentful.atlassian.net/browse/DANTE-1405?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v9.4.58

Toggle v9.4.58's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): Bump contentful-management from 11.31.3 to 11.31.4 (#1199)

Bumps
[contentful-management](https://github.com/contentful/contentful-management.js)
from 11.31.3 to 11.31.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/contentful/contentful-management.js/releases">contentful-management's
releases</a>.</em></p>
<blockquote>
<h2>v11.31.4</h2>
<h2><a
href="https://github.com/contentful/contentful-management.js/compare/v11.31.3...v11.31.4">11.31.4</a>
(2024-08-15)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>editor-defaults:</strong> typo in widget namespace attribute
(<a
href="https://redirect.github.com/contentful/contentful-management.js/issues/2403">#2403</a>)
(<a
href="https://github.com/contentful/contentful-management.js/commit/861dcadfe10edbae0edca0791667817a93d0b1d6">861dcad</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/contentful/contentful-management.js/commit/861dcadfe10edbae0edca0791667817a93d0b1d6"><code>861dcad</code></a>
fix(editor-defaults): typo in widget namespace attribute (<a
href="https://redirect.github.com/contentful/contentful-management.js/issues/2403">#2403</a>)</li>
<li><a
href="https://github.com/contentful/contentful-management.js/commit/76f06aa492786e57cc6534764d2d9bf27c362e5f"><code>76f06aa</code></a>
build(deps-dev): bump rimraf from 5.0.9 to 5.0.10 (<a
href="https://redirect.github.com/contentful/contentful-management.js/issues/2407">#2407</a>)</li>
<li><a
href="https://github.com/contentful/contentful-management.js/commit/1d0cfe9b5b27c4b5a471086eea77f3a75336c93c"><code>1d0cfe9</code></a>
build(deps-dev): bump the dev-dependencies group with 8 updates (<a
href="https://redirect.github.com/contentful/contentful-management.js/issues/2406">#2406</a>)</li>
<li>See full diff in <a
href="https://github.com/contentful/contentful-management.js/compare/v11.31.3...v11.31.4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=contentful-management&package-manager=npm_and_yarn&previous-version=11.31.3&new-version=11.31.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v9.4.57

Toggle v9.4.57's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: upgrade contentful-management to include axios vuln fix (#1198)

v9.4.56

Toggle v9.4.56's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1140 from contentful/fix/release

fix: use node 20 for release step in CI

v9.4.55

Toggle v9.4.55's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: default should be last in exports (#1112)

v9.4.54

Toggle v9.4.54's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): Bump joi from 17.12.2 to 17.12.3 (#1094)

Bumps [joi](https://github.com/hapijs/joi) from 17.12.2 to 17.12.3.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hapijs/joi/commit/554a437a5569015479887f69033bcd1357fb55d6"><code>554a437</code></a>
17.12.3</li>
<li><a
href="https://github.com/hapijs/joi/commit/0dfd48f96e659a98186d3bf75f6e6d5404bb669e"><code>0dfd48f</code></a>
fix: handle bigint in unique rule (<a
href="https://redirect.github.com/hapijs/joi/issues/3026">#3026</a>)</li>
<li>See full diff in <a
href="https://github.com/hapijs/joi/compare/v17.12.2...v17.12.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=joi&package-manager=npm_and_yarn&previous-version=17.12.2&new-version=17.12.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v9.4.53

Toggle v9.4.53's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): Bump contentful-management from 11.24.2 to 11.24.3 (#1091)

Bumps
[contentful-management](https://github.com/contentful/contentful-management.js)
from 11.24.2 to 11.24.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/contentful/contentful-management.js/releases">contentful-management's
releases</a>.</em></p>
<blockquote>
<h2>v11.24.3</h2>
<h2><a
href="https://github.com/contentful/contentful-management.js/compare/v11.24.2...v11.24.3">11.24.3</a>
(2024-03-26)</h2>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/contentful/contentful-management.js/commit/b95c8f2efeb63cef3b956d56466f6b709dc195eb"><code>b95c8f2</code></a>
build(deps): bump axios from 1.6.7 to 1.6.8 (<a
href="https://redirect.github.com/contentful/contentful-management.js/issues/2235">#2235</a>)</li>
<li><a
href="https://github.com/contentful/contentful-management.js/commit/fa61d74038038617b54560c7e235dff78c29bc73"><code>fa61d74</code></a>
build(deps-dev): bump bundlesize from 0.18.1 to 0.18.2 (<a
href="https://redirect.github.com/contentful/contentful-management.js/issues/2236">#2236</a>)</li>
<li><a
href="https://github.com/contentful/contentful-management.js/commit/771308a5293e803a83c2a27942fea2fe5edbbd43"><code>771308a</code></a>
build(deps-dev): bump <code>@​babel/preset-typescript</code> from 7.22.5
to 7.24.1 (<a
href="https://redirect.github.com/contentful/contentful-management.js/issues/2229">#2229</a>)</li>
<li><a
href="https://github.com/contentful/contentful-management.js/commit/2efc6252da05c67b0af06a48769bd8348bf5c878"><code>2efc625</code></a>
build(deps-dev): bump <code>@​babel/core</code> from 7.23.7 to 7.24.3
(<a
href="https://redirect.github.com/contentful/contentful-management.js/issues/2231">#2231</a>)</li>
<li><a
href="https://github.com/contentful/contentful-management.js/commit/23f824029d0af02b49ee9dae2d5210abf260f2fc"><code>23f8240</code></a>
build(deps-dev): bump <code>@​babel/preset-env</code> from 7.23.9 to
7.24.3 (<a
href="https://redirect.github.com/contentful/contentful-management.js/issues/2230">#2230</a>)</li>
<li><a
href="https://github.com/contentful/contentful-management.js/commit/f45817d445bb4266a3a5ec45387eb3c09ada135f"><code>f45817d</code></a>
build(deps-dev): bump <code>@​babel/eslint-parser</code> from 7.22.11 to
7.24.1 (<a
href="https://redirect.github.com/contentful/contentful-management.js/issues/2227">#2227</a>)</li>
<li>See full diff in <a
href="https://github.com/contentful/contentful-management.js/compare/v11.24.2...v11.24.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=contentful-management&package-manager=npm_and_yarn&previous-version=11.24.2&new-version=11.24.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v9.4.52

Toggle v9.4.52's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): Bump contentful-management from 11.24.0 to 11.24.2 (#1089)

Bumps
[contentful-management](https://github.com/contentful/contentful-management.js)
from 11.24.0 to 11.24.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/contentful/contentful-management.js/releases">contentful-management's
releases</a>.</em></p>
<blockquote>
<h2>v11.24.2</h2>
<h2><a
href="https://github.com/contentful/contentful-management.js/compare/v11.24.1...v11.24.2">11.24.2</a>
(2024-03-25)</h2>
<h2>v11.24.1</h2>
<h2><a
href="https://github.com/contentful/contentful-management.js/compare/v11.24.0...v11.24.1">11.24.1</a>
(2024-03-25)</h2>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/contentful/contentful-management.js/commit/c83c4cebbc59d002d3e26d7ce5d85a5ca32ab3c7"><code>c83c4ce</code></a>
build(deps): bump <code>@​contentful/rich-text-types</code> from 16.3.4
to 16.3.5 (<a
href="https://redirect.github.com/contentful/contentful-management.js/issues/2219">#2219</a>)</li>
<li><a
href="https://github.com/contentful/contentful-management.js/commit/f4dd020c214361d54f7956e448dfae35d1513d4e"><code>f4dd020</code></a>
build(deps): bump type-fest from 4.11.1 to 4.14.0 (<a
href="https://redirect.github.com/contentful/contentful-management.js/issues/2234">#2234</a>)</li>
<li><a
href="https://github.com/contentful/contentful-management.js/commit/9f33aab2ea338af1f331d33a6a619679aa69dd06"><code>9f33aab</code></a>
build(deps-dev): bump eslint from 8.56.0 to 8.57.0 (<a
href="https://redirect.github.com/contentful/contentful-management.js/issues/2199">#2199</a>)</li>
<li><a
href="https://github.com/contentful/contentful-management.js/commit/6f62b73fd549c2d4dc7a07dfa8639e65d94385db"><code>6f62b73</code></a>
build(deps-dev): bump <code>@​types/node</code> from 20.11.29 to
20.11.30 (<a
href="https://redirect.github.com/contentful/contentful-management.js/issues/2224">#2224</a>)</li>
<li>See full diff in <a
href="https://github.com/contentful/contentful-management.js/compare/v11.24.0...v11.24.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=contentful-management&package-manager=npm_and_yarn&previous-version=11.24.0&new-version=11.24.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>