Monorepo for Firefox Accounts
Перейти к файлу
dependabot[bot] fd32bde558
chore(deps): bump @stripe/react-stripe-js from 1.15.0 to 1.16.3
Bumps [@stripe/react-stripe-js](https://github.com/stripe/react-stripe-js) from 1.15.0 to 1.16.3.
- [Release notes](https://github.com/stripe/react-stripe-js/releases)
- [Changelog](https://github.com/stripe/react-stripe-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stripe/react-stripe-js/compare/v1.15.0...v1.16.3)

---
updated-dependencies:
- dependency-name: "@stripe/react-stripe-js"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-13 06:09:38 +00:00
.circleci task(CI): build, unit test, and integration test jobs 2023-01-10 12:52:01 -08:00
.github chore(deps): bump actions/stale from 6 to 7 2022-12-21 06:09:35 +00:00
.vscode chore(deps): update typescript to 4.5.2 2021-11-18 23:25:28 -08:00
.yarn task(ci): Use docker base image 2022-12-15 15:48:16 -08:00
_dev task(CI): build, unit test, and integration test jobs 2023-01-10 12:52:01 -08:00
_scripts task(CI): build, unit test, and integration test jobs 2023-01-10 12:52:01 -08:00
assets [skip ci] Latest legal PDFs 2022-12-05 15:18:23 -08:00
docs/adr chore(adr): remove empty file 2022-12-19 16:59:05 -06:00
packages chore(deps): bump @stripe/react-stripe-js from 1.15.0 to 1.16.3 2023-01-13 06:09:38 +00:00
types
.dockerignore fix(docker): pull swagger docs in for customs 2022-07-21 14:05:02 -05:00
.eslintignore feat(auth) - Phaseout mjml auth server (#11482) 2022-01-04 13:12:59 -08:00
.eslintrc task(CI): build, unit test, and integration test jobs 2023-01-10 12:52:01 -08:00
.git-blame-ignore-revs
.gitignore task(CI): build, unit test, and integration test jobs 2023-01-10 12:52:01 -08:00
.nvmrc chore(node): upgrade to node 16 (#10799) 2021-10-22 16:10:22 -07:00
.prettierignore maintenance(admin-panel): Stop formatting auto generated graphql code 2022-03-01 18:05:16 -08:00
.slugignore feat(pair): test 2022-08-30 15:33:52 -04:00
.yarnrc.yml task(ci): Use docker base image 2022-12-15 15:48:16 -08:00
AUTHORS Release 1.249.0 2023-01-04 13:43:46 -05:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md docs: update contributing.md 2022-08-19 14:57:33 -07:00
LICENSE
README.md Remove pull reminders badge 2022-11-16 11:31:52 -05:00
SECURITY.md
package-scripts.js chore(deps): Update fxa-dev-launcher to use esm (#11239) 2021-12-06 10:53:02 -05:00
package.json task(CI): build, unit test, and integration test jobs 2023-01-10 12:52:01 -08:00
release-feature-branch.sh
release.sh chore(build): Point at the Github changelog 2022-07-08 10:10:47 -07:00
yarn.lock chore(deps): bump @stripe/react-stripe-js from 1.15.0 to 1.16.3 2023-01-13 06:09:38 +00:00

README.md

Firefox Accounts

The Firefox Accounts (fxa) monorepo

Table of Contents

Getting Started
Contributing
Documentation Documentation for Scripts


Getting Started

Please read our documentation


Contributing

See the separate CONTRIBUTING.md to learn how to contribute.


Documentation

The Firefox Ecosystem Platform serves as a documentation hub for Firefox Accounts and Subscription Platform.


Documentation for Scripts

_scripts/legal-md-to-pdf.sh

Purpose

This bash script converts markdown documents into pdfs. The purpose is to provide an efficient way for Mozilla VPN legal documents to be converted and made available to end-users.

Usage

Pre-requisites: The script requires the following:

To Run:
# from root fxa directory
_scripts/legal-md-to-pdf.sh '/absolute/path/to/legal-docs/'

The script traverses the legal-docs directory looking for localized copies of the Mozilla VPN legal documents. When found, the script converts the document from .md to .pdf and writes it to assets/legal/<document_name>.<locale>.pdf.

Example: directory provided: /Users/test/github/mozilla/legal-docs/ resulting file: assets/legal/<document_name>.<locale>.pdf