1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/website
renovate[bot] 67a69b7d82
chore(deps): update dependency qs to v6.11.1 (#3581)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [qs](https://togithub.com/ljharb/qs) | [`6.11.0` ->
`6.11.1`](https://renovatebot.com/diffs/npm/qs/6.11.0/6.11.1) |
[![age](https://badges.renovateapi.com/packages/npm/qs/6.11.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/qs/6.11.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/qs/6.11.1/compatibility-slim/6.11.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/qs/6.11.1/confidence-slim/6.11.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>ljharb/qs</summary>

###
[`v6.11.1`](https://togithub.com/ljharb/qs/blob/HEAD/CHANGELOG.md#&#8203;6111)

[Compare
Source](https://togithub.com/ljharb/qs/compare/v6.11.0...v6.11.1)

- \[Fix] `stringify`: encode comma values more consistently
([#&#8203;463](https://togithub.com/ljharb/qs/issues/463))
- \[readme] add usage of `filter` option for injecting custom
serialization, i.e. of custom types
([#&#8203;447](https://togithub.com/ljharb/qs/issues/447))
- \[meta] remove extraneous code backticks
([#&#8203;457](https://togithub.com/ljharb/qs/issues/457))
-   \[meta] fix changelog markdown
-   \[actions] update checkout action
-   \[actions] restrict action permissions
- \[Dev Deps] update `@ljharb/eslint-config`, `aud`, `object-inspect`,
`tape`

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS41NC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNTQuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-21 11:11:15 +00:00
..
.storybook
docs doc: update link to new import/export (#3584) 2023-04-21 08:49:05 +00:00
remote-content docs: remove "under construction" message for edge (#3351) 2023-03-21 08:36:38 +01:00
src docs: remove unleash client from the docs (#3378) 2023-03-23 13:26:42 +01:00
static chore: add mode and defaultStickiness to project docs (#3487) 2023-04-21 07:32:42 +00: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 fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
sidebars.js docs: jira cloud documentation (#3494) 2023-04-17 15:16:01 +02:00
tsconfig.json
yarn.lock chore(deps): update dependency qs to v6.11.1 (#3581) 2023-04-21 11:11:15 +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.