Bumps the offlinedocs group in /offlinedocs with 6 updates:
Updatesfs-extra
from 11.1.1 to 11.2.0
Changelog
Sourced fromfs-extra's changelog.
11.2.0 / 2023-11-27
- Copy directory contents in parallel for better performance (#1026)
- Refactor internal code to use
async
/await
(#1020)
Commits
Updatesreact-markdown
from 8.0.3 to 9.0.1
Release notes
Sourced fromreact-markdown's releases.
9.0.1
- d8e3787 Fix double encoding in new url transform
- 55d8d83 Refactor docs to use
createRoot
Full Changelog:remarkjs/react-markdown@9.0.0...9.0.1
9.0.0
Change
- b67d714 Change to require Node.js 16migrate: update too
- ec2b134 Change to require React 18migrate: update too
- bf5824f Change to use
exports
migrate: don’t use private APIs - c383a45 Update
@types/hast
, utilities, plugins, etcmigrate: update too - eca5e6b 08ead9e Replace
transformImageUri
,transformLinkUri
w/urlTransform
migrate: seeAddurlTransform
- de29396 Remove
linkTarget
optionby@galabra
inremarkjs/react-markdown#762migrate: seeRemovelinkTarget
4346276
Remove support for passing custom props to componentsmigrate: seeRemoveincludeElementIndex
, RemoverawSourcePos
,RemovesourcePos
,Remove extra props passed to certain componentsc0dfbd6
Remove UMD bundle from packagemigrate: useesm.sh
or a CDN or soe12b5e9
Removeprop-types
migrate: use TypeScript4eb7aa0
Change to throw errors for removed propsmigrate: don’t pass options that don’t do things8aabf74
Change to improve error messagesmigrate: expect better messages
Full Changelog:remarkjs/react-markdown@8.0.7...9.0.0
8.0.7
Perf
Docs
Full Changelog:remarkjs/react-markdown@8.0.6...8.0.7
8.0.6
... (truncated)
Changelog
Sourced fromreact-markdown's changelog.
Changelog
All notable changes will be documented in this file.
9.0.0 - 2023-09-27
b67d714
Change to require Node.js 16
migrate: update tooec2b134
Change to require React 18
migrate: update toobf5824f
Change to useexports
migrate: don’t use private APIsc383a45
Update@types/hast
, utilities, plugins, etc
migrate: update tooeca5e6b
08ead9e
ReplacetransformImageUri
,transformLinkUri
w/urlTransform
migrate: see “AddurlTransform
” belowde29396
RemovelinkTarget
option
migrate: see “RemovelinkTarget
” below4346276
Remove support for passing custom props to components
migrate: see “RemoveincludeElementIndex
”, “RemoverawSourcePos
”,“RemovesourcePos
”, “Remove extra props passed to certain components”belowc0dfbd6
Remove UMD bundle from package
migrate: useesm.sh
or a CDN or soe12b5e9
Removeprop-types
migrate: use TypeScript4eb7aa0
Change to throw errors for removed props
migrate: don’t pass options that don’t do things8aabf74
Change to improve error messages
migrate: expect better messages
AddurlTransform
ThetransformImageUri
andtransformLinkUri
were removed.Having two functions is a bit much, particularly because there are more URLsyou might want to change (or which might be unsafe sowe make them safe).And their name and APIs were a bit weird.You can use the newurlTransform
prop instead to change all your URLs.
... (truncated)
Commits
Updatesrehype-raw
from 6.1.1 to 7.0.0
Release notes
Sourced fromrehype-raw's releases.
7.0.0
Change
- cdbb980 Update
hast-util-raw
,@types/hast
migrate: update too - 9a794bb Change to require Node.js 16migrate: update too
- cd34249 Change to use
exports
migrate: don’t use private APIs
Full Changelog:rehypejs/rehype-raw@6.1.1...7.0.0
Commits
Updates@types/node
from 18.18.1 to 18.19.2
Commits
Updateseslint
from 8.53.0 to 8.55.0
Release notes
Sourced fromeslint's releases.
v8.55.0
Features
8c9e6c1
feat: importNamePattern option in no-restricted-imports (#17721) (Tanuj Kanti)
Documentation
83ece2a
docs: fix typo--rules
->--rule
(#17806) (OKURA Masafumi)fffca5c
docs: remove "Open in Playground" buttons for removed rules (#17791) (Francesco Trotta)a6d9442
docs: fix correct/incorrect examples of rules (#17789) (Tanuj Kanti)383e999
docs: update and fix examples forno-unused-vars
(#17788) (Tanuj Kanti)5a8efd5
docs: add specific stylistic rule for each deprecated rule (#17778) (Etienne)
Chores
eb8950c
chore: upgrade@eslint/js
@8
.55.0 (#17811) (Milos Djermanovic)93df384
chore: package.json update for@eslint/js
release (Jenkins)fe4b954
chore: upgrade@eslint/eslintrc
@2
.1.4 (#17799) (Milos Djermanovic)bd8911d
ci: pin Node.js 21.2.0 (#17809) (Milos Djermanovic)b29a16b
chore: fix severalcli
tests to run in the intended flat config mode (#17797) (Milos Djermanovic)de165c1
chore: remove unused config-extends fixtures (#17781) (Milos Djermanovic)d4304b8
chore: remove formatting/stylistic rules from new rule templates (#17780) (Francesco Trotta)21024fe
chore: check rule examples for syntax errors (#17718) (Francesco Trotta)
v8.54.0
Features
a7a883b
feat: for-direction rule add check for condition in reverse order (#17755) (Angelo Annunziata)1452dc9
feat: Add suggestions to no-console (#17680) (Joel Mathew Koshy)21ebf8a
feat: updateno-array-constructor
rule (#17711) (Francesco Trotta)
Bug Fixes
98926e6
fix: Ensure that extra data is not accidentally stored in the cache file (#17760) (Milos Djermanovic)e8cf9f6
fix: Make dark scroll bar in dark theme (#17753) (Pavel)3cbeaad
fix: Usecwd
constructor option as configbasePath
in Linter (#17705) (Milos Djermanovic)
Documentation
becfdd3
docs: Make clear when rules are removed (#17728) (Nicholas C. Zakas)05d6e99
docs: update "Submit a Pull Request" page (#17712) (Francesco Trotta)eb2279e
docs: display info about deprecated rules (#17749) (Percy Ma)d245326
docs: Correct working in migrating plugin docs (#17722) (Filip Tammergård)
Chores
d644de9
chore: upgrade@eslint/js
@8
.54.0 (#17773) (Milos Djermanovic)1e6e314
chore: package.json update for@eslint/js
release (Jenkins)6fb8805
chore: Fixed grammar in issue_templates/rule_change (#17770) (Joel Mathew Koshy)85db724
chore: upgrademarkdownlint
to 0.31.1 (#17754) (Nitin Kumar)6d470d2
chore: update dependency recast to ^0.23.0 (#17736) (renovate[bot])b7121b5
chore: update dependency markdownlint-cli to ^0.37.0 (#17735) (renovate[bot])633b9a1
chore: update dependency regenerator-runtime to ^0.14.0 (#17739) (renovate[bot])acac16f
chore: update dependency vite-plugin-commonjs to ^0.10.0 (#17740) (renovate[bot])ba8ca7e
chore: add .github/renovate.json5 (#17567) (Josh Goldberg ✨)
Changelog
Sourced fromeslint's changelog.
v8.55.0 - December 1, 2023
eb8950c
chore: upgrade@eslint/js
@8
.55.0 (#17811) (Milos Djermanovic)93df384
chore: package.json update for@eslint/js
release (Jenkins)fe4b954
chore: upgrade@eslint/eslintrc
@2
.1.4 (#17799) (Milos Djermanovic)8c9e6c1
feat: importNamePattern option in no-restricted-imports (#17721) (Tanuj Kanti)83ece2a
docs: fix typo--rules
->--rule
(#17806) (OKURA Masafumi)bd8911d
ci: pin Node.js 21.2.0 (#17809) (Milos Djermanovic)b29a16b
chore: fix severalcli
tests to run in the intended flat config mode (#17797) (Milos Djermanovic)fffca5c
docs: remove "Open in Playground" buttons for removed rules (#17791) (Francesco Trotta)a6d9442
docs: fix correct/incorrect examples of rules (#17789) (Tanuj Kanti)383e999
docs: update and fix examples forno-unused-vars
(#17788) (Tanuj Kanti)5a8efd5
docs: add specific stylistic rule for each deprecated rule (#17778) (Etienne)de165c1
chore: remove unused config-extends fixtures (#17781) (Milos Djermanovic)d4304b8
chore: remove formatting/stylistic rules from new rule templates (#17780) (Francesco Trotta)21024fe
chore: check rule examples for syntax errors (#17718) (Francesco Trotta)
v8.54.0 - November 17, 2023
d644de9
chore: upgrade@eslint/js
@8
.54.0 (#17773) (Milos Djermanovic)1e6e314
chore: package.json update for@eslint/js
release (Jenkins)98926e6
fix: Ensure that extra data is not accidentally stored in the cache file (#17760) (Milos Djermanovic)a7a883b
feat: for-direction rule add check for condition in reverse order (#17755) (Angelo Annunziata)1452dc9
feat: Add suggestions to no-console (#17680) (Joel Mathew Koshy)6fb8805
chore: Fixed grammar in issue_templates/rule_change (#17770) (Joel Mathew Koshy)becfdd3
docs: Make clear when rules are removed (#17728) (Nicholas C. Zakas)e8cf9f6
fix: Make dark scroll bar in dark theme (#17753) (Pavel)85db724
chore: upgrademarkdownlint
to 0.31.1 (#17754) (Nitin Kumar)21ebf8a
feat: updateno-array-constructor
rule (#17711) (Francesco Trotta)05d6e99
docs: update "Submit a Pull Request" page (#17712) (Francesco Trotta)eb2279e
docs: display info about deprecated rules (#17749) (Percy Ma)6d470d2
chore: update dependency recast to ^0.23.0 (#17736) (renovate[bot])b7121b5
chore: update dependency markdownlint-cli to ^0.37.0 (#17735) (renovate[bot])633b9a1
chore: update dependency regenerator-runtime to ^0.14.0 (#17739) (renovate[bot])acac16f
chore: update dependency vite-plugin-commonjs to ^0.10.0 (#17740) (renovate[bot])ba8ca7e
chore: add .github/renovate.json5 (#17567) (Josh Goldberg ✨)3cbeaad
fix: Usecwd
constructor option as configbasePath
in Linter (#17705) (Milos Djermanovic)d245326
docs: Correct working in migrating plugin docs (#17722) (Filip Tammergård)5454c22
Revert "chore: remove metascraper (#17707)" (#17708) (Milos Djermanovic)
Commits
Updatestypescript
from 5.1.6 to 5.3.2
Release notes
Sourced fromtypescript's releases.
TypeScript 5.3
For release notes, check out therelease announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
TypeScript 5.3 RC
For release notes, check out therelease announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
TypeScript 5.3 Beta
For release notes, check out therelease announcement.
For the complete list of fixed issues, check out the
Downloads are available onnpm.
TypeScript 5.2
For release notes, check out therelease announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
TypeScript 5.2 RC
For release notes, check out therelease announcement.
... (truncated)
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting@dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions
Bumps the offlinedocs group in /offlinedocs with 6 updates:
11.1.1
11.2.0
8.0.3
9.0.1
6.1.1
7.0.0
18.18.1
18.19.2
8.53.0
8.55.0
5.1.6
5.3.2
Updates
fs-extra
from 11.1.1 to 11.2.0Changelog
Sourced fromfs-extra's changelog.
Commits
5d4bf0b
11.2.0d293448
perf: copy dir contents in parallel (#1026)a277cbb
Refactormove
API to async/await (#1025)40c5161
Refactorcopy
API to async/await (#1021)6f2b2bc
Refactorcreate*
/ensure*
API to async/await (#1023)426bb46
RefactoroutputFile
API to async/await (#1024)47bc43d
Simplify reduce for checking match (#1016)Updates
react-markdown
from 8.0.3 to 9.0.1Release notes
Sourced fromreact-markdown's releases.
... (truncated)
Changelog
Sourced fromreact-markdown's changelog.
... (truncated)
Commits
a27d335
9.0.1d8e3787
Fix double encoding in new url transform55d8d83
Refactor docs to usecreateRoot
2245c64
Fix typobc09364
Fix typos1d5cbf5
Refactor some more5445cbb
Fix to close details6360bc2
9.0.072e68d2
Add docs on line endingsb67d714
Change to require Node.js 16Updates
rehype-raw
from 6.1.1 to 7.0.0Release notes
Sourced fromrehype-raw's releases.
Commits
b346299
7.0.09a794bb
Change to require Node.js 16cd34249
Change to useexports
a12b494
Refactor docsb1e7f8e
Refactor code-style29e486f
Refactor to move implementation tolib/
730e56e
Refactor Actionsbb6d9b8
Refactorpackage.json
9dc61c4
Refactortsconfig.json
cdbb980
Updatehast-util-raw
,@types/hast
Updates
@types/node
from 18.18.1 to 18.19.2Commits
Updates
eslint
from 8.53.0 to 8.55.0Release notes
Sourced fromeslint's releases.
Changelog
Sourced fromeslint's changelog.
Commits
e0cb960
8.55.0969b272
Build: changelog update for 8.55.0eb8950c
chore: upgrade@eslint/js
@8
.55.0 (#17811)93df384
chore: package.json update for@eslint/js
releasefe4b954
chore: upgrade@eslint/eslintrc
@2
.1.4 (#17799)8c9e6c1
feat: importNamePattern option in no-restricted-imports (#17721)83ece2a
docs: fix typo--rules
->--rule
(#17806)bd8911d
ci: pin Node.js 21.2.0 (#17809)b29a16b
chore: fix severalcli
tests to run in the intended flat config mode (#17797)fffca5c
docs: remove "Open in Playground" buttons for removed rules (#17791)Updates
typescript
from 5.1.6 to 5.3.2Release notes
Sourced fromtypescript's releases.
... (truncated)
Commits
27047e3
Update LKG.d09b1bf
Pick#56449 into release-5.3 (#56451)e2a5d45
Update LKG.756efd2
Fixes for release-5.3. (#56424)88f80c7
Update LKG5823785
Merge remote-tracking branch 'origin/main' into release-5.33e12250
Allow of inawait using
declarations in for-of loops (#55558)b86883f
Bump version to 5.3.1-rc and LKGe2234f6
Update LKG826bea9
Merge remote-tracking branch 'origin/main' into release-5.3Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions