1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/website
renovate[bot] 3319d34f59
chore(deps): update dependency @babel/core to v7.21.4 (#3479)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@babel/core](https://babel.dev/docs/en/next/babel-core)
([source](https://togithub.com/babel/babel)) | [`7.21.3` ->
`7.21.4`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.21.3/7.21.4)
|
[![age](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.21.4/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.21.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.21.4/compatibility-slim/7.21.3)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.21.4/confidence-slim/7.21.3)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>babel/babel</summary>

###
[`v7.21.4`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7214-2023-03-31)

[Compare
Source](https://togithub.com/babel/babel/compare/v7.21.3...v7.21.4)

##### 🐛 Bug Fix

- `babel-core`, `babel-helper-module-imports`, `babel-preset-typescript`
- [#&#8203;15478](https://togithub.com/babel/babel/pull/15478) Fix
support for `import/export` in `.cts` files
([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu))
-   `babel-generator`
- [#&#8203;15496](https://togithub.com/babel/babel/pull/15496) Fix
compact printing of non-null assertion operators
([@&#8203;rtsao](https://togithub.com/rtsao))

##### 💅 Polish

- `babel-helper-create-class-features-plugin`,
`babel-plugin-proposal-class-properties`,
`babel-plugin-transform-typescript`, `babel-traverse`
- [#&#8203;15427](https://togithub.com/babel/babel/pull/15427) Fix
moving comments of removed nodes
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))

##### 🏠 Internal

-   Other
- [#&#8203;15519](https://togithub.com/babel/babel/pull/15519) Update
Prettier integration test
([@&#8203;fisker](https://togithub.com/fisker))
-   `babel-parser`
- [#&#8203;15510](https://togithub.com/babel/babel/pull/15510) refactor:
introduce `lookaheadInLineCharCode`
([@&#8203;JLHwung](https://togithub.com/JLHwung))
-   `babel-code-frame`, `babel-highlight`
- [#&#8203;15499](https://togithub.com/babel/babel/pull/15499) Polish
babel-code-frame highlight test
([@&#8203;JLHwung](https://togithub.com/JLHwung))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4zNC4xIiwidXBkYXRlZEluVmVyIjoiMzUuMzQuMSJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-07 19:08:20 +00:00
..
.storybook docs(docs): document the use of AliasPlugin for theme resolution 2022-04-02 16:47:38 +02:00
docs Chore: Update Python SDK compatibility. (#3474) 2023-04-07 10:34:38 +02:00
remote-content
src docs: remove unleash client from the docs (#3378) 2023-03-23 13:26:42 +01:00
static docs: Project api token (#3405) 2023-03-29 11:39:37 +03:00
.gitignore
babel.config.js
clean-generated-docs.js
docusaurus.config.js docs: add google tag manager (#3428) 2023-03-31 07:27:25 +02:00
package.json chore(deps): update dependency @babel/core to v7.21.4 (#3479) 2023-04-07 19:08:20 +00:00
README.md
sidebars.js docs: import export for project/env (#3369) 2023-03-28 11:12:35 +02:00
tsconfig.json
yarn.lock chore(deps): update dependency @babel/core to v7.21.4 (#3479) 2023-04-07 19:08:20 +00:00

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

yarn install

Local Development

yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.