Skip to content

Commit

Permalink
js-packages: Fix some JS lints ahead of the eslint 9 upgrade (#40489)
Browse files Browse the repository at this point in the history
  • Loading branch information
kraftbj authored and matticbot committed Dec 6, 2024
1 parent 0fbf6ba commit 912979e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

### This is a list detailing changes for the Jetpack RNA Connection Component releases.

## [0.36.1-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

## [0.36.0] - 2024-12-04
### Changed
- Changed text domain from 'jetpack' to 'jetpack-connection-js'. [#40368]
Expand Down Expand Up @@ -906,6 +910,7 @@
- `Main` and `ConnectUser` components added.
- `JetpackRestApiClient` API client added.

[0.36.1-alpha]: https://github.com/Automattic/jetpack-connection-js/compare/v0.36.0...v0.36.1-alpha
[0.36.0]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.20...v0.36.0
[0.35.20]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.19...v0.35.20
[0.35.19]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.18...v0.35.19
Expand Down
3 changes: 1 addition & 2 deletions components/connect-screen/basic/visual.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { ActionButton, TermsOfService } from '@automattic/jetpack-components';
import { getRedirectUrl } from '@automattic/jetpack-components';
import { ActionButton, TermsOfService, getRedirectUrl } from '@automattic/jetpack-components';
import { createInterpolateElement } from '@wordpress/element';
import { __ } from '@wordpress/i18n';
import React from 'react';
Expand Down
2 changes: 0 additions & 2 deletions components/disconnect-dialog/steps/step-survey.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* eslint-disable jsx-a11y/no-noninteractive-tabindex */

import { __ } from '@wordpress/i18n';
import PropTypes from 'prop-types';
import React from 'react';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-connection",
"version": "0.36.0",
"version": "0.36.1-alpha",
"description": "Jetpack Connection Component",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/connection/#readme",
"bugs": {
Expand Down

0 comments on commit 912979e

Please sign in to comment.