forked from github/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Patch #20
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
Open
a2425rdl
wants to merge
2,928
commits into
main
Choose a base branch
from
patch-16
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added Okta to supportd IDPs with team sync as an option.
Bumps [rehype-highlight](https://github.com/rehypejs/rehype-highlight) from 5.0.0 to 5.0.2. - [Release notes](https://github.com/rehypejs/rehype-highlight/releases) - [Commits](rehypejs/rehype-highlight@5.0.0...5.0.2) --- updated-dependencies: - dependency-name: rehype-highlight dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Peter Bengtsson <[email protected]>
* Add crowdin translations * Run script/i18n/homogenize-frontmatter.js * Run script/i18n/fix-translation-errors.js * Run script/i18n/lint-translation-files.js --check parsing * run script/i18n/reset-files-with-broken-liquid-tags.js --language=pt * run script/i18n/reset-known-broken-translation-files.js
* Add crowdin translations * Run script/i18n/homogenize-frontmatter.js * Run script/i18n/fix-translation-errors.js * Run script/i18n/lint-translation-files.js --check parsing * run script/i18n/reset-files-with-broken-liquid-tags.js --language=pt * run script/i18n/reset-known-broken-translation-files.js
* Add crowdin translations * Run script/i18n/homogenize-frontmatter.js * Run script/i18n/fix-translation-errors.js * Run script/i18n/lint-translation-files.js --check parsing * run script/i18n/reset-files-with-broken-liquid-tags.js --language=es * run script/i18n/reset-known-broken-translation-files.js
…e-security-overview.md Co-authored-by: Felicity Chapman <[email protected]>
Adds feature based versioning for security overview updates
* update docs
* add gov takedowns by ToS section
Bumps [robots-parser](https://github.com/samclarke/robots-parser) from 2.3.0 to 3.0.0. - [Release notes](https://github.com/samclarke/robots-parser/releases) - [Changelog](https://github.com/samclarke/robots-parser/blob/master/CHANGELOG.md) - [Commits](samclarke/robots-parser@v2.3.0...v3.0.0) --- updated-dependencies: - dependency-name: robots-parser dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Peter Bengtsson <[email protected]> Co-authored-by: Robert Sese <[email protected]>
Bumps [remark-rehype](https://github.com/remarkjs/remark-rehype) from 10.0.1 to 10.1.0. - [Release notes](https://github.com/remarkjs/remark-rehype/releases) - [Commits](remarkjs/remark-rehype@10.0.1...10.1.0) --- updated-dependencies: - dependency-name: remark-rehype dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kevin Heis <[email protected]> Co-authored-by: Robert Sese <[email protected]>
* Update optimize-images.yml * Optimize images Co-authored-by: Kevin Heis <[email protected]> Co-authored-by: github-actions <[email protected]>
* Only major version PRs and vulns * Update dependabot.yml * Update dependabot.yml
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 3.1.1 to 3.2.0. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](node-fetch/node-fetch@v3.1.1...v3.2.0) --- updated-dependencies: - dependency-name: node-fetch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kevin Heis <[email protected]> Co-authored-by: Robert Sese <[email protected]>
Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from 7.1.1 to 8.0.0. - [Release notes](https://github.com/remarkjs/react-markdown/releases) - [Changelog](https://github.com/remarkjs/react-markdown/blob/main/changelog.md) - [Commits](remarkjs/react-markdown@7.1.1...8.0.0) --- updated-dependencies: - dependency-name: react-markdown dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Robert Sese <[email protected]>
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.1.2 to 12.3.3. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](lint-staged/lint-staged@v12.1.2...v12.3.3) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kevin Heis <[email protected]> Co-authored-by: Robert Sese <[email protected]>
* serve a /favicon.ico * fix exception * avoid res.sendFile() bcause CodeQL is worried
* Change code-example test to not use Actions * Use discussions instead * Use code-security, but make the 'more' test not an exact number * Removed references to actions/code-examples.yml * Update tests/browser/browser.js Co-authored-by: Robert Sese <[email protected]> Co-authored-by: Martin Lopes <[email protected]> Co-authored-by: Robert Sese <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Why:
Closes [issue link]
What's being changed:
Check off the following:
Writer impact (This section is for GitHub staff members only):