qlik-oss / sn-map

Map supernova for nebula.js
MIT License
1 stars 3 forks source link

chore(deps): update minor and patch #35

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.20.2 -> ^7.20.5 age adoption passing confidence
@material-ui/core (source) ^4.11.4 -> ^4.12.4 age adoption passing confidence
@material-ui/core (source) ^4.11.4 -> ^4.12.4 age adoption passing confidence
@playwright/test (source) 1.27.1 -> 1.28.1 age adoption passing confidence
@types/jest (source) ^29.2.3 -> ^29.2.4 age adoption passing confidence
@types/node (source) ^18.11.9 -> ^18.11.15 age adoption passing confidence
@types/react (source) 18.0.25 -> 18.0.26 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.43.0 -> ^5.46.1 age adoption passing confidence
@typescript-eslint/parser ^5.43.0 -> ^5.46.1 age adoption passing confidence
axios (source) ^1.1.3 -> ^1.2.1 age adoption passing confidence
eslint (source) 8.27.0 -> 8.29.0 age adoption passing confidence
prettier (source) 2.7.1 -> 2.8.1 age adoption passing confidence
qlik-chart-modules ^0.43.0 -> ^0.45.0 age adoption passing confidence
typescript (source) ^4.8.4 -> ^4.9.4 age adoption passing confidence

Release Notes

babel/babel ### [`v7.20.5`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7205-2022-11-28) [Compare Source](https://togithub.com/babel/babel/compare/v7.20.2...v7.20.5) ##### :eyeglasses: Spec Compliance - `babel-helpers`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-modules-commonjs`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`, `babel-traverse` - [#​15183](https://togithub.com/babel/babel/pull/15183) Improve array destructuring spec compliance ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) - `babel-cli`, `babel-helpers`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-class-static-block`, `babel-plugin-transform-classes`, `babel-plugin-transform-runtime`, `babel-preset-env` - [#​15182](https://togithub.com/babel/babel/pull/15182) fix: apply toPropertyKey when defining class members ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-private-property-in-object`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​15133](https://togithub.com/babel/babel/pull/15133) fix: validate rhs of `in` when transpiling `#p in C` ([@​JLHwung](https://togithub.com/JLHwung)) ##### :bug: Bug Fix - `babel-parser` - [#​15225](https://togithub.com/babel/babel/pull/15225) Parse `using[foo]` as computed member expression ([@​JLHwung](https://togithub.com/JLHwung)) - [#​15207](https://togithub.com/babel/babel/pull/15207) Export `ParseResult` type ([@​davydof](https://togithub.com/davydof)) - [#​15198](https://togithub.com/babel/babel/pull/15198) fix: parse `import module, ...` ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-wrap-function`, `babel-preset-env`, `babel-traverse` - [#​15181](https://togithub.com/babel/babel/pull/15181) fix: Edge cases for async functions and `noNewArrow` assumption ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-arrow-functions`, `babel-plugin-transform-parameters`, `babel-traverse` - [#​15163](https://togithub.com/babel/babel/pull/15163) fix: Throw error when compiling `super()` in arrow functions with default / rest parameters ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) - `babel-helpers`, `babel-node`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-transform-regenerator`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​15194](https://togithub.com/babel/babel/pull/15194) fix: Bump `regenerator` and add tests ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) - `babel-helper-create-regexp-features-plugin` - [#​15192](https://togithub.com/babel/babel/pull/15192) fix: Update `regjsparser` for `@babel/standalone` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-parser`, `babel-types` - [#​15109](https://togithub.com/babel/babel/pull/15109) fix: Babel 8 types ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-generator` - [#​15143](https://togithub.com/babel/babel/pull/15143) Don't print inner comments as leading when wrapping in `(``)` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-block-scoping`, `babel-traverse` - [#​15167](https://togithub.com/babel/babel/pull/15167) Register `switch`'s `discriminant` in the outer scope ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-generator` - [#​15173](https://togithub.com/babel/babel/pull/15173) Improve generator behavior when `comments:false` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-block-scoping` - [#​15164](https://togithub.com/babel/babel/pull/15164) Only extract IDs for TDZ checks in assign when necessary ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - `babel-core`, `babel-parser` - [#​15202](https://togithub.com/babel/babel/pull/15202) Bump typescript to 4.9.3 ([@​JLHwung](https://togithub.com/JLHwung))
mui-org/material-ui ### [`v4.12.4`](https://togithub.com/mui/material-ui/releases/tag/v4.12.4): 4.12.4 [Compare Source](https://togithub.com/mui-org/material-ui/compare/v4.12.3...v4.12.4) Big thanks to the 6 contributors who made this release possible. Here are some highlights ✨: This release was motivated by fixing compatibility issues with TypeScript 4.7 ([#​32041](https://togithub.com/mui-org/material-ui/issues/32041)). ##### `@material-ui/core@4.12.4` - [core] Fix TS 4.7 compat issues (#​32041, #​32126) @​eps1lon - [TextField] Use deprecatedPropType on the deprecated props (#​27503) @​mnajdova ##### Docs - update all the links to the new domain @​oliviertassinari - Update canonicals to point to the new domain @​oliviertassinari - [Badge] Warn on default `overlap` value as well (#​27573) @​eps1lon - [docs] Fix seo issues on v4 (#​28999) @​mnajdova - [docs] Use branch deploy for v4 docs (#​28896) @​oliviertassinari - [docs] Improve the banner that points to v5 @​oliviertassinari - [docs] Fix various broken master links (#​28358) @​eps1lon - [docs] Remove job ad on the website (#​28343) @​eps1lon - [docs] Prepare for v4.material-ui.com deploy (#​28227) @​mnajdova - [docs] Cancelled subscription @​oliviertassinari - [docs] v5 is no longer a beta @​oliviertassinari - [docs] Sync redirections from X into Core @​oliviertassinari - [docs] Add GridExportCSVOptions page to documentation pages (#​27414) @​flaviendelangle - [docs] Add job ad (#​27784) @​oliviertassinari - [docs] Fix api generation for `deprecatedPropType` (#​27576) @​mnajdova - [v4] Batch fixes (#​28684) @​mnajdova - [website] Experiment without compensation @​oliviertassinari - [website] Add spicefactory as gold sponsor @​oliviertassinari ##### Core - [core] Consider v4.x as the base (#​28344) @​eps1lon All contributors of this release in alphabetical order: [@​eps1lon](https://togithub.com/eps1lon), [@​flaviendelangle](https://togithub.com/flaviendelangle), [@​mbrookes](https://togithub.com/mbrookes), [@​mnajdova](https://togithub.com/mnajdova), [@​oliviertassinari](https://togithub.com/oliviertassinari), [@​spiftire](https://togithub.com/spiftire) ### [`v4.12.3`](https://togithub.com/mui/material-ui/releases/tag/v4.12.3) [Compare Source](https://togithub.com/mui-org/material-ui/compare/v4.12.2...v4.12.3) ##### `@material-ui/core@4.12.3` - [Accordion] Fix AccordionSummary false-positive propType warning with `disableGeneration` (#​27385) @​eps1lon - [ImageList] Fix deprecation warnings (#​27502) @​mnajdova - [Table] Re-introduce deprecated TablePagination `onChangePage` to `ActionsComponent` (#​27407) @​eps1lon - [TextareaAutosize] Updated deprecation warning to suggest minRows instead of rowsMin (#​27398) @​HumbertoL ##### Docs - [docs] Fix 404 link to ImageList @​oliviertassinari - [docs] Fix DataTable.tsx demo in v4 (#​27196) @​Siv-tspab ##### Core - [core] Add release scripts (#​27399) @​eps1lon All contributors of this release in alphabetical order: [@​eps1lon](https://togithub.com/eps1lon), [@​mnajdova](https://togithub.com/mnajdova), [@​HumbertoL](https://togithub.com/HumbertoL), [@​oliviertassinari](https://togithub.com/oliviertassinari), [@​Siv-tspab](https://togithub.com/Siv-tspab) ### [`v4.12.2`](https://togithub.com/mui/material-ui/releases/tag/v4.12.2) [Compare Source](https://togithub.com/mui-org/material-ui/compare/v4.12.1...v4.12.2) ##### `@material-ui/core@4.12.2` - [Accordion, Collapse] Fix failed proptype error (#​27307) @​serenalin121 - [Accordion] Ensure AccordionSummary backwards compatible deprecation of classes.focused (#​27351) @​eps1lon - [TextField] Add support for `minRows` (#​27293) @​eps1lon ##### Docs - [blog] Danilo Leal joins Material-UI (#​27231) @​oliviertassinari - [blog] Jun did join in Q1 @​oliviertassinari - [blog] Fix typo @​oliviertassinari - [blog] Q2 2021 Update (#​27089) @​oliviertassinari - [docs] Add constant for the banner height (#​27309) @​mnajdova - [docs] Fix various layout issues with the v5 banner (#​27237) @​mnajdova - [docs] Fix https protocol (#​27262) @​m4theushw - [docs] Remove Ethical Ads (#​27173) @​mbrookes - [website] Open 4 new roles (#​27123) @​oliviertassinari All contributors of this release in alphabetical order: [@​eps1lon](https://togithub.com/eps1lon), [@​m4theushw](https://togithub.com/m4theushw), [@​mbrookes](https://togithub.com/mbrookes), [@​mnajdova](https://togithub.com/mnajdova), [@​oliviertassinari](https://togithub.com/oliviertassinari), [@​serenalin121](https://togithub.com/serenalin121) ### [`v4.12.1`](https://togithub.com/mui/material-ui/releases/tag/v4.12.1) [Compare Source](https://togithub.com/mui-org/material-ui/compare/v4.12.0...v4.12.1) This release is released to fix the package.json generation in the previous release. ##### Core - \[core] Fix generation of package.json file on Windows ([#​27160](https://togithub.com/mui-org/material-ui/issues/27160)) [@​mnajdova](https://togithub.com/mnajdova) ### [`v4.12.0`](https://togithub.com/mui/material-ui/releases/tag/v4.12.0) [Compare Source](https://togithub.com/mui-org/material-ui/compare/v4.11.4...v4.12.0) Big thanks to the 12 contributors who made this release possible. It includes deprecations that should help developers to have an easier adoption of v5. ##### `@material-ui/core@4.12.0` - \[Accordion] Deprecate classes.focused ([#​24083](https://togithub.com/mui-org/material-ui/issues/24083)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[Avatar] Change default variant and adjust deprecation message ([#​25549](https://togithub.com/mui-org/material-ui/issues/25549)) [@​michal-perlakowski](https://togithub.com/michal-perlakowski) - \[Badge] Add overlap circular and rectangular ([#​22076](https://togithub.com/mui-org/material-ui/issues/22076)) [@​eps1lon](https://togithub.com/eps1lon) - \[ButtonBase] Add warning for buttonRef removal ([#​25897](https://togithub.com/mui-org/material-ui/issues/25897)) [@​m4theushw](https://togithub.com/m4theushw) - \[Collapse] Deprecate classes.container ([#​24084](https://togithub.com/mui-org/material-ui/issues/24084)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[Collapse] Deprecate collapsedHeight ([#​24079](https://togithub.com/mui-org/material-ui/issues/24079)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[Dialog] Add deprecation warning for withMobileDialog ([#​23570](https://togithub.com/mui-org/material-ui/issues/23570)) [@​RDIL](https://togithub.com/RDIL) - \[Dialog] Deprecate the transition onX props ([#​22114](https://togithub.com/mui-org/material-ui/issues/22114)) [@​mbrookes](https://togithub.com/mbrookes) - \[Fab] Deprecate variant="round" ([#​24080](https://togithub.com/mui-org/material-ui/issues/24080)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[Grid] Add deprecation for justify prop rename ([#​24078](https://togithub.com/mui-org/material-ui/issues/24078)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[Grid] Fix justifyContent="flex-start" prop types ([#​24788](https://togithub.com/mui-org/material-ui/issues/24788)) [@​DukeManh](https://togithub.com/DukeManh) - \[GridList] Rename to ImageList & add deprecation warnings ([#​22363](https://togithub.com/mui-org/material-ui/issues/22363)) [@​mbrookes](https://togithub.com/mbrookes) - \[Icons] Deprecate fontSize value of default, add medium ([#​23971](https://togithub.com/mui-org/material-ui/issues/23971)) [@​mbrookes](https://togithub.com/mbrookes) - \[Menu] Deprecate transition onX props ([#​22213](https://togithub.com/mui-org/material-ui/issues/22213)) [@​mbrookes](https://togithub.com/mbrookes) - \[Modal]\[Dialog] Deprecate duplicate props with onChange ([#​24081](https://togithub.com/mui-org/material-ui/issues/24081)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[Modal]\[Portal] Deprecate onRendered ([#​24082](https://togithub.com/mui-org/material-ui/issues/24082)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[Popover] Deprecate transition onX props ([#​22202](https://togithub.com/mui-org/material-ui/issues/22202)) [@​mbrookes](https://togithub.com/mbrookes) - \[RootRef] Deprecate component ([#​24075](https://togithub.com/mui-org/material-ui/issues/24075)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[Snackbar] Deprecate transition onX props ([#​22206](https://togithub.com/mui-org/material-ui/issues/22206)) [@​mbrookes](https://togithub.com/mbrookes) - \[Table] Add deprecation for renamed TablePagination props ([#​23789](https://togithub.com/mui-org/material-ui/issues/23789)) [@​mnajdova](https://togithub.com/mnajdova) - \[Table] Deprecate padding="default" ([#​25990](https://togithub.com/mui-org/material-ui/issues/25990)) [@​m4theushw](https://togithub.com/m4theushw) - \[TextareaAutosize] Deprecate rowsMax->maxRows & rowsMin->minRows ([#​23530](https://togithub.com/mui-org/material-ui/issues/23530)) [@​mhayk](https://togithub.com/mhayk) - \[TextField] Add isRequired to position prop in InputAdornment ([#​25912](https://togithub.com/mui-org/material-ui/issues/25912)) [@​m4theushw](https://togithub.com/m4theushw) - \[theme] Deprecate theme.mixins.gutters ([#​22245](https://togithub.com/mui-org/material-ui/issues/22245)) [@​joshwooding](https://togithub.com/joshwooding) - \[theme] Deprecate fade color utility in favor of alpha ([#​22837](https://togithub.com/mui-org/material-ui/issues/22837)) [@​mnajdova](https://togithub.com/mnajdova) - \[theme] Deprecate createMuiTheme ([#​26004](https://togithub.com/mui-org/material-ui/issues/26004)) [@​m4theushw](https://togithub.com/m4theushw) - \[theme] Add warning for theme.typography.round deprecation ([#​25916](https://togithub.com/mui-org/material-ui/issues/25916)) [@​m4theushw](https://togithub.com/m4theushw) - \[theme] Add warning for theme.breakpoints.width deprecation ([#​25993](https://togithub.com/mui-org/material-ui/issues/25993)) [@​m4theushw](https://togithub.com/m4theushw) ##### `@material-ui/system@4.12.0` - \[Box] Deprecate css prop in favor of sx ([#​23480](https://togithub.com/mui-org/material-ui/issues/23480)) [@​mnajdova](https://togithub.com/mnajdova) ##### Docs - \[blog] Michał Dudak joins Material-UI ([#​26700](https://togithub.com/mui-org/material-ui/issues/26700)) - \[blog] Siriwat Kunaporn joins Material-UI ([#​26329](https://togithub.com/mui-org/material-ui/issues/26329)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[docs] Add gold sponsor ([#​26968](https://togithub.com/mui-org/material-ui/issues/26968)) - \[docs] Add v5 banner ([#​27070](https://togithub.com/mui-org/material-ui/issues/27070)) - \[docs] Fix 404 link (Evergreen Box) ([#​26430](https://togithub.com/mui-org/material-ui/issues/26430)) [@​k-utsumi](https://togithub.com/k-utsumi) - \[docs] Prepare for data grid auto-generated docs ([#​26477](https://togithub.com/mui-org/material-ui/issues/26477)) [@​m4theushw](https://togithub.com/m4theushw) - \[docs] Update typography.md to non-deprecated fontsource ([#​26082](https://togithub.com/mui-org/material-ui/issues/26082)) [@​kiwimahk](https://togithub.com/kiwimahk) - \[website] Add careers page for intern ([#​26280](https://togithub.com/mui-org/material-ui/issues/26280)) [@​mnajdova](https://togithub.com/mnajdova) - \[website] Add open application section ([#​26501](https://togithub.com/mui-org/material-ui/issues/26501)) [@​oliviertassinari](https://togithub.com/oliviertassinari) ##### Core - \[test] Deprecate test-utils ([#​24099](https://togithub.com/mui-org/material-ui/issues/24099)) [@​eps1lon](https://togithub.com/eps1lon)
Microsoft/playwright ### [`v1.28.1`](https://togithub.com/microsoft/playwright/releases/tag/v1.28.1) [Compare Source](https://togithub.com/Microsoft/playwright/compare/v1.28.0...v1.28.1) #### Highlights This patch release includes the following bug fixes: [https://github.com/microsoft/playwright/issues/18928](https://togithub.com/microsoft/playwright/issues/18928) - \[BUG] Electron firstWindow times out after upgrading to 1.28.0[https://github.com/microsoft/playwright/issues/18920](https://togithub.com/microsoft/playwright/issues/18920)0 - \[BUG] \[expanded=false] in role selector returns elements without aria-expanded attribu[https://github.com/microsoft/playwright/issues/18865](https://togithub.com/microsoft/playwright/issues/18865)865 - \[BUG] regression in killing web server process in 1.28.0 #### Browser Versions - Chromium 108.0.5359.29 - Mozilla Firefox 106.0 - WebKit 16.4 This version was also tested against the following stable channels: - Google Chrome 107 - Microsoft Edge 107 ### [`v1.28.0`](https://togithub.com/microsoft/playwright/releases/tag/v1.28.0): v1.28 [Compare Source](https://togithub.com/Microsoft/playwright/compare/v1.27.1...v1.28.0) #### Playwright Tools - **Record at Cursor in VSCode.** You can run the test, position the cursor at the end of the test and continue generating the test. New VSCode Extension - **Live Locators in VSCode.** You can hover and edit locators in VSCode to get them highlighted in the opened browser. - **Live Locators in CodeGen.** Generate a locator for any element on the page using "Explore" tool. Locator Explorer - **Codegen and Trace Viewer Dark Theme.** Automatically picked up from operating system settings. Dark Theme ##### Test Runner - Configure retries and test timeout for a file or a test with [`test.describe.configure([options])`](https://playwright.dev/docs/api/class-test#test-describe-configure). ```js // Each test in the file will be retried twice and have a timeout of 20 seconds. test.describe.configure({ retries: 2, timeout: 20_000 }); test('runs first', async ({ page }) => {}); test('runs second', async ({ page }) => {}); ``` - Use [`testProject.snapshotPathTemplate`](https://playwright.dev/docs/api/class-testproject#test-project-snapshot-path-template) and [`testConfig.snapshotPathTemplate`](https://playwright.dev/docs/api/class-testconfig#test-config-snapshot-path-template) to configure a template controlling location of snapshots generated by [`expect(page).toHaveScreenshot(name[, options])`](https://playwright.dev/docs/test-assertions#page-assertions-to-have-screenshot-1) and [`expect(screenshot).toMatchSnapshot(name[, options])`](https://playwright.dev/docs/test-assertions#screenshot-assertions-to-match-snapshot-1). ```js // playwright.config.ts import type { PlaywrightTestConfig } from '@​playwright/test'; const config: PlaywrightTestConfig = { testDir: './tests', snapshotPathTemplate: '{testDir}/__screenshots__/{testFilePath}/{arg}{ext}', }; export default config; ``` ##### New APIs - [`locator.blur([options])`](https://playwright.dev/docs/api/class-locator#locator-blur) - [`locator.clear([options])`](https://playwright.dev/docs/api/class-locator#locator-clear) - [`android.launchServer([options])`](https://playwright.dev/docs/api/class-android#android-launch-server) and [`android.connect(wsEndpoint[, options])`](https://playwright.dev/docs/api/class-android#android-connect) - [`androidDevice.on('close')`](https://playwright.dev/docs/api/class-androiddevice#android-device-event-close) ##### Browser Versions - Chromium 108.0.5359.29 - Mozilla Firefox 106.0 - WebKit 16.4 This version was also tested against the following stable channels: - Google Chrome 107 - Microsoft Edge 107
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v5.46.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5461-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5460v5461-2022-12-12) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.46.0...v5.46.1) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ### [`v5.46.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5460-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5451v5460-2022-12-08) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.45.1...v5.46.0) ##### Bug Fixes - **eslint-plugin:** \[ban-types] update message to suggest `object` instead of `Record` ([#​6079](https://togithub.com/typescript-eslint/typescript-eslint/issues/6079)) ([d91a5fc](https://togithub.com/typescript-eslint/typescript-eslint/commit/d91a5fc41be5bc2a0625574e9c9496f61fb7471d)) ##### Features - **eslint-plugin:** \[prefer-nullish-coalescing] logic and test for strict null checks ([#​6174](https://togithub.com/typescript-eslint/typescript-eslint/issues/6174)) ([8a91cbd](https://togithub.com/typescript-eslint/typescript-eslint/commit/8a91cbd9fbe5bc4cf750cd949d2b8d48ff4c311d)) #### [5.45.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.45.0...v5.45.1) (2022-12-05) ##### Bug Fixes - **eslint-plugin:** \[keyword-spacing] unexpected space before/after in `import type` ([#​6095](https://togithub.com/typescript-eslint/typescript-eslint/issues/6095)) ([98caa92](https://togithub.com/typescript-eslint/typescript-eslint/commit/98caa92ca89bdf0ca6ba6e4ff1f13c60221579e8)) - **eslint-plugin:** \[no-shadow] add call and method signatures to `ignoreFunctionTypeParameterNameValueShadow` ([#​6129](https://togithub.com/typescript-eslint/typescript-eslint/issues/6129)) ([9d58b6b](https://togithub.com/typescript-eslint/typescript-eslint/commit/9d58b6be246507d20af67c84a5e9bb592d97cff5)) - **eslint-plugin:** \[prefer-optional-chain] collect MetaProperty type ([#​6083](https://togithub.com/typescript-eslint/typescript-eslint/issues/6083)) ([d7114d3](https://togithub.com/typescript-eslint/typescript-eslint/commit/d7114d3ab09d1b93627d3b3dbb9862e37ee29c97)) - **eslint-plugin:** \[sort-type-constituents, sort-type-union-intersection-members] handle some required parentheses cases in the fixer ([#​6118](https://togithub.com/typescript-eslint/typescript-eslint/issues/6118)) ([5d49d5d](https://togithub.com/typescript-eslint/typescript-eslint/commit/5d49d5dbee4425fc8bc01c5e748d161f3619477b)) ### [`v5.45.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5451-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5450v5451-2022-12-05) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.45.0...v5.45.1) ##### Bug Fixes - **eslint-plugin:** \[keyword-spacing] unexpected space before/after in `import type` ([#​6095](https://togithub.com/typescript-eslint/typescript-eslint/issues/6095)) ([98caa92](https://togithub.com/typescript-eslint/typescript-eslint/commit/98caa92ca89bdf0ca6ba6e4ff1f13c60221579e8)) - **eslint-plugin:** \[no-shadow] add call and method signatures to `ignoreFunctionTypeParameterNameValueShadow` ([#​6129](https://togithub.com/typescript-eslint/typescript-eslint/issues/6129)) ([9d58b6b](https://togithub.com/typescript-eslint/typescript-eslint/commit/9d58b6be246507d20af67c84a5e9bb592d97cff5)) - **eslint-plugin:** \[prefer-optional-chain] collect MetaProperty type ([#​6083](https://togithub.com/typescript-eslint/typescript-eslint/issues/6083)) ([d7114d3](https://togithub.com/typescript-eslint/typescript-eslint/commit/d7114d3ab09d1b93627d3b3dbb9862e37ee29c97)) - **eslint-plugin:** \[sort-type-constituents, sort-type-union-intersection-members] handle some required parentheses cases in the fixer ([#​6118](https://togithub.com/typescript-eslint/typescript-eslint/issues/6118)) ([5d49d5d](https://togithub.com/typescript-eslint/typescript-eslint/commit/5d49d5dbee4425fc8bc01c5e748d161f3619477b)) ### [`v5.45.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5450-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5440v5450-2022-11-28) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.44.0...v5.45.0) ##### Bug Fixes - **eslint-plugin:** \[array-type] --fix flag removes parentheses from type ([#​5997](https://togithub.com/typescript-eslint/typescript-eslint/issues/5997)) ([42b33af](https://togithub.com/typescript-eslint/typescript-eslint/commit/42b33af256e5269feb214c7bb161079f770964fa)) - **eslint-plugin:** \[keyword-spacing] prevent crash on no options ([#​6073](https://togithub.com/typescript-eslint/typescript-eslint/issues/6073)) ([1f19998](https://togithub.com/typescript-eslint/typescript-eslint/commit/1f19998e3ec6d592fc679a7490708e2e96816f4c)) - **eslint-plugin:** \[member-ordering] support private fields ([#​5859](https://togithub.com/typescript-eslint/typescript-eslint/issues/5859)) ([f02761a](https://togithub.com/typescript-eslint/typescript-eslint/commit/f02761af19848a84b8d1832bd00fd6c95d38fa0c)) - **eslint-plugin:** \[prefer-readonly] report if a member's property is reassigned ([#​6043](https://togithub.com/typescript-eslint/typescript-eslint/issues/6043)) ([6e079eb](https://togithub.com/typescript-eslint/typescript-eslint/commit/6e079eb35cfec79ba9965627477117f026d161ac)) ##### Features - **eslint-plugin:** \[member-ordering] add a required option for required vs. optional member ordering ([#​5965](https://togithub.com/typescript-eslint/typescript-eslint/issues/5965)) ([2abadc6](https://togithub.com/typescript-eslint/typescript-eslint/commit/2abadc6c26cd6300764157d405a2462b754d050b)) ### [`v5.44.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5440-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5430v5440-2022-11-21) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.43.0...v5.44.0) ##### Bug Fixes - **eslint-plugin:** \[no-empty-interface] disable autofix for declaration merging with class ([#​5920](https://togithub.com/typescript-eslint/typescript-eslint/issues/5920)) ([a4f85b8](https://togithub.com/typescript-eslint/typescript-eslint/commit/a4f85b8cfe38ba8ea2a2ac4a56d9b11a81a8a15a)) - **eslint-plugin:** \[no-unnecessary-condition] handle index signature type ([#​5912](https://togithub.com/typescript-eslint/typescript-eslint/issues/5912)) ([5baad08](https://togithub.com/typescript-eslint/typescript-eslint/commit/5baad0893f9a90633d57fffac69af7523bd1501e)) - **eslint-plugin:** \[prefer-optional-chain] handle binary expressions in negated or ([#​5992](https://togithub.com/typescript-eslint/typescript-eslint/issues/5992)) ([2778ff0](https://togithub.com/typescript-eslint/typescript-eslint/commit/2778ff0c3db011148be93ed3bea5ce07af3c81ef)) - **typescript-estree:** don't consider a cached program unless it's specified in the current `parserOptions.project` config ([#​5999](https://togithub.com/typescript-eslint/typescript-eslint/issues/5999)) ([530e0e6](https://togithub.com/typescript-eslint/typescript-eslint/commit/530e0e618cdf4bb956149bf8a8484848e1b9a1f5)) ##### Features - **eslint-plugin:** \[adjacent-overload-signatures] check BlockStatement nodes ([#​5998](https://togithub.com/typescript-eslint/typescript-eslint/issues/5998)) ([97d3e56](https://togithub.com/typescript-eslint/typescript-eslint/commit/97d3e56709ee19fdec39fd8b99d080db90b306e9)) - **eslint-plugin:** \[keyword-spacing] Support spacing in import-type syntax ([#​5977](https://togithub.com/typescript-eslint/typescript-eslint/issues/5977)) ([6a735e1](https://togithub.com/typescript-eslint/typescript-eslint/commit/6a735e142ef67f3af6497f922cf83706867eb6b7))
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v5.46.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5461-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5460v5461-2022-12-12) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.46.0...v5.46.1) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v5.46.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5460-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5451v5460-2022-12-08) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.45.1...v5.46.0) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) #### [5.45.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.45.0...v5.45.1) (2022-12-05) ##### Bug Fixes - **parser:** remove the jsx option requirement for automatic jsx pragma resolution ([#​6134](https://togithub.com/typescript-eslint/typescript-eslint/issues/6134)) ([e777f5e](https://togithub.com/typescript-eslint/typescript-eslint/commit/e777f5e225b9ddfb6bb1eaa74cbc5171a17ac017)) ### [`v5.45.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5451-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5450v5451-2022-12-05) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.45.0...v5.45.1) ##### Bug Fixes - **parser:** remove the jsx option requirement for automatic jsx pragma resolution ([#​6134](https://togithub.com/typescript-eslint/typescript-eslint/issues/6134)) ([e777f5e](https://togithub.com/typescript-eslint/typescript-eslint/commit/e777f5e225b9ddfb6bb1eaa74cbc5171a17ac017)) ### [`v5.45.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5450-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5440v5450-2022-11-28) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.44.0...v5.45.0) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v5.44.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5440-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5430v5440-2022-11-21) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.43.0...v5.44.0) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
axios/axios ### [`v1.2.1`](https://togithub.com/axios/axios/blob/HEAD/CHANGELOG.md#​121---2022-12-05) [Compare Source](https://togithub.com/axios/axios/compare/v1.2.0...v1.2.1) ##### Changed - feat(exports): export mergeConfig [#​5151](https://togithub.com/axios/axios/pull/5151) ##### Fixed - fix(CancelledError): include config [#​4922](https://togithub.com/axios/axios/pull/4922) - fix(general): removing multiple/trailing/leading whitespace [#​5022](https://togithub.com/axios/axios/pull/5022) - fix(headers): decompression for responses without Content-Length header [#​5306](https://togithub.com/axios/axios/pull/5306) - fix(webWorker): exception to sending form data in web worker [#​5139](https://togithub.com/axios/axios/pull/5139) ##### Refactors - refactor(types): AxiosProgressEvent.event type to any [#​5308](https://togithub.com/axios/axios/pull/5308) - refactor(types): add missing types for static AxiosError.from method [#​4956](https://togithub.com/axios/axios/pull/4956) ##### Chores - chore(docs): remove README link to non-existent upgrade guide [#​5307](https://togithub.com/axios/axios/pull/5307) - chore(docs): typo in issue template name [#​5159](https://togithub.com/axios/axios/pull/5159) ##### Contributors to this release - [Dmitriy Mozgovoy](https://togithub.com/DigitalBrainJS) - [Zachary Lysobey](https://togithub.com/zachlysobey) - [Kevin Ennis](https://togithub.com/kevincennis) - [Philipp Loose](https://togithub.com/phloose) - [secondl1ght](https://togithub.com/secondl1ght) - [wenzheng](https://togithub.com/0x30) - [Ivan Barsukov](https://togithub.com/ovarn) - [Arthur Fiorette](https://togithub.com/arthurfiorette) ### [`v1.2.0`](https://togithub.com/axios/axios/blob/HEAD/CHANGELOG.md#​120---2022-11-10) [Compare Source](https://togithub.com/axios/axios/compare/v1.1.3...v1.2.0) ##### Changed - changed: refactored module exports [#​5162](https://togithub.com/axios/axios/pull/5162) - change: re-added support for loading Axios with require('axios').default [#​5225](https://togithub.com/axios/axios/pull/5225) ##### Fixed - fix: improve AxiosHeaders class [#​5224](https://togithub.com/axios/axios/pull/5224) - fix: TypeScript type definitions for commonjs [#​5196](https://togithub.com/axios/axios/pull/5196) - fix: type definition of use method on AxiosInterceptorManager to match the the README [#​5071](https://togithub.com/axios/axios/pull/5071) - fix: \__dirname is not defined in the sandbox [#​5269](https://togithub.com/axios/axios/pull/5269) - fix: AxiosError.toJSON method to avoid circular references [#​5247](https://togithub.com/axios/axios/pull/5247) - fix: Z_BUF_ERROR when content-encoding is set but the response body is empty [#​5250](https://togithub.com/axios/axios/pull/5250) ##### Refactors - refactor: allowing adapters to be loaded by name [#​5277](https://togithub.com/axios/axios/pull/5277) ##### Chores - chore: force CI restart [#​5243](https://togithub.com/axios/axios/pull/5243) - chore: update ECOSYSTEM.md [#​5077](https://togithub.com/axios/axios/pull/5077) - chore: update get/index.html [#​5116](https://togithub.com/axios/axios/pull/5116) - chore: update Sandbox UI/UX [#​5205](https://togithub.com/axios/axios/pull/5205) - chore:(actions): remove git credentials after checkout [#​5235](https://togithub.com/axios/axios/pull/5235) - chore(actions): bump actions/dependency-review-action from 2 to 3 [#​5266](https://togithub.com/axios/axios/pull/5266) - chore(packages): bump loader-utils from 1.4.1 to 1.4.2 [#​5295](https://togithub.com/axios/axios/pull/5295) - chore(packages): bump engine.io from 6.2.0 to 6.2.1 [#​5294](https://togithub.com/axios/axios/pull/5294) - chore(packages): bump socket.io-parser from 4.0.4 to 4.0.5 [#​5241](https://togithub.com/axios/axios/pull/5241) - chore(packages): bump loader-utils from 1.4.0 to 1.4.1 [#​5245](https://togithub.com/axios/axios/pull/5245) - chore(docs): update Resources links in README [#​5119](https://togithub.com/axios/axios/pull/5119) - chore(docs): update the link for JSON url [#​5265](https://togithub.com/axios/axios/pull/5265) - chore(docs): fix broken links [#​5218](https://togithub.com/axios/axios/pull/5218) - chore(docs): update and rename UPGRADE_GUIDE.md to MIGRATION_GUIDE.md [#​5170](https://togithub.com/axios/axios/pull/5170) - chore(docs): typo fix line [#​856](https://togithub.com/axios/axios/issues/856) and [#​920](https://togithub.com/axios/axios/issues/920) [#​5194](https://togithub.com/axios/axios/pull/5194) - chore(docs): typo fix [#​800](https://togithub.com/axios/axios/issues/800) [#​5193](https://togithub.com/axios/axios/pull/5193) - chore(docs): fix typos [#​5184](https://togithub.com/axios/axios/pull/5184) - chore(docs): fix punctuation in README.md [#​5197](https://togithub.com/axios/axios/pull/5197) - chore(docs): update readme in the Handling Errors section - issue reference [#​5260](https://togithub.com/axios/axios/issues/5260) [#​5261](https://togithub.com/axios/axios/pull/5261) - chore: remove \b from filename [#​5207](https://togithub.com/axios/axios/pull/5207) - chore(docs): update CHANGELOG.md [#​5137](https://togithub.com/axios/axios/pull/5137) - chore: add sideEffects false to package.json [#​5025](https://togithub.com/axios/axios/pull/5025) ##### Contributors to this release - [Maddy Miller](https://togithub.com/me4502) - [Amit Saini](https://togithub.com/amitsainii) - [ecyrbe](https://togithub.com/ecyrbe) - [Ikko Ashimine](https://togithub.com/eltociear) - [Geeth Gunnampalli](https://togithub.com/thetechie7) - [Shreem Asati](https://togithub.com/shreem-123) - [Frieder Bluemle](https://togithub.com/friederbluemle) - [윤세영](https://togithub.com/yunseyeong) - [Claudio Busatto](https://togithub.com/cjcbusatto) - [Remco Haszing](https://togithub.com/remcohaszing) - [Dmitriy Mozgovoy](https://togithub.com/DigitalBrainJS) - [Csaba Maulis](https://togithub.com/om4csaba) - [MoPaMo](https://togithub.com/MoPaMo) - [Daniel Fjeldstad](https://togithub.com/w3bdesign) - [Adrien Brunet](https://togithub.com/adrien-may) - [Frazer Smith](https://togithub.com/Fdawgs) - [HaiTao](https://togithub.com/836334258) - [AZM](https://togithub.com/aziyatali) - [relbns](https://togithub.com/relbns)
eslint/eslint ### [`v8.29.0`](https://togithub.com/eslint/eslint/releases/tag/v8.29.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.28.0...v8.29.0) #### Features - [`49a07c5`](https://togithub.com/eslint/eslint/commit/49a07c52c5af7e98d161ff4acd44bbbe0aa6383b) feat: add `allowParensAfterCommentPattern` option to no-extra-parens ([#​16561](https://togithub.com/eslint/eslint/issues/16561)) (Nitin Kumar) - [`e6a865d`](https://togithub.com/eslint/eslint/commit/e6a865d70aed9e1c07be712e40c38da1a5dda849) feat: `prefer-named-capture-group` add suggestions ([#​16544](https://togithub.com/eslint/eslint/issues/16544)) (Josh Goldberg) - [`a91332b`](https://togithub.com/eslint/eslint/commit/a91332b8bd9adfa2aa8110071bdf73f56d400050) feat: In no-invalid-regexp validate flags also for non-literal patterns ([#​16583](https://togithub.com/eslint/eslint/issues/16583)) (trosos) #### Documentation - [`0311d81`](https://togithub.com/eslint/eslint/commit/0311d81834d675b8ae7cc92a460b37115edc4018) docs: Configuring Plugins page intro, page tweaks, and rename ([#​16534](https://togithub.com/eslint/eslint/issues/16534)) (Ben Perlmutter) - [`57089b1`](https://togithub.com/eslint/eslint/commit/57089b1ede624452bc94404b6e60d01d48cfd468) docs: add a property assignment example for camelcase rule ([#​16605](https://togithub.com/eslint/eslint/issues/16605)) (Milos Djermanovic) - [`b6ab030`](https://togithub.com/eslint/eslint/commit/b6ab030897d2e8b314b33a6502346a4ac45bb8da) docs: add docs codeowners ([#​16601](https://togithub.com/eslint/eslint/issues/16601)) (Strek) - [`6380c87`](https://togithub.com/eslint/eslint/commit/6380c87c563be5dc78ce0ddd5c7409aaf71692bb) docs: fix sitemap and feed ([#​16592](https://togithub.com/eslint/eslint/issues/16592)) (Milos Djermanovic) - [`ade621d`](https://togithub.com/eslint/eslint/commit/ade621dd12fcd3b65644bb3468248cc040db756c) docs: perf debounce the search query ([#​16586](https://togithub.com/eslint/eslint/issues/16586)) (Shanmughapriyan S) - [`fbcf3ab`](https://togithub.com/eslint/eslint/commit/fbcf3abd54dd20aec3c695cacece56493633c97f) docs: fix searchbar clear button ([#​16585](https://togithub.com/eslint/eslint/issues/16585)) (Shanmughapriyan S) - [`f894035`](https://togithub.com/eslint/eslint/commit/f89403553b31d24f4fc841424cc7dcb8c3ef689f) docs: HTTPS link to yeoman.io ([#​16582](https://togithub.com/eslint/eslint/issues/16582)) (Christian Oliff) - [`de12b26`](https://togithub.com/eslint/eslint/commit/de12b266f2aa6f063d0af888b8f0de41d09ec33f) docs: Update configuration file pages ([#​16509](https://togithub.com/eslint/eslint/issues/16509)) (Ben Perlmutter) - [`1ae9f20`](https://togithub.com/eslint/eslint/commit/1ae9f2067442434c6ccc6b41703624b302d17c67) docs: update correct code examples for `no-extra-parens` rule ([#​16560](https://togithub.com/eslint/eslint/issues/16560)) (Nitin Kumar) #### Chores - [`7628403`](https://togithub.com/eslint/eslint/commit/7628403a57d9d9b4e2cb2b36309170900f58832e) chore: add discord channel link ([#​16590](https://togithub.com/eslint/eslint/issues/16590)) (Amaresh S M) - [`f5808cb`](https://togithub.com/eslint/eslint/commit/f5808cb51529174a67b4938223f06435ad6d5118) chore: fix rule doc headers check ([#​16564](https://togithub.com/eslint/eslint/issues/16564)) (Milos Djermanovic) ### [`v8.28.0`](https://togithub.com/eslint/eslint/releases/tag/v8.28.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.27.0...v8.28.0) #### Features - [`63bce44`](https://togithub.com/eslint/eslint/commit/63bce44e7b6326e1e94fc7f6283df8de7bbac273) feat: add `ignoreClassFieldInitialValues` option to no-magic-numbers ([#​16539](https://togithub.com/eslint/eslint/issues/16539)) (Milos Djermanovic) - [`8385ecd`](https://togithub.com/eslint/eslint/commit/8385ecdbbe342211e20aebe76fa7affe8ec04c33) feat: multiline properties in rule `key-spacing` with option `align` ([#​16532](https://togithub.com/eslint/eslint/issues/16532)) (Francesco Trotta) - [`a4e89db`](https://togithub.com/eslint/eslint/commit/a4e89dbe85589dab982885872dc206e090c27b3c) feat: `no-obj-calls` support `Intl` ([#​16543](https://togithub.com/eslint/eslint/issues/16543)) (Sosuke Suzuki) #### Bug Fixes - [`c50ae4f`](https://togithub.com/eslint/eslint/commit/c50ae4f840d1ee9dc7b80a46c887398c0ec0a67c) fix: Ensure that dot files are found with globs. ([#​16550](https://togithub.com/eslint/eslint/issues/16550)) (Nicholas C. Zakas) - [`9432b67`](https://togithub.com/eslint/eslint/commit/9432b67f76ddd7b8a73d37e8a041a9ff25822f0c) fix: throw error for first unmatched pattern ([#​16533](https://togithub.com/eslint/eslint/issues/16533)) (Milos Djermanovic) - [`e76c382`](https://togithub.com/eslint/eslint/commit/e76c3827727b48c16af8467c02c31160e5595d83) fix: allow `* 1` when followed by `/` in no-implicit-coercion ([#​16522](https://togithub.com/eslint/eslint/issues/16522)) (Milos Djermanovic) #### Documentation - [`34c05a7`](https://togithub.com/eslint/eslint/commit/34c05a779ada3142995392ae12978461900088df) docs: Language Options page intro and tweaks ([#​16511](https://togithub.com/eslint/eslint/issues/16511)) (Ben Perlmutter) - [`3e66387`](https://togithub.com/eslint/eslint/commit/3e663873c97773ab1ecdff54aaa122075d5bb389) docs: add intro and edit ignoring files page ([#​16510](https://togithub.com/eslint/eslint/issues/16510)) (Ben Perlmutter) - [`436f712`](https://togithub.com/eslint/eslint/commit/436f712843360f98b2bd63256bf0c4f77013b54c) docs: fix Header UI inconsistency ([#​16464](https://togithub.com/eslint/eslint/issues/16464)) (Tanuj Kanti) - [`f743816`](https://togithub.com/eslint/eslint/commit/f74381696703d8eed0e175d42f96904a3d1cb4cb) docs: switch to wrench emoji for auto-fixable rules ([#​16545](https://togithub.com/eslint/eslint/issues/16545)) (Bryan Mishkin) - [`bc0547e`](https://togithub.com/eslint/eslint/commit/bc0547eb149a1e04211826662d2d798fb331983d) docs: improve styles for versions and languages page ([#​16553](https://togithub.com/eslint/eslint/issues/16553)) (Nitin Kumar) - [`6070f58`](https://togithub.com/eslint/eslint/commit/6070f58d802d77c6c781c6bc1f554eef8b3d8f68) docs: clarify esquery issue workaround ([#​16556](https://togithub.com/eslint/eslint/issues/16556)) (Milos Djermanovic) - [`b48e4f8`](https://togithub.com/eslint/eslint/commit/b48e4f89c59bd1c5408e3db492a0e95a402820bd) docs: Command Line Interface intro and tweaks ([#​16535](https://togithub.com/eslint/eslint/issues/16535)) (Ben Perlmutter) - [`b92b30f`](https://togithub.com/eslint/eslint/commit/b92b30f93db64314827305b552cbb832c63fa949) docs: Add Rules page intro and content tweaks ([#​16523](https://togithub.com/eslint/eslint/issues/16523)) (Ben Perlmutter) - [`1769b42`](https://togithub.com/eslint/eslint/commit/1769b423392512db4adf1eff75896c1ac0c3606b) docs: Integrations page introduction ([#​16548](https://togithub.com/eslint/eslint/issues/16548)) (Ben Perlmutter) - [`a8d0a57`](https://togithub.com/eslint/eslint/commit/a8d0a57cbc29a917258df41d3254ecd29bcf61ab) docs: make table of contents sticky on desktop ([#​16506](https://togithub.com/eslint/eslint/issues/16506)) (Sam Chen) - [`a01315a`](https://togithub.com/eslint/eslint/commit/a01315a7d8f3a70468b7a644fde01d6983778c6b) docs: fix route of japanese translation site ([#​16542](https://togithub.com/eslint/eslint/issues/16542)) (Tanuj Kanti) - [`0515628`](https://togithub.com/eslint/eslint/commit/05156285396eba9ce3d3a0990a8c89d5bc229636) docs: use emoji instead of svg for deprecated rule ([#​16536](https://togithub.com/eslint/eslint/issues/16536)) (Bryan Mishkin) - [`68f1288`](https://togithub.com/eslint/eslint/c

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.