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): update all dependencies #2999

Merged
merged 2 commits into from
Mar 17, 2023
Merged

fix(deps): update all dependencies #2999

merged 2 commits into from
Mar 17, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 13, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commercetools-docs/writing-style (source) 3.3.2 -> 3.3.3 age adoption passing confidence
@commercetools-test-data/channel 4.11.0 -> 4.11.1 age adoption passing confidence
@commercetools-test-data/commons 4.11.0 -> 4.11.1 age adoption passing confidence
@commercetools-test-data/core 4.11.0 -> 4.11.1 age adoption passing confidence
@percy/cli 1.20.3 -> 1.21.0 age adoption passing confidence
@sentry/node (source) 7.42.0 -> 7.43.0 age adoption passing confidence
@sentry/react (source) 7.42.0 -> 7.43.0 age adoption passing confidence
@sentry/tracing (source) 7.42.0 -> 7.43.0 age adoption passing confidence
eslint (source) 8.35.0 -> 8.36.0 age adoption passing confidence
listr2 5.0.7 -> 5.0.8 age adoption passing confidence
mini-css-extract-plugin 2.7.3 -> 2.7.5 age adoption passing confidence
style-loader 3.3.1 -> 3.3.2 age adoption passing confidence
vite (source) 4.1.4 -> 4.2.0 age adoption passing confidence
webpack 5.76.0 -> 5.76.2 age adoption passing confidence
webpack-dev-server 4.11.1 -> 4.12.0 age adoption passing confidence
yarn 3.4.1 -> 3.5.0 age adoption passing confidence

Release Notes

commercetools/commercetools-docs-kit

v3.3.3

Compare Source

Patch Changes
  • #​1531 0c3d133b Thanks @​nkuehn! - - Update to node 18
    • refactor build scripts following other repos
    • update minor dependency versions
    • get lint and typecheck clean
    • fix issues that will pop up with gatsby 5 (downwards compatible)
commercetools/test-data (@​commercetools-test-data/channel)

v4.11.1

Compare Source

Patch Changes
commercetools/test-data (@​commercetools-test-data/commons)

v4.11.1

Compare Source

Patch Changes
commercetools/test-data (@​commercetools-test-data/core)

v4.11.1

Compare Source

percy/cli

v1.21.0

Compare Source

What's Changed

✨ Enhancements
🐛 Bug Fixes
🏗 Maintenance

New Contributors

Full Changelog: percy/cli@v1.20.3...v1.21.0

getsentry/sentry-javascript

v7.43.0

Compare Source

  • feat(nextjs): Run source map upload in Vercel develop and preview environments (#​7436)
  • feat(types): Add profilesSampler option to node client type (#​7385)
  • fix(core): Avoid using Array.findIndex() as it is ES5 incompatible (#​7400)
  • fix(nextjs): Add better error messages for missing params during next build (#​7434)
  • fix(nextjs): Don't crash build when auth token is missing
  • fix(node): Revert to dynamic require call to fix monkey patching (#​7430)
  • fix(types): Fix node types & add E2E test (#​7429)
eslint/eslint

v8.36.0

Compare Source

Features

Bug Fixes

  • 92c1943 fix: correctly iterate files matched by glob patterns (#​16831) (Nitin Kumar)

Documentation

  • b98fdd4 docs: Update README (GitHub Actions Bot)
  • caf08ce docs: fix estree link in custom formatters docs (#​16967) (Milos Djermanovic)
  • 3398431 docs: Custom Parsers cleanup/expansion (#​16887) (Ben Perlmutter)
  • 19d3531 docs: Update README (GitHub Actions Bot)
  • b09a512 docs: detect and fix broken links (#​16837) (Nitin Kumar)

Chores

cenk1cenk2/listr2

v5.0.8

Compare Source

Bug Fixes
  • render subtasks of the subtasks if parent has no title (7b443f9), closes #​663
webpack-contrib/mini-css-extract-plugin

v2.7.5

Compare Source

v2.7.4

Compare Source

webpack-contrib/style-loader

v3.3.2

Compare Source

vitejs/vite

v4.2.0

Compare Source

Vite 4.2 is out!

Support env variables replacement in HTML files

Vite now supports replacing env variables in HTML files. Any properties in import.meta.env can be used in HTML files with a special %ENV_NAME% syntax:

<h1>Vite is running in %MODE%</h1>
<p>Using data from %VITE_API_URL%</p>
Sourcemaps improvements

The Chrome Dev Tools team has been working to improve the DX of Vite and Vite-powered frameworks in the dev tools. Vite 4.2 brings an improved experience and tools for framework authors to hide 3rd party code and build artifacts from the user from console log traces using server.sourcemapIgnoreList and build.rollupOptions.output.sourcemapIgnoreList.

ESM subpath imports

Vite 4.2 now supports subpath imports, thanks to @​lukeed05's resolve.exports library.

TypeScript 5 support

Vite 4.2 also supports TypeScript 5's tsconfig extends array format, thanks to tsconfck.

esbuild 0.17

esbuild v0.17.0 improved the design of its incremental, watch, and serve APIs. Check out #​11908 for the rationale of why we didn't consider the backward-incompatible changes breaking for our use cases. The updated esbuild design now allows Vite to properly cancel in-fly builds and improve server restarts.

Use Rollup types from the vite package

Expose Rollup types as a namespace. This is helpful to avoid type conflicts because of different versions of Rollup types in environments like vite-ecosystem-ci (#​12316).

import type { Rollup } from 'vite'
Português Docs Translation

The Vite documentation is now translated to Português at pt.vitejs.dev thanks to Nazaré Da Piedade .

Features
Bug Fixes
Previous Changelogs
4.2.0-beta.2 (2023-03-13)

See 4.2.0-beta.2 changelog

4.2.0-beta.1 (2023-03-07)

See 4.2.0-beta.1 changelog

4.2.0-beta.0 (2023-02-27)

See 4.2.0-beta.0 changelog

webpack/webpack

v5.76.2

Compare Source

Bugfixes

Performance

Developer Experience

New Contributors

Full Changelog: webpack/webpack@v5.76.1...v5.76.2

v5.76.1

Compare Source

Fixed

  • Added assert/strict built-in to NodeTargetPlugin

Revert

webpack/webpack-dev-server

v4.12.0

Compare Source

Features
Bug Fixes
4.11.1 (2022-09-19)
Bug Fixes
yarnpkg/berry

v3.5.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the 🤖 Type: Dependencies Dependency updates or something similar label Mar 13, 2023
@changeset-bot
Copy link

changeset-bot bot commented Mar 13, 2023

🦋 Changeset detected

Latest commit: 16772fb

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 35 packages
Name Type
@commercetools-frontend/create-mc-app Patch
@commercetools-frontend/eslint-config-mc-app Patch
@commercetools-frontend/mc-scripts Patch
@commercetools-frontend/sentry Patch
@commercetools-backend/eslint-config-node Patch
@commercetools-backend/loggers Patch
@commercetools-applications/merchant-center-template-starter-typescript Patch
@commercetools-applications/merchant-center-template-starter Patch
@commercetools-local/playground Patch
@commercetools-local/visual-testing-app Patch
@commercetools-website/custom-applications Patch
@commercetools-website/components-playground Patch
@commercetools-frontend/actions-global Patch
@commercetools-frontend/application-shell-connectors Patch
@commercetools-frontend/application-shell Patch
@commercetools-frontend/i18n Patch
@commercetools-frontend/l10n Patch
@commercetools-frontend/permissions Patch
@commercetools-frontend/react-notifications Patch
@commercetools-frontend/application-components Patch
@commercetools-frontend/cypress Patch
@commercetools-backend/express Patch
@commercetools-frontend/application-config Patch
@commercetools-frontend/assets Patch
@commercetools-frontend/babel-preset-mc-app Patch
@commercetools-frontend/browser-history Patch
@commercetools-frontend/codemod Patch
@commercetools-frontend/constants Patch
@commercetools-frontend/jest-preset-mc-app Patch
@commercetools-frontend/jest-stylelint-runner Patch
@commercetools-frontend/mc-dev-authentication Patch
@commercetools-frontend/mc-html-template Patch
@commercetools-frontend/notifications Patch
@commercetools-frontend/sdk Patch
@commercetools-frontend/url-utils Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented Mar 13, 2023

Deploy preview for merchant-center-application-kit ready!

✅ Preview
https://merchant-center-application-3zx7hxm7c-commercetools.vercel.app
https://appkit-sha-463743d01d4d417e709127c3a5e4fbf01272bc6a.commercetools.vercel.app
https://appkit-pr-2999.commercetools.vercel.app

Built with commit 16772fb.
This pull request is being automatically deployed with vercel-action

@emmenko emmenko enabled auto-merge (squash) March 17, 2023 11:07
@renovate
Copy link
Contributor Author

renovate bot commented Mar 17, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖 Type: Dependencies Dependency updates or something similar
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant