forked from giranm/pd-live-react
-
Notifications
You must be signed in to change notification settings - Fork 3
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
[Release] v0.11.1 beta.0 #391
Merged
Merged
Conversation
This file contains 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
Member
gsreynolds
commented
Jan 11, 2024
- Bump eslint-config-prettier from 8.8.0 to 9.0.0
- Bump eslint-plugin-import from 2.28.1 to 2.29.0
- Bump react-datepicker from 4.16.0 to 4.21.0
- Bump jest-environment-node from 29.6.3 to 29.7.0
- Bump prettier from 2.8.8 to 3.1.0
- eslint
- Update prettier deps
- eslint
- Update axios and wait-on
- Bump yarn-audit-fix from 10.0.0 to 10.0.5
- Bump @types/react-dom from 18.2.7 to 18.2.17
- Bump @adobe/css-tools from 4.3.1 to 4.3.2
- Add Client / Client URL column
- Add Timestamp column
- Add Today as an additional Default Since Date Lookback
- Update to Cypress 13, including cypress/requests and tough-cookie updates
- chrome -> electron
- Remove unnecessary waiting
- 6 months -> 180 days to avoid invalid since dates returning 400 errors...
- 1 Day is the default, so reset to that
- Revert "chrome -> electron"
- Always specify chrome for cypress
- fail-fast enabled
- Just use / for root url
- Don't use Cypress commands to clear state
- Enable Test Isolation for app.spec.js
- Enable Test Isolation for settings.spec.js
- Enable Test Isolation for search.spec.js
- Bump vite from 4.4.9 to 4.4.12
- Enable Test Isolation for query.spec.js
- Enable Test Isolation for incidents.spec.js
- Set Test Isolation as default
- eslint
- Refactor incidents.spec.js to reduce runtime with Test Isolation
- Add waitForAlerts command to ensure alert loading is complete before proceeding for alert related tests
- Bump react-intersection-observer from 9.5.2 to 9.5.3
- Bump @testing-library/dom from 9.3.0 to 9.3.3
- Bump @testing-library/react from 14.0.0 to 14.1.2
- Bump linkifyjs from 4.1.1 to 4.1.3
- Bump linkify-react from 4.1.1 to 4.1.3
- Bump github/codeql-action from 2 to 3
- Fix [Bug] Incident table rows don't deselect when actions are completed that result in incidents no longer matching the current filter #380 by clearing incident checkboxes as actions are requested, rather than completed and potentially filtered out, to avoid react-table's toggleAllRowsSelected behaviour of only working on currently filtered rows
- add button= URL param to have extra buttons in the UI
- Ensure EXTRA_BUTTONS is not null before rendering
- Add extra button e2e test
- eslint format
- use should instead of then, as should is automatically retried
- Clarify if conditional for deselection after incident action
- use should instead of then, as should is automatically retried
- eslint format
- Address flaky responder test
- Bump @types/node from 20.5.7 to 20.10.8
- Bump follow-redirects from 1.15.2 to 1.15.4
- Publishing release v0.11.1-beta.0
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.8.0 to 9.0.0. - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-config-prettier@v8.8.0...v9.0.0) --- updated-dependencies: - dependency-name: eslint-config-prettier dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.28.1 to 2.29.0. - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](import-js/eslint-plugin-import@v2.28.1...v2.29.0) --- updated-dependencies: - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [react-datepicker](https://github.com/Hacker0x01/react-datepicker) from 4.16.0 to 4.21.0. - [Release notes](https://github.com/Hacker0x01/react-datepicker/releases) - [Commits](Hacker0x01/react-datepicker@v4.16.0...v4.21.0) --- updated-dependencies: - dependency-name: react-datepicker dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [jest-environment-node](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-node) from 29.6.3 to 29.7.0. - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest-environment-node) --- updated-dependencies: - dependency-name: jest-environment-node dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…p/react-datepicker-4.21.0
…p/jest-environment-node-29.7.0
…p/eslint-plugin-import-2.29.0
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.1.0. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@2.8.8...3.1.0) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Gavin Reynolds <[email protected]>
…9.0.0' into linting_updates
Signed-off-by: Gavin Reynolds <[email protected]>
Signed-off-by: Gavin Reynolds <[email protected]>
Signed-off-by: Gavin Reynolds <[email protected]>
Bumps [yarn-audit-fix](https://github.com/antongolub/yarn-audit-fix) from 10.0.0 to 10.0.5. - [Release notes](https://github.com/antongolub/yarn-audit-fix/releases) - [Changelog](https://github.com/antongolub/yarn-audit-fix/blob/master/CHANGELOG.md) - [Commits](antongolub/yarn-audit-fix@v10.0.0...v10.0.5) --- updated-dependencies: - dependency-name: yarn-audit-fix dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…p/yarn-audit-fix-10.0.5
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 18.2.7 to 18.2.17. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) --- updated-dependencies: - dependency-name: "@types/react-dom" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.3.1 to 4.3.2. - [Changelog](https://github.com/adobe/css-tools/blob/main/History.md) - [Commits](https://github.com/adobe/css-tools/commits) --- updated-dependencies: - dependency-name: "@adobe/css-tools" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Gavin Reynolds <[email protected]>
Signed-off-by: Gavin Reynolds <[email protected]>
Signed-off-by: Gavin Reynolds <[email protected]>
…ates Signed-off-by: Gavin Reynolds <[email protected]>
Signed-off-by: Gavin Reynolds <[email protected]>
Signed-off-by: Gavin Reynolds <[email protected]>
…s... Signed-off-by: Gavin Reynolds <[email protected]>
…p/testing-library/react-14.1.2
…p/testing-library/dom-9.3.3
Bumps [linkifyjs](https://github.com/Hypercontext/linkifyjs/tree/HEAD/packages/linkifyjs) from 4.1.1 to 4.1.3. - [Release notes](https://github.com/Hypercontext/linkifyjs/releases) - [Changelog](https://github.com/Hypercontext/linkifyjs/blob/main/CHANGELOG.md) - [Commits](https://github.com/Hypercontext/linkifyjs/commits/v4.1.3/packages/linkifyjs) --- updated-dependencies: - dependency-name: linkifyjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Gavin Reynolds <[email protected]>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v2...v3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…ther than completed and potentially filtered out, to avoid react-table's toggleAllRowsSelected behaviour of only working on currently filtered rows Signed-off-by: Gavin Reynolds <[email protected]>
Signed-off-by: Gavin Reynolds <[email protected]>
Signed-off-by: Gavin Reynolds <[email protected]>
Signed-off-by: Gavin Reynolds <[email protected]>
Signed-off-by: Gavin Reynolds <[email protected]>
…lop/github/codeql-action-3
…p/linkifyjs-4.1.3
…p/react-intersection-observer-9.5.3
Signed-off-by: Gavin Reynolds <[email protected]>
Signed-off-by: Gavin Reynolds <[email protected]>
Signed-off-by: Gavin Reynolds <[email protected]>
Signed-off-by: Gavin Reynolds <[email protected]>
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.5.7 to 20.10.8. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.15.2...v1.15.4) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…-redirects-1.15.4
…p/types/node-20.10.8
Signed-off-by: Gavin Reynolds <[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.