build(deps): bump the eslint group across 1 directory with 5 updates#2059
Open
dependabot[bot] wants to merge 1 commit into
Open
build(deps): bump the eslint group across 1 directory with 5 updates#2059dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
✅ Deploy Preview for beryju-gravity canceled.
|
c7ad771 to
0d56b01
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2059 +/- ##
=======================================
Coverage 69.52% 69.52%
=======================================
Files 140 140
Lines 7655 7655
=======================================
Hits 5322 5322
Misses 1793 1793
Partials 540 540
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
393ce9e to
a837df1
Compare
d351210 to
41405ea
Compare
f3bfbae to
9c980bd
Compare
69fc264 to
1cbb477
Compare
a8339bc to
2a4636b
Compare
6847c61 to
d5c8f3d
Compare
64b7fec to
dcf457e
Compare
52d7760 to
42b59d7
Compare
4da3d02 to
d707436
Compare
Contributor
Docker ImagesThis PR has been built and pushed to the container registry. Standard image: Debug image: |
f8225fe to
4a6f085
Compare
Bumps the eslint group with 4 updates in the /web directory: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [eslint](https://github.com/eslint/eslint), [eslint-plugin-lit](https://github.com/43081j/eslint-plugin-lit) and [eslint-plugin-wc](https://github.com/43081j/eslint-plugin-wc). Updates `@typescript-eslint/eslint-plugin` from 8.54.0 to 8.59.3 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.3/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.54.0 to 8.59.3 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.3/packages/parser) Updates `eslint` from 9.39.2 to 10.4.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.2...v10.4.0) Updates `eslint-plugin-lit` from 2.1.1 to 2.3.1 - [Release notes](https://github.com/43081j/eslint-plugin-lit/releases) - [Commits](43081j/eslint-plugin-lit@2.1.1...2.3.1) Updates `eslint-plugin-wc` from 3.0.2 to 3.1.0 - [Release notes](https://github.com/43081j/eslint-plugin-wc/releases) - [Changelog](https://github.com/43081j/eslint-plugin-wc/blob/master/CHANGELOG.md) - [Commits](43081j/eslint-plugin-wc@3.0.2...3.1.0) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.55.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@typescript-eslint/parser" dependency-version: 8.55.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint-plugin-lit dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-wc dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com>
4a6f085 to
73bb087
Compare
This file contains hidden or 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
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.
Bumps the eslint group with 4 updates in the /web directory: @typescript-eslint/eslint-plugin, eslint, eslint-plugin-lit and eslint-plugin-wc.
Updates
@typescript-eslint/eslint-pluginfrom 8.54.0 to 8.59.3Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
... (truncated)
Commits
48e13c0chore(release): publish 8.59.3e26dc80docs: update stale links to latest (#12313)44f9625chore(deps): update vitest monorepo to v4.1.5 (#12307)2ec35f1chore(release): publish 8.59.2ec3ef25test: make no-useless-empty-export tests fully static (#12260)60d0a51chore(eslint-plugin): switch auto-generated test cases to hand-written in no-...5c53da2fix(eslint-plugin): [no-deprecated] object destructuring values should be tre...80c28a1fix(eslint-plugin): [no-unsafe-type-assertion] handle crash on recursive temp...b7b2670test: make no-this-alias tests fully static (#12258)5245793chore(release): publish 8.59.1Updates
@typescript-eslint/parserfrom 8.54.0 to 8.59.3Release notes
Sourced from @typescript-eslint/parser's releases.
... (truncated)
Changelog
Sourced from @typescript-eslint/parser's changelog.
... (truncated)
Commits
48e13c0chore(release): publish 8.59.344f9625chore(deps): update vitest monorepo to v4.1.5 (#12307)2ec35f1chore(release): publish 8.59.25245793chore(release): publish 8.59.1ea9ae4fchore(release): publish 8.59.090c2803chore(release): publish 8.58.2be6b49afix: remove tsbuildinfo cache file from published packages (#12187)5311ed3chore(release): publish 8.58.14933417chore(release): publish 8.58.08cde2d0feat: support TypeScript 6 (#12124)Updates
eslintfrom 9.39.2 to 10.4.0Release notes
Sourced from eslint's releases.
... (truncated)
Commits
452c40110.4.0b6417e8Build: changelog update for 10.4.06616856chore: upgrade knip to v6 (#20875)d13b084ci: ensure auto-created PRs run CI (#20860)7e52a71docs: add mention of@eslint-react/eslint-plugin(#20869)e71c7afci: bump pnpm/action-setup from 6.0.5 to 6.0.7 (#20862)544c0c3fix: escape code path DOT labels in debug output (#20866)db3468bdocs: tweak wording around ambiguous CJS-vs-ESM config (#20865)d84393dtest: add unit tests for SuppressionsService.applySuppressions() (#20863)9084664docs: Update READMEUpdates
eslint-plugin-litfrom 2.1.1 to 2.3.1Release notes
Sourced from eslint-plugin-lit's releases.
Commits
1ea2ba4chore: fix npm publish (#247)9b879cafeat(rules): add prefer-query-decorators rule (#238)92a3015build(deps): bump the production-dependencies group with 2 updates (#245)0ae4c19feat: upgrade to ESLint 9 (#246)27d65b1build(deps): bump actions/setup-node in the github-actions group (#244)1780978build(deps): bump picomatch from 2.3.1 to 2.3.2 (#240)0054a00build(deps-dev): bump flatted from 3.1.1 to 3.4.2 (#239)82622dbbuild(deps): bump actions/setup-node in the github-actions group (#237)d61d616build(deps-dev): bump minimatch from 3.1.2 to 3.1.5 (#235)2a01a1cbuild(deps): bump the production-dependencies group with 2 updates (#231)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for eslint-plugin-lit since your current version.
Updates
eslint-plugin-wcfrom 3.0.2 to 3.1.0Release notes
Sourced from eslint-plugin-wc's releases.
Commits
28eac22fix: switch togetCommentsBeforeovergetJSDocComment(#160)e963b45build(deps): bump glob from 10.4.5 to 10.5.0 (#158)a44358fchore: remove coveralls (#157)