Skip to content

Commit da81517

Browse files
build(deps): bump the production-dependencies group across 1 directory with 4 updates (#2324)
* build(deps): bump the production-dependencies group across 1 directory with 4 updates Bumps the production-dependencies group with 4 updates in the / directory: [@contentful/content-source-maps](https://github.com/contentful/live-preview), [@contentful/rich-text-types](https://github.com/contentful/rich-text), [axios](https://github.com/axios/axios) and [type-fest](https://github.com/sindresorhus/type-fest). Updates `@contentful/content-source-maps` from 0.11.0 to 0.11.2 - [Release notes](https://github.com/contentful/live-preview/releases) - [Commits](https://github.com/contentful/live-preview/compare/@contentful/content-source-maps@0.11.0...@contentful/content-source-maps@0.11.2) Updates `@contentful/rich-text-types` from 16.8.3 to 16.8.5 - [Release notes](https://github.com/contentful/rich-text/releases) - [Changelog](https://github.com/contentful/rich-text/blob/master/CHANGELOG.md) - [Commits](https://github.com/contentful/rich-text/compare/@contentful/rich-text-types@16.8.3...@contentful/rich-text-types@16.8.5) Updates `axios` from 1.7.4 to 1.7.7 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.7.4...v1.7.7) Updates `type-fest` from 4.25.0 to 4.26.1 - [Release notes](https://github.com/sindresorhus/type-fest/releases) - [Commits](sindresorhus/type-fest@v4.25.0...v4.26.1) --- updated-dependencies: - dependency-name: "@contentful/content-source-maps" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: "@contentful/rich-text-types" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: type-fest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * fix: package size * test: test fixes * fix: lint --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mitch Goudy <mitchell.goudy@contentful.com>
1 parent 5a95d48 commit da81517

File tree

4 files changed

+8510
-28
lines changed

4 files changed

+8510
-28
lines changed

package-lock.json

Lines changed: 25 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
},
143143
{
144144
"path": "./dist/contentful.browser.js",
145-
"maxSize": "170Kb"
145+
"maxSize": "171Kb"
146146
},
147147
{
148148
"path": "./dist/contentful.browser.min.js",

test/integration/utils.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export function testEncodingDecoding(encodedResponse: EncodedResponse, mappings:
5353

5454
const mappedAsset = {
5555
origin: 'contentful.com',
56-
href: 'https://app.contentful.com/spaces/ezs1swce23xe/environments/master/assets/1x0xpXu4pSGS4OukSyWGUK/?focusedField=title&focusedLocale=en-US?source=vercel-content-link',
56+
href: 'https://app.contentful.com/spaces/ezs1swce23xe/environments/master/assets/1x0xpXu4pSGS4OukSyWGUK/?focusedField=title&focusedLocale=en-US&source=vercel-content-link',
5757
contentful: {
5858
space: 'ezs1swce23xe',
5959
environment: 'master',
@@ -71,7 +71,7 @@ const mappedAsset = {
7171

7272
const mappedAssetCollection = {
7373
origin: 'contentful.com',
74-
href: 'https://app.contentful.com/spaces/ezs1swce23xe/environments/master/assets/38eGMAzUH5Ezv7mjU0CToA/?focusedField=title&focusedLocale=en-US?source=vercel-content-link',
74+
href: 'https://app.contentful.com/spaces/ezs1swce23xe/environments/master/assets/38eGMAzUH5Ezv7mjU0CToA/?focusedField=title&focusedLocale=en-US&source=vercel-content-link',
7575
contentful: {
7676
space: 'ezs1swce23xe',
7777
environment: 'master',
@@ -89,7 +89,7 @@ const mappedAssetCollection = {
8989

9090
const mappedEntryCollection = {
9191
origin: 'contentful.com',
92-
href: 'https://app.contentful.com/spaces/ezs1swce23xe/environments/master/assets/38eGMAzUH5Ezv7mjU0CToA/?focusedField=title&focusedLocale=en-US?source=vercel-content-link',
92+
href: 'https://app.contentful.com/spaces/ezs1swce23xe/environments/master/assets/38eGMAzUH5Ezv7mjU0CToA/?focusedField=title&focusedLocale=en-US&source=vercel-content-link',
9393
contentful: {
9494
space: 'ezs1swce23xe',
9595
environment: 'master',

0 commit comments

Comments
 (0)