withXSRFToken: added withXSRFToken option as a workaround to achieve the old withCredentials behavior; (#6046) (cff9967)
PRs
feat(withXSRFToken): added withXSRFToken option as a workaround to achieve the old `withCredentials` behavior; ( #6046 )
📢 This PR added 'withXSRFToken' option as a replacement for old withCredentials behaviour.
You should now use withXSRFToken along with withCredential to get the old behavior.
This functionality is considered as a fix.
withXSRFToken: added withXSRFToken option as a workaround to achieve the old withCredentials behavior; (#6046) (cff9967)
PRs
feat(withXSRFToken): added withXSRFToken option as a workaround to achieve the old `withCredentials` behavior; ( #6046 )
📢 This PR added 'withXSRFToken' option as a replacement for old withCredentials behaviour.
You should now use withXSRFToken along with withCredential to get the old behavior.
This functionality is considered as a fix.
feat(withXSRFToken): added withXSRFToken option as a workaround to achieve the old `withCredentials` behavior; ( #6046 )
📢 This PR added 'withXSRFToken' option as a replacement for old withCredentials behaviour.
You should now use withXSRFToken along with withCredential to get the old behavior.
This functionality is considered as a fix.
Note for eslint plugin authors and other API consumers
TypeScript v5.3 shipped with a type change that was incompatible with our types. This change has been fixed and will be released in v5.3.3. Until that time you can work around this error using skipLibCheck.
Bug Fixes
typescript-estree: ensure backwards compat with pre-5.3 import attributes (#7967) (810fc8c)
Bumps the all-deps group with 14 updates:
1.6.0
1.6.2
7.23.2
7.23.6
7.23.2
7.23.6
7.23.2
7.23.3
6.0.1
6.1.0
29.5.7
29.5.11
20.8.10
20.10.4
6.9.1
6.14.0
6.9.1
6.14.0
8.53.0
8.55.0
9.0.0
9.1.0
3.0.3
3.1.1
4.3.0
4.9.0
5.2.2
5.3.3
Updates
axios
from 1.6.0 to 1.6.2Release notes
Sourced from axios's releases.
Changelog
Sourced from axios's changelog.
Commits
b3be365
chore(release): v1.6.2 (#6082)8739acb
chore(ci): removed redundant release action; (#6081)bfa9c30
chore(docs): fix outdated grunt to npm scripts (#6073)a2b0fb3
chore(docs): update README.md (#6048)b12a608
chore(ci): removed paths-ignore filter; (#6080)0c9d886
chore(ci): reworked ignoring files logic; (#6079)30873ee
chore(ci): add paths-ignore config to testing action; (#6078)cff9967
feat(withXSRFToken): added withXSRFToken option as a workaround to achieve th...7009715
chore(ci): fixed release notification action; (#6064)7144f10
chore(ci): fixed release notification action; (#6063)Updates
@babel/core
from 7.23.2 to 7.23.6Release notes
Sourced from
@​babel/core
's releases.... (truncated)
Changelog
Sourced from
@​babel/core
's changelog.... (truncated)
Commits
d02c1f7
v7.23.6f8a98c7
[babel 8] RemoveCodeGenerator
from@babel/generator
(#16126)8479012
v7.23.5c100223
Update jest-light-runner & jest (#16136)cf53966
chore(deps): update dependency import-meta-resolve to v4 (#16086)1bce5c9
v7.23.3934c1b3
Fix Node.js 10 CI failure (#16084)c46f000
Refactor handling of modules plugins inpreset-env
(#15988)1e15165
Require exact Babel 8 version inassertVersion
(#15955)0ba00c4
[babel 8] Remove core-js 2 and regenerator from preset-env (#15838)Updates
@babel/preset-env
from 7.23.2 to 7.23.6Release notes
Sourced from
@​babel/preset-env
's releases.... (truncated)
Changelog
Sourced from
@​babel/preset-env
's changelog.... (truncated)
Commits
d02c1f7
v7.23.68fa2a91
[babel 8] Removeloose
andspec
options frompreset-env
(#16043)380d186
fix:for of
withiterableIsArray
and shadowing variable (#16011)d93c702
Bump browserslist to 4.22.2 (#16151)afcb5a8
ApplytoPropertyKey
on decorator context name (#16139)8479012
v7.23.57c29fbc
[babel 8] Enforce specifying proper core-js version (#16095)1bce5c9
v7.23.346ee461
Add a bugfix plugin for https://crbug.com/v8/12421 (#14295)3688240
[babel 8] RemovegetModulesPluginNames
(#15989)Updates
@babel/preset-typescript
from 7.23.2 to 7.23.3Release notes
Sourced from
@​babel/preset-typescript
's releases.Changelog
Sourced from
@​babel/preset-typescript
's changelog.Commits
1bce5c9
v7.23.31e15165
Require exact Babel 8 version inassertVersion
(#15955)Updates
@rollup/plugin-json
from 6.0.1 to 6.1.0Changelog
Sourced from
@​rollup/plugin-json
's changelog.Commits
e1d317b
chore(json): update dependencies40efea8
chore(repo): assert changelogs (#134)16f8ba5
docs: normalize Array format in READMEs (#117)cb9775d
chore: update homepage link in packages. fixes #111c94427d
chore(release): json v4.0.1445f8ca
fix(json): cannot be imported by rollup (#81)6c1cc76
chore: remove placeholder security script from each plugin (#77)03a2e57
chore: fix linting errors that snuck through4f0bff5
feat: export Rollup*Options interfaces (#53)3d6132a
chore: align scripts to use pnpm runUpdates
@types/jest
from 29.5.7 to 29.5.11Commits
Updates
@types/node
from 20.8.10 to 20.10.4Commits
Updates
@typescript-eslint/eslint-plugin
from 6.9.1 to 6.14.0Release notes
Sourced from
@​typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@​typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
c7d702f
chore: publish v6.14.0431cd15
fix(eslint-plugin): add no-unsafe-unary-minus, prefer-destructuring to disabl...705370a
fix(eslint-plugin): correct message forno-unsafe-unary-minus
(#7998)4c3e704
feat(eslint-plugin): [require-await] allow yielding Promise in async generato...314f034
docs(eslint-plugin): [no-throw-literal] fix typo in example (#8006)bff47d7
feat(eslint-plugin): [explicit-function-return-type] add support for typed cl...cc2c6d3
chore: publish v6.13.237f34f4
docs: add 'When Not To Use It' or an intentional omission notice on all rules...96abf18
chore: finish enabling no-unnecessary-condition internally (#8004)4dae083
chore: prefix all nx package scripts with npx (#7988)Updates
@typescript-eslint/parser
from 6.9.1 to 6.14.0Release notes
Sourced from
@​typescript-eslint/parser
's releases.