Skip to content

fix(deps): update dependency espree to v10 #1967

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 27, 2024

This PR contains the following updates:

Package Change Age Confidence
espree (source) ^9.0.0 -> ^10.0.0 age confidence

Release Notes

eslint/js (espree)

v10.4.0

Compare Source

Features
  • Add support for ES2026 using and await using declarations (#​658) (39e0865)
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • eslint-visitor-keys bumped from ^4.2.0 to ^4.2.1

v10.3.0

Compare Source

Features
  • add support for Import Attributes and RegExp Modifiers (#​639) (2fd4222)
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • eslint-visitor-keys bumped from ^4.1.0 to ^4.2.0

v10.2.0

Compare Source

Features
Bug Fixes
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • eslint-visitor-keys bumped from ^4.0.0 to ^4.1.0

v10.1.0

Compare Source

Features
  • Support ES2025 and RegExp duplicate named capturing groups (#​608) (3059713)

v10.0.1

Compare Source

Chores

v10.0.0

Compare Source

⚠ BREAKING CHANGES
  • Require Node.js ^18.18.0 || ^20.9.0 || >=21.1.0 (#​589)
Features
Bug Fixes
Chores

v9.6.1

Compare Source

Chores

v9.6.0

Compare Source

Features

v9.5.2

Compare Source

Chores

v9.5.1 - March 28, 2023

v9.5.0 - March 10, 2023

v9.4.1 - November 6, 2022

v9.4.0 - August 26, 2022

  • 411d697 feat: Support ES2023 and hashbangs (#​556) (Brandon Mills)

v9.3.3 - July 31, 2022

  • b1eac6d fix: don't recognize directives in ES3, allow parenthesized rest target (#​554) (Milos Djermanovic)
  • bd3b5c6 ci: update github actions (#​552) (Amaresh S M)
  • 45fec88 chore: update package.json (#​550) (Deepshika S)

v9.3.2 - May 6, 2022

  • 6c718af fix: "use strict" should not trigger strict mode in es3. (#​547) (唯然)
  • e5982ef chore: lint tool files, add editorconfig, update devDeps. (#​545) (Brett Zamir)
  • 75f65eb build: add node v18 (#​546) (唯然)
  • b578a66 chore: remove unused devDependencies (#​540) (Nitin Kumar)
  • 770b577 chore: add LICENSE file for tests (#​539) (Nitin Kumar)
  • c915190 docs: update Build Status badge (#​536) (Milos Djermanovic)

v9.3.1 - February 11, 2022

v9.3.0 - December 31, 2021

  • 8655f3d feat: support arbitrary module namespace names (#​528) (Milos Djermanovic)
  • 1b72d7a ci: use node v16 for macOS and windows jobs (#​527) (Nitin Kumar)

v9.2.0 - December 3, 2021

v9.1.0 - November 20, 2021

  • 27713ac feat: Add sourceType:commonjs support (#​520) (Nicholas C. Zakas)
  • 6839389 feat: support for private-in syntax (#​521) (Yosuke Ota)
  • fe07aae feat: support class static blocks (#​518) (Milos Djermanovic)
  • c0a8aa2 build: upgrade eslint-release to v3.2.0 to support conventional commits (#​517) (Milos Djermanovic)
  • 6be7bcb Build: add node v17 (#​516) (唯然)
  • 93b24dd Chore: add class static blocks tests (#​515) (薛定谔的猫)

v9.0.0 - September 10, 2021

  • 7952c6f Breaking: Disallow reserved words in ES3 (#​513) (Nicholas C. Zakas)
  • ee1d3ec Fix: 0x2028 and 0x2029 in string literals should increment line number (#​514) (Milos Djermanovic)
  • 63bd0bc Chore: use actions/setup-node@v2 (#​510) (薛定谔的猫)
  • bf57077 Chore: Remove obsolete lib/visitor-keys.js (#​509) (Matthias Oßwald)

v8.0.0 - June 29, 2021

v8.0.0-beta.1 - June 24, 2021

  • e207bd7 Update: Support top-level await and regexp match indices (#​505) (Nicholas C. Zakas)
  • 9eff2c7 Update: reset default ecmaVersion to 5 (#​506) (Nicholas C. Zakas)

v8.0.0-beta.0 - June 11, 2021

v7.3.1 - December 5, 2020

v7.3.0 - August 22, 2020

  • 4ba3eef Chore: move to GitHub Actions (#​449) (Kai Cataldo)
  • bd0a405 Update: support logical assignment and numeric separators (#​448) (Toru Nagashima)

v7.2.0 - July 17, 2020

v7.1.0 - June 4, 2020

  • 75e80bc Update: support ?? operator, import.meta, and export * as ns (#​441) (Toru Nagashima)
  • ad0543c Chore: added fixlint in Makefile.js (#​440) (Anix)

v7.0.0 - May 7, 2020

v6.2.1 - March 10, 2020

v6.2.0 - March 2, 2020

  • ced1b68 Update: update acorn-jsx and fix failing test (#​432) (Kai Cataldo)
  • acb8776 Update: add latestEcmaVersion & supportedEcmaVersions (#​430) (Kai Cataldo)

v6.1.2 - October 20, 2019

v6.1.1 - August 23, 2019

v6.1.0 - August 18, 2019

  • 9870c55 Update: improve error messaging when validating ecmaVersion (#​421) (Kai Cataldo)
  • 3f49224 Fix: tokenize the latest right curly brace (fixes #​403) (#​419) (finico)
  • f5e58cc Update: support bigint and dynamic import (#​415) (Toru Nagashima)

v6.0.0 - June 21, 2019

v6.0.0-alpha.0 - April 12, 2019

v5.0.1 - February 15, 2019

v5.0.0 - December 5, 2018

v4.1.0 - October 24, 2018

v4.0.0 - June 21, 2018

v4.0.0-rc.0 - June 9, 2018

  • d8224c4 Build: Adding rc release script to package.json (#​383) (Kevin Partington)
  • 4207773 Build: add node 10 (#​381) (薛定谔的猫)
  • cd9da7e Update: upgrade acorn to support two ES2019 syntax (#​380) (Toru Nagashima)
  • 8cb3ceb Chore: remove Object.assign polyfill (#​382) (薛定谔的猫)

v4.0.0-alpha.1 - May 28, 2018

  • 56c5a9c Fix: remove workarounds for acorn < 4 (#​372) (Rouven Weßling)
  • fd305e5 Upgrade: eslint-release to v0.11.1 (#​376) (Teddy Katz)

v4.0.0-alpha.0 - March 30, 2018

v3.5.4 - March 4, 2018

v3.5.3 - February 2, 2018

v3.5.2 - November 10, 2017

v3.5.1 - September 15, 2017

v3.5.0 - August 5, 2017

v3.4.3 - May 5, 2017

v3.4.2 - April 21, 2017

v3.4.1 - March 31, 2017

v3.4.0 - February 2, 2017

v3.3.2 - September 29, 2016

v3.3.1 - September 26, 2016

  • 80abdce Fix: } token followed by template had been lost (fixes #​293) (#​294) (Toru Nagashima)
  • 9810bab Fix: parsing error on async as property name. (#​295) (Toru Nagashima)

v3.3.0 - September 20, 2016

v3.2.0 - September 16, 2016

  • 5a37f80 Build: Update release tool (Nicholas C. Zakas)
  • 9bbcad8 Update: Upgrade Acorn to support ES2017 (fixes #​287) (#​290) (Jamund Ferguson)
  • 8d9767d Build: Add CI release scripts (Nicholas C. Zakas)

v3.1.7 - July 29, 2016

v3.1.6 - June 15, 2016

v3.1.5 - May 27, 2016

v3.1.4 - April 21, 2016

  • e044705 Fix: remove extra leading comments at node level (fixes #​264) (Kai Cataldo)
  • 25c27fb Chore: Remove jQuery copyright from header of each file (Kai Cataldo)
  • 10709f0 Chore: Add jQuery Foundation copyright (Nicholas C. Zakas)
  • d754b32 Upgrade: Acorn 3.1.0 (fixes #​270) (Toru Nagashima)
  • 3a90886 Docs: replace a dead link with the correct contributing guide URL (Shinnosuke Watanabe)
  • 55184a2 Build: replace optimist with a simple native method (Shinnosuke Watanabe)
  • c7e5a13 Fix: Disallow namespaces objects in JSX (fixes #​261) (Kai Cataldo)
  • 22290b9 Fix: Add test for leading comments (fixes #​136) (Kai Cataldo)

v3.1.3 - March 18, 2016

  • 98441cb Fix: Fix behavior of ignoring comments within previous nodes (refs #​256) (Kai Cataldo)

v3.1.2 - March 14, 2016

  • a2b23ca Fix: Ensure 'var let' works (fixes #​149) (Nicholas C. Zakas)
  • 5783282 Fix: Make obj.await work in modules (fixes #​258) (Nicholas C. Zakas)
  • d1b4929 Fix: leading comments added from previous node (fixes #​256) (Kai Cataldo)

v3.1.1 - February 26, 2016

  • 3614e81 Fix: exponentiation operator token (fixes #​254) (Nicholas C. Zakas)

v3.1.0 - February 25, 2016

  • da35d98 New: Support ecmaVersion 7 (fixes #​246) (Nicholas C. Zakas)

v3.0.2 - February 19, 2016

  • 0973cda Build: Update release script (Nicholas C. Zakas)
  • 106000f Fix: use the plugins feature of acorn (fixes #​250) (Toru Nagashima)
  • 36d84c7 Build: Add tests (fixes #​243) (Nicholas C. Zakas)

v3.0.1 - February 2, 2016

  • ecfe4c8 Upgrade: eslint-config-eslint to 3.0.0 (Nicholas C. Zakas)
  • ea6261e Fix: Object rest/spread in assign (fixes #​247) (Nicholas C. Zakas)
  • 7e57ee0 Docs: fix options.comment typo (xuezu)
  • dd5863e Build: Add prerelease script (Nicholas C. Zakas)
  • 0b409ee Upgrade: eslint-release to 0.2.0 (Nicholas C. Zakas)

v3.0.0 - January 20, 2016

  • 5ff65f6 Upgrade: Change Esprima version to latest (Nicholas C. Zakas)
  • a8badcc Upgrade: eslint-release to 0.1.4 (Nicholas C. Zakas)
  • 34d195b Build: Switch to eslint-release (Nicholas C. Zakas)
  • a0ddc30 Breaking: Remove binary scripts (Nicholas C. Zakas)
  • 02b5284 Build: Fix package.json dependencies (Nicholas C. Zakas)
  • b07696f Fix: tests for importing keywords (fixes #​225) (Toru Nagashima)
  • 2e2808a Build: Add node@5 to CI (fixes #​237) (alberto)
  • 445c685 Update: Unrecognized license format in package.json (fixes #​234) (alberto)
  • 61cb5ee Update: Remove duplicated acorn-jsx dep (fixes #​232) (alberto)
  • df5b71c Upgrade: eslint and eslint-config-eslint (fixes #​231) (alberto)
  • ef7a06d Fix: lastToken not reset between calls to parse (fixes #​229) (alberto)
  • cdf8407 New: ecmaFeatures.impliedStrict (fixes: #​227) (Nick Evans)

v3.0.0-alpha-2 - December 9, 2015

  • 3.0.0-alpha-2 (Nicholas C. Zakas)
  • Breaking: move ecmaFeatures into ecmaVersion (fixes #​222) (Nicholas C. Zakas)
  • New: Export VisitorKeys (fixes #​220) (Nicholas C. Zakas)

v3.0.0-alpha-1 - December 1, 2015

  • 3.0.0-alpha-1 (Nicholas C. Zakas)
  • Fix: parse unicode escapes in identifiers (fixes #​181) (Nicholas C. Zakas)
  • Fix: Ensur object rest works in destructed arg (fixes #​213) (Nicholas C. Zakas)
  • Breaking: Switch to Acorn (fixes #​200) (Nicholas C. Zakas)
  • Update: Add tokens to tests (fixes #​203) (Nicholas C. Zakas)
  • Docs: Update README (Nicholas C. Zakas)

v2.2.5 - September 15, 2015

  • 2.2.5 (Nicholas C. Zakas)
  • Fix: Ensure node type is correct for destructured (fixes #​195) (Nicholas C. Zakas)

v2.2.4 - August 13, 2015

  • 2.2.4 (Nicholas C. Zakas)
  • Fix: newlines in arrow functions (fixes #​172) (Jamund Ferguson)
  • Fix: nested arrow function as default param (fixes #​145) (Jamund Ferguson)
  • Fix: Rest Params & Arrow Functions (fixes #​187) (Jamund Ferguson)
  • Fix: trailing commas in import/export (fixes #​148) (Jamund Ferguson)
  • Build: Added sudo false to Travis to build faster (fixes #​177) (KahWee Teng)

v2.2.3 - July 22, 2015

  • 2.2.3 (Nicholas C. Zakas)
  • Fix: Incorrect error location (fixes #​173) (Nicholas C. Zakas)

v2.2.2 - July 16, 2015

  • 2.2.2 (Nicholas C. Zakas)
  • 2.2.1 (Nicholas C. Zakas)
  • Fix: Yield as identifier in arrow func args (fixes #​165) (Nicholas C. Zakas)
  • Fix: Allow AssignmentExpression in object spread (fixes #​167) (Nicholas C. Zakas)

v2.2.1 - July 16, 2015

  • 2.2.1 (Nicholas C. Zakas)

v2.2.0 - July 15, 2015

  • 2.2.0 (Nicholas C. Zakas)
  • New: Add experimental object rest/spread (fixes #​163) (Nicholas C. Zakas)
  • Fix: npm browserify (fixes #​156) (Jason Laster)

v2.1.0 - July 10, 2015

  • 2.1.0 (Nicholas C. Zakas)
  • Fix: Leading comments for anonymous classes (fixes #​155, fixes #​158) (Toru Nagashima)
  • New: Add newTarget option (fixes #​157) (Nicholas C. Zakas)

v2.0.4 - June 26, 2015

  • 2.0.4 (Nicholas C. Zakas)
  • Docs: added missing ecmaFeatures.superInFunctions option from doc (Clément Fiorio)
  • Fix: "await" is a future reserved word (fixes #​151) (Jose Roberto Vidal)

v2.0.3 - June 2, 2015

  • 2.0.3 (Nicholas C. Zakas)
  • Fix: Incomplete Switch Statement Hangs (Fixes #​146) (Ja

Configuration

📅 Schedule: Branch creation - "after 9am and before 3pm" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/espree-10.x branch 2 times, most recently from 975a7d1 to e627a15 Compare May 10, 2024 03:38
@renovate renovate bot force-pushed the renovate/espree-10.x branch from e627a15 to dd44d10 Compare May 28, 2024 14:14
@renovate renovate bot force-pushed the renovate/espree-10.x branch 4 times, most recently from 88cf7a6 to 4974bd8 Compare June 12, 2024 08:14
@renovate renovate bot force-pushed the renovate/espree-10.x branch from 4974bd8 to e003555 Compare August 13, 2024 21:58
@renovate renovate bot changed the title chore(deps): update dependency espree to v10 Update dependency espree to v10 Aug 13, 2024
@renovate renovate bot force-pushed the renovate/espree-10.x branch 2 times, most recently from 693a093 to 4f6679b Compare August 16, 2024 19:57
@renovate renovate bot changed the title Update dependency espree to v10 chore(deps): update dependency espree to v10 Aug 16, 2024
@renovate renovate bot force-pushed the renovate/espree-10.x branch 2 times, most recently from 74e1d8e to 30c6c4f Compare August 22, 2024 19:03
@renovate renovate bot force-pushed the renovate/espree-10.x branch from 30c6c4f to c0b63dc Compare October 16, 2024 17:53
@renovate renovate bot changed the title chore(deps): update dependency espree to v10 fix(deps): update dependency espree to v10 Dec 10, 2024
@renovate renovate bot force-pushed the renovate/espree-10.x branch from c0b63dc to fa7a038 Compare December 30, 2024 06:34
@renovate renovate bot force-pushed the renovate/espree-10.x branch from fa7a038 to c9bee71 Compare April 2, 2025 00:11
@renovate renovate bot force-pushed the renovate/espree-10.x branch 2 times, most recently from 1d9da91 to 0da7ebd Compare April 15, 2025 16:25
@renovate renovate bot force-pushed the renovate/espree-10.x branch 5 times, most recently from e6d894c to 57489ed Compare May 14, 2025 19:33
@renovate renovate bot force-pushed the renovate/espree-10.x branch from 57489ed to badbcff Compare May 28, 2025 22:25
@renovate renovate bot force-pushed the renovate/espree-10.x branch from badbcff to ff63853 Compare May 28, 2025 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants