vscode
vscode copied to clipboard
chore(deps): bump the mongosh group with 13 updates
Bumps the mongosh group with 13 updates:
| Package | From | To |
|---|---|---|
| @mongosh/browser-runtime-electron | 2.1.1 |
2.2.1 |
| @mongosh/i18n | 2.1.1 |
2.2.1 |
| @mongosh/service-provider-server | 2.1.1 |
2.2.1 |
| @mongosh/shell-api | 2.1.1 |
2.2.1 |
| @mongosh/service-provider-core | 2.1.1 |
2.2.1 |
| @mongosh/arg-parser | 2.1.1 |
2.2.1 |
| @mongosh/async-rewriter2 | 2.1.1 |
2.2.1 |
| @mongosh/autocomplete | 2.1.1 |
2.2.1 |
| @mongosh/browser-runtime-core | 2.1.1 |
2.2.1 |
| @mongosh/errors | 2.1.1 |
2.2.1 |
| @mongosh/history | 2.1.1 |
2.2.1 |
| @mongosh/shell-evaluator | 2.1.1 |
2.2.1 |
| @mongosh/types | 2.1.1 |
2.2.1 |
Updates @mongosh/browser-runtime-electron from 2.1.1 to 2.2.1
Release notes
Sourced from @mongosh/browser-runtime-electron's releases.
2.2.1
What's Changed
- chore(ci): migrate to Garasign from notary MONGOSH-1655
- fix(non-repl): enable require in non-repl mode MONGOSH-1738
New Contributors
@dylrichmade their first contribution in mongodb-js/mongosh#1876Full Changelog: https://github.com/mongodb-js/mongosh/compare/v2.2.0...v2.2.1
2.2.0
Features
- cli-repl,ci: Add automated performance tests (MONGOSH-1722, #1873)
- cli-repl: Make
--quietthe default for non-interactive usage (MONGOSH-1721, #1869)- deps: Allow applying
useSystemCAto OIDC IdP (MONGOSH-1712, #1868)- Replace Node.js REPL with plain vm context for script usage (MONGOSH-1720, #1849)
Bug Fixes
- ci: Downgrade
[email protected]back to 2.6.12 (#1877)- ci: Remove unused licenses.json entry (#1861)
- cli-repl: Do not run prompt and initial input in parallel (MONGOSH-1617, #1856)
- cli-repl: Fix prompt TTY raw mode toggling (MONGOSH-1667, #1857)
- cli-repl: Properly report API telemetry for plain-vm eval (#1859)
- Upgrade to [email protected] (MONGOSH-1702, #1845)
See an overview of all solved issues in Jira
2.1.5
Bug Fixes
- ci: Fix
release_publish(_dry_run)paramters (#1828)- e2e-tests: Run in unit test suite (MONGOSH-1716, #1823)
- ci: Modify shell.exec as per evergreen instructions to avoid leaking any secrets (MONGOSH-1704, #1817)
- logging: Remove userId from identify and track (COMPASS-7607, #1814)
See an overview of all solved issues in Jira
2.1.4
Features
... (truncated)
Commits
bb1ce6bchore: update auto-generated files (#1890)747ab97chore: enable require in non-repl mode (#1887)49ce0aachore: update auto-generated files (#1889)773eee6chore(ci): disables test_vscode task (#1888)4883c7cchore: update auto-generated files (#1886)8b196d0chore: update auto-generated files (#1881)b3359a1chore(ci): migrate to Garasign from notary MONGOSH-1655ce286e2chore: update auto-generated files (#1879)482c1fafix(ci): downgrade[email protected]back to 2.6.12 (#1877)34f04a3chore: update auto-generated files (#1875)- Additional commits viewable in compare view
Updates @mongosh/i18n from 2.1.1 to 2.2.1
Release notes
Sourced from @mongosh/i18n's releases.
2.2.1
What's Changed
- chore(ci): migrate to Garasign from notary MONGOSH-1655
- fix(non-repl): enable require in non-repl mode MONGOSH-1738
New Contributors
@dylrichmade their first contribution in mongodb-js/mongosh#1876Full Changelog: https://github.com/mongodb-js/mongosh/compare/v2.2.0...v2.2.1
2.2.0
Features
- cli-repl,ci: Add automated performance tests (MONGOSH-1722, #1873)
- cli-repl: Make
--quietthe default for non-interactive usage (MONGOSH-1721, #1869)- deps: Allow applying
useSystemCAto OIDC IdP (MONGOSH-1712, #1868)- Replace Node.js REPL with plain vm context for script usage (MONGOSH-1720, #1849)
Bug Fixes
- ci: Downgrade
[email protected]back to 2.6.12 (#1877)- ci: Remove unused licenses.json entry (#1861)
- cli-repl: Do not run prompt and initial input in parallel (MONGOSH-1617, #1856)
- cli-repl: Fix prompt TTY raw mode toggling (MONGOSH-1667, #1857)
- cli-repl: Properly report API telemetry for plain-vm eval (#1859)
- Upgrade to [email protected] (MONGOSH-1702, #1845)
See an overview of all solved issues in Jira
2.1.5
Bug Fixes
- ci: Fix
release_publish(_dry_run)paramters (#1828)- e2e-tests: Run in unit test suite (MONGOSH-1716, #1823)
- ci: Modify shell.exec as per evergreen instructions to avoid leaking any secrets (MONGOSH-1704, #1817)
- logging: Remove userId from identify and track (COMPASS-7607, #1814)
See an overview of all solved issues in Jira
2.1.4
Features
... (truncated)
Commits
bb1ce6bchore: update auto-generated files (#1890)747ab97chore: enable require in non-repl mode (#1887)49ce0aachore: update auto-generated files (#1889)773eee6chore(ci): disables test_vscode task (#1888)4883c7cchore: update auto-generated files (#1886)8b196d0chore: update auto-generated files (#1881)b3359a1chore(ci): migrate to Garasign from notary MONGOSH-1655ce286e2chore: update auto-generated files (#1879)482c1fafix(ci): downgrade[email protected]back to 2.6.12 (#1877)34f04a3chore: update auto-generated files (#1875)- Additional commits viewable in compare view
Updates @mongosh/service-provider-server from 2.1.1 to 2.2.1
Release notes
Sourced from @mongosh/service-provider-server's releases.
2.2.1
What's Changed
- chore(ci): migrate to Garasign from notary MONGOSH-1655
- fix(non-repl): enable require in non-repl mode MONGOSH-1738
New Contributors
@dylrichmade their first contribution in mongodb-js/mongosh#1876Full Changelog: https://github.com/mongodb-js/mongosh/compare/v2.2.0...v2.2.1
2.2.0
Features
- cli-repl,ci: Add automated performance tests (MONGOSH-1722, #1873)
- cli-repl: Make
--quietthe default for non-interactive usage (MONGOSH-1721, #1869)- deps: Allow applying
useSystemCAto OIDC IdP (MONGOSH-1712, #1868)- Replace Node.js REPL with plain vm context for script usage (MONGOSH-1720, #1849)
Bug Fixes
- ci: Downgrade
[email protected]back to 2.6.12 (#1877)- ci: Remove unused licenses.json entry (#1861)
- cli-repl: Do not run prompt and initial input in parallel (MONGOSH-1617, #1856)
- cli-repl: Fix prompt TTY raw mode toggling (MONGOSH-1667, #1857)
- cli-repl: Properly report API telemetry for plain-vm eval (#1859)
- Upgrade to [email protected] (MONGOSH-1702, #1845)
See an overview of all solved issues in Jira
2.1.5
Bug Fixes
- ci: Fix
release_publish(_dry_run)paramters (#1828)- e2e-tests: Run in unit test suite (MONGOSH-1716, #1823)
- ci: Modify shell.exec as per evergreen instructions to avoid leaking any secrets (MONGOSH-1704, #1817)
- logging: Remove userId from identify and track (COMPASS-7607, #1814)
See an overview of all solved issues in Jira
2.1.4
Features
... (truncated)
Commits
bb1ce6bchore: update auto-generated files (#1890)747ab97chore: enable require in non-repl mode (#1887)49ce0aachore: update auto-generated files (#1889)773eee6chore(ci): disables test_vscode task (#1888)4883c7cchore: update auto-generated files (#1886)8b196d0chore: update auto-generated files (#1881)b3359a1chore(ci): migrate to Garasign from notary MONGOSH-1655ce286e2chore: update auto-generated files (#1879)482c1fafix(ci): downgrade[email protected]back to 2.6.12 (#1877)34f04a3chore: update auto-generated files (#1875)- Additional commits viewable in compare view
Updates @mongosh/shell-api from 2.1.1 to 2.2.1
Release notes
Sourced from @mongosh/shell-api's releases.
2.2.1
What's Changed
- chore(ci): migrate to Garasign from notary MONGOSH-1655
- fix(non-repl): enable require in non-repl mode MONGOSH-1738
New Contributors
@dylrichmade their first contribution in mongodb-js/mongosh#1876Full Changelog: https://github.com/mongodb-js/mongosh/compare/v2.2.0...v2.2.1
2.2.0
Features
- cli-repl,ci: Add automated performance tests (MONGOSH-1722, #1873)
- cli-repl: Make
--quietthe default for non-interactive usage (MONGOSH-1721, #1869)- deps: Allow applying
useSystemCAto OIDC IdP (MONGOSH-1712, #1868)- Replace Node.js REPL with plain vm context for script usage (MONGOSH-1720, #1849)
Bug Fixes
- ci: Downgrade
[email protected]back to 2.6.12 (#1877)- ci: Remove unused licenses.json entry (#1861)
- cli-repl: Do not run prompt and initial input in parallel (MONGOSH-1617, #1856)
- cli-repl: Fix prompt TTY raw mode toggling (MONGOSH-1667, #1857)
- cli-repl: Properly report API telemetry for plain-vm eval (#1859)
- Upgrade to [email protected] (MONGOSH-1702, #1845)
See an overview of all solved issues in Jira
2.1.5
Bug Fixes
- ci: Fix
release_publish(_dry_run)paramters (#1828)- e2e-tests: Run in unit test suite (MONGOSH-1716, #1823)
- ci: Modify shell.exec as per evergreen instructions to avoid leaking any secrets (MONGOSH-1704, #1817)
- logging: Remove userId from identify and track (COMPASS-7607, #1814)
See an overview of all solved issues in Jira
2.1.4
Features
... (truncated)
Commits
bb1ce6bchore: update auto-generated files (#1890)747ab97chore: enable require in non-repl mode (#1887)49ce0aachore: update auto-generated files (#1889)773eee6chore(ci): disables test_vscode task (#1888)4883c7cchore: update auto-generated files (#1886)8b196d0chore: update auto-generated files (#1881)b3359a1chore(ci): migrate to Garasign from notary MONGOSH-1655ce286e2chore: update auto-generated files (#1879)482c1fafix(ci): downgrade[email protected]back to 2.6.12 (#1877)34f04a3chore: update auto-generated files (#1875)- Additional commits viewable in compare view
Updates @mongosh/service-provider-core from 2.1.1 to 2.2.1
Release notes
Sourced from @mongosh/service-provider-core's releases.
2.2.1
What's Changed
- chore(ci): migrate to Garasign from notary MONGOSH-1655
- fix(non-repl): enable require in non-repl mode MONGOSH-1738
New Contributors
@dylrichmade their first contribution in mongodb-js/mongosh#1876Full Changelog: https://github.com/mongodb-js/mongosh/compare/v2.2.0...v2.2.1
2.2.0
Features
- cli-repl,ci: Add automated performance tests (MONGOSH-1722, #1873)
- cli-repl: Make
--quietthe default for non-interactive usage (MONGOSH-1721, #1869)- deps: Allow applying
useSystemCAto OIDC IdP (MONGOSH-1712, #1868)- Replace Node.js REPL with plain vm context for script usage (MONGOSH-1720, #1849)
Bug Fixes
- ci: Downgrade
[email protected]back to 2.6.12 (#1877)- ci: Remove unused licenses.json entry (#1861)
- cli-repl: Do not run prompt and initial input in parallel (MONGOSH-1617, #1856)
- cli-repl: Fix prompt TTY raw mode toggling (MONGOSH-1667, #1857)
- cli-repl: Properly report API telemetry for plain-vm eval (#1859)
- Upgrade to [email protected] (MONGOSH-1702, #1845)
See an overview of all solved issues in Jira
2.1.5
Bug Fixes
- ci: Fix
release_publish(_dry_run)paramters (#1828)- e2e-tests: Run in unit test suite (MONGOSH-1716, #1823)
- ci: Modify shell.exec as per evergreen instructions to avoid leaking any secrets (MONGOSH-1704, #1817)
- logging: Remove userId from identify and track (COMPASS-7607, #1814)
See an overview of all solved issues in Jira
2.1.4
Features
... (truncated)
Commits
bb1ce6bchore: update auto-generated files (#1890)747ab97chore: enable require in non-repl mode (#1887)49ce0aachore: update auto-generated files (#1889)773eee6chore(ci): disables test_vscode task (#1888)4883c7cchore: update auto-generated files (#1886)8b196d0chore: update auto-generated files (#1881)b3359a1chore(ci): migrate to Garasign from notary MONGOSH-1655ce286e2chore: update auto-generated files (#1879)482c1fafix(ci): downgrade[email protected]back to 2.6.12 (#1877)34f04a3chore: update auto-generated files (#1875)- Additional commits viewable in compare view
Updates @mongosh/arg-parser from 2.1.1 to 2.2.1
Release notes
Sourced from @mongosh/arg-parser's releases.
2.2.1
What's Changed
- chore(ci): migrate to Garasign from notary MONGOSH-1655
- fix(non-repl): enable require in non-repl mode MONGOSH-1738
New Contributors
@dylrichmade their first contribution in mongodb-js/mongosh#1876Full Changelog: https://github.com/mongodb-js/mongosh/compare/v2.2.0...v2.2.1
2.2.0
Features
- cli-repl,ci: Add automated performance tests (MONGOSH-1722, #1873)
- cli-repl: Make
--quietthe default for non-interactive usage (MONGOSH-1721, #1869)- deps: Allow applying
useSystemCAto OIDC IdP (MONGOSH-1712, #1868)- Replace Node.js REPL with plain vm context for script usage (MONGOSH-1720, #1849)
Bug Fixes
- ci: Downgrade
[email protected]back to 2.6.12 (#1877)- ci: Remove unused licenses.json entry (#1861)
- cli-repl: Do not run prompt and initial input in parallel (MONGOSH-1617, #1856)
- cli-repl: Fix prompt TTY raw mode toggling (MONGOSH-1667, #1857)
- cli-repl: Properly report API telemetry for plain-vm eval (#1859)
- Upgrade to [email protected] (MONGOSH-1702, #1845)
See an overview of all solved issues in Jira
2.1.5
Bug Fixes
- ci: Fix
release_publish(_dry_run)paramters (#1828)- e2e-tests: Run in unit test suite (MONGOSH-1716, #1823)
- ci: Modify shell.exec as per evergreen instructions to avoid leaking any secrets (MONGOSH-1704, #1817)
- logging: Remove userId from identify and track (COMPASS-7607, #1814)
See an overview of all solved issues in Jira
2.1.4
Features
... (truncated)
Commits
bb1ce6bchore: update auto-generated files (#1890)747ab97chore: enable require in non-repl mode (#1887)49ce0aachore: update auto-generated files (#1889)773eee6chore(ci): disables test_vscode task (#1888)4883c7cchore: update auto-generated files (#1886)8b196d0chore: update auto-generated files (#1881)b3359a1chore(ci): migrate to Garasign from notary MONGOSH-1655ce286e2chore: update auto-generated files (#1879)482c1fafix(ci): downgrade[email protected]back to 2.6.12 (#1877)34f04a3chore: update auto-generated files (#1875)- Additional commits viewable in compare view
Updates @mongosh/async-rewriter2 from 2.1.1 to 2.2.1
Release notes
Sourced from @mongosh/async-rewriter2's releases.
2.2.1
What's Changed
- chore(ci): migrate to Garasign from notary MONGOSH-1655
- fix(non-repl): enable require in non-repl mode MONGOSH-1738
New Contributors
@dylrichmade their first contribution in mongodb-js/mongosh#1876Full Changelog: https://github.com/mongodb-js/mongosh/compare/v2.2.0...v2.2.1
2.2.0
Features
- cli-repl,ci: Add automated performance tests (MONGOSH-1722, #1873)
- cli-repl: Make
--quietthe default for non-interactive usage (MONGOSH-1721, #1869)- deps: Allow applying
useSystemCAto OIDC IdP (MONGOSH-1712, #1868)- Replace Node.js REPL with plain vm context for script usage (MONGOSH-1720, #1849)
Bug Fixes
- ci: Downgrade
[email protected]back to 2.6.12 (#1877)- ci: Remove unused licenses.json entry (#1861)
- cli-repl: Do not run prompt and initial input in parallel (MONGOSH-1617, #1856)
- cli-repl: Fix prompt TTY raw mode toggling (MONGOSH-1667, #1857)
- cli-repl: Properly report API telemetry for plain-vm eval (#1859)
- Upgrade to [email protected] (MONGOSH-1702, #1845)
See an overview of all solved issues in Jira
2.1.5
Bug Fixes
- ci: Fix
release_publish(_dry_run)paramters (#1828)- e2e-tests: Run in unit test suite (MONGOSH-1716, #1823)
- ci: Modify shell.exec as per evergreen instructions to avoid leaking any secrets (MONGOSH-1704, #1817)
- logging: Remove userId from identify and track (COMPASS-7607, #1814)
See an overview of all solved issues in Jira
2.1.4
Features
... (truncated)
Commits
bb1ce6bchore: update auto-generated files (#1890)747ab97chore: enable require in non-repl mode (#1887)49ce0aachore: update auto-generated files (#1889)773eee6chore(ci): disables test_vscode task (#1888)4883c7cchore: update auto-generated files (#1886)8b196d0chore: update auto-generated files (#1881)b3359a1chore(ci): migrate to Garasign from notary MONGOSH-1655ce286e2chore: update auto-generated files (#1879)482c1fafix(ci): downgrade[email protected]back to 2.6.12 (#1877)34f04a3chore: update auto-generated files (#1875)- Additional commits viewable in compare view
Updates @mongosh/autocomplete from 2.1.1 to 2.2.1
Release notes
Sourced from @mongosh/autocomplete's releases.
2.2.1
What's Changed
- chore(ci): migrate to Garasign from notary MONGOSH-1655
- fix(non-repl): enable require in non-repl mode MONGOSH-1738
New Contributors
@dylrichmade their first contribution in mongodb-js/mongosh#1876Full Changelog: https://github.com/mongodb-js/mongosh/compare/v2.2.0...v2.2.1
2.2.0
Features
- cli-repl,ci: Add automated performance tests (MONGOSH-1722, #1873)
- cli-repl: Make
--quietthe default for non-interactive usage (MONGOSH-1721, #1869)- deps: Allow applying
useSystemCAto OIDC IdP (MONGOSH-1712, #1868)- Replace Node.js REPL with plain vm context for script usage (MONGOSH-1720, #1849)
Bug Fixes
- ci: Downgrade
[email protected]back to 2.6.12 (#1877)- ci: Remove unused licenses.json entry (#1861)
- cli-repl: Do not run prompt and initial input in parallel (MONGOSH-1617, #1856)
- cli-repl: Fix prompt TTY raw mode toggling (MONGOSH-1667, #1857)
- cli-repl: Properly report API telemetry for plain-vm eval (#1859)
- Upgrade to [email protected] (MONGOSH-1702, #1845)
See an overview of all solved issues in Jira
2.1.5
Bug Fixes
- ci: Fix
release_publish(_dry_run)paramters (#1828)- e2e-tests: Run in unit test suite (MONGOSH-1716, #1823)
- ci: Modify shell.exec as per evergreen instructions to avoid leaking any secrets (MONGOSH-1704, #1817)
- logging: Remove userId from identify and track (COMPASS-7607, #1814)
See an overview of all solved issues in Jira
2.1.4
Features
... (truncated)
Commits
bb1ce6bchore: update auto-generated files (#1890)747ab97chore: enable require in non-repl mode (#1887)49ce0aachore: update auto-generated files (#1889)773eee6chore(ci): disables test_vscode task (#1888)4883c7cchore: update auto-generated files (#1886)8b196d0chore: update auto-generated files (#1881)b3359a1chore(ci): migrate to Garasign from notary MONGOSH-1655ce286e2chore: update auto-generated files (#1879)482c1fafix(ci): downgrade[email protected]back to 2.6.12 (#1877)34f04a3chore: update auto-generated files (#1875)- Additional commits viewable in compare view
Updates @mongosh/browser-runtime-core from 2.1.1 to 2.2.1
Release notes
Sourced from @mongosh/browser-runtime-core's releases.
2.2.1
What's Changed
- chore(ci): migrate to Garasign from notary MONGOSH-1655
- fix(non-repl): enable require in non-repl mode MONGOSH-1738
New Contributors
@dylrichmade their first contribution in mongodb-js/mongosh#1876Full Changelog: https://github.com/mongodb-js/mongosh/compare/v2.2.0...v2.2.1
2.2.0
Features
- cli-repl,ci: Add automated performance tests (MONGOSH-1722, #1873)
- cli-repl: Make
--quietthe default for non-interactive usage (MONGOSH-1721, #1869)- deps: Allow applying
useSystemCAto OIDC IdP (MONGOSH-1712, #1868)- Replace Node.js REPL with plain vm context for script usage (MONGOSH-1720, #1849)
Bug Fixes
- ci: Downgrade
[email protected]back to 2.6.12 (#1877)- ci: Remove unused licenses.json entry (#1861)
- cli-repl: Do not run prompt and initial input in parallel (MONGOSH-1617, #1856)
- cli-repl: Fix prompt TTY raw mode toggling (MONGOSH-1667, #1857)
- cli-repl: Properly report API telemetry for plain-vm eval (#1859)
- Upgrade to [email protected] (MONGOSH-1702, #1845)
See an overview of all solved issues in Jira
2.1.5
Bug Fixes
- ci: Fix
release_publish(_dry_run)paramters (#1828)- e2e-tests: Run in unit test suite (MONGOSH-1716, #1823)
- ci: Modify shell.exec as per evergreen instructions to avoid leaking any secrets (MONGOSH-1704, #1817)
- logging: Remove userId from identify and track (COMPASS-7607, #1814)
See an overview of all solved issues in Jira
2.1.4
Features
... (truncated)
Commits
bb1ce6bchore: update auto-generated files (#1890)747ab97chore: enable require in non-repl mode (#1887)49ce0aachore: update auto-generated files (#1889)773eee6chore(ci): disables test_vscode task (#1888)4883c7cchore: update auto-generated files (#1886)8b196d0chore: update auto-generated files (#1881)b3359a1chore(ci): migrate to Garasign from notary MONGOSH-1655ce286e2chore: update auto-generated files (#1879)482c1fafix(ci): downgrade[email protected]back to 2.6.12 (#1877)34f04a3chore: update auto-generated files (#1875)- Additional commits viewable in compare view
Updates @mongosh/errors from 2.1.1 to 2.2.1
Release notes
Sourced from @mongosh/errors's releases.
2.2.1
What's Changed
- chore(ci): migrate to Garasign from notary MONGOSH-1655
- fix(non-repl): enable require in non-repl mode MONGOSH-1738
New Contributors
@dylrichmade their first contribution in mongodb-js/mongosh#1876Full Changelog: https://github.com/mongodb-js/mongosh/compare/v2.2.0...v2.2.1
2.2.0
Features
- cli-repl,ci: Add automated performance tests (MONGOSH-1722, #1873)
- cli-repl: Make
--quietthe default for non-interactive usage (MONGOSH-1721, #1869)- deps: Allow applying
useSystemCAto OIDC IdP (MONGOSH-1712, #1868)- Replace Node.js REPL with plain vm context for script usage (MONGOSH-1720, #1849)
Bug Fixes
- ci: Downgrade
[email protected]back to 2.6.12 (#1877)- ci: Remove unused licenses.json entry (#1861)
- cli-repl: Do not run prompt and initial input in parallel (MONGOSH-1617, #1856)
- cli-repl: Fix prompt TTY raw mode toggling (MONGOSH-1667, #1857)
- cli-repl: Properly report API telemetry for plain-vm eval (#1859)
- Upgrade to [email protected] (MONGOSH-1702, #1845)
See an overview of all solved issues in Jira
2.1.5
Bug Fixes
- ci: Fix
release_publish(_dry_run)paramters (#1828)- e2e-tests: Run in unit test suite (MONGOSH-1716, #1823)
- ci: Modify shell.exec as per evergreen instructions to avoid leaking any secrets (MONGOSH-1704, #1817)
- logging: Remove userId from identify and track (COMPASS-7607, #1814)
See an overview of all solved issues in Jira
2.1.4Description has been truncated