ivangabriele / vscode-heroku

Check your project's Heroku deployment status in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=ivangabriele.vscode-heroku
MIT License
9 stars 8 forks source link

chore(dev-deps): update all non-major dependencies #239

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@types/vscode 1.65.0 -> 1.66.0 age adoption passing confidence devDependencies minor
moment (source) 2.29.1 -> 2.29.2 age adoption passing confidence dependencies patch
prettier (source) 2.6.1 -> 2.6.2 age adoption passing confidence devDependencies patch
vscode 1.65.2 -> 1.66.0 age adoption passing confidence engines minor

Release Notes

moment/moment ### [`v2.29.2`](https://togithub.com/moment/moment/blob/HEAD/CHANGELOG.md#​2292-See-full-changelog-httpsgistgithubcomichernev1904b564f6679d9aac1ae08ce13bc45c) [Compare Source](https://togithub.com/moment/moment/compare/2.29.1...2.29.2) - Release Apr 3 2022 Address https://github.com/advisories/GHSA-8hfj-j24r-96c4
prettier/prettier ### [`v2.6.2`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#​262) [Compare Source](https://togithub.com/prettier/prettier/compare/2.6.1...2.6.2) [diff](https://togithub.com/prettier/prettier/compare/2.6.1...2.6.2) ##### Fix LESS/SCSS format error ([#​12536](https://togithub.com/prettier/prettier/pull/12536) by [@​fisker](https://togithub.com/fisker)) ```less // Input .background-gradient(@​cut) { background: linear-gradient( to right, @​white 0%, @​white (@​cut - 0.01%), @​portal-background @​cut, @​portal-background 100% ); } // Prettier 2.6.1 TypeError: Cannot read properties of undefined (reading 'endOffset') // Prettier 2.6.2 .background-gradient(@​cut) { background: linear-gradient( to right, @​white 0%, @​white (@​cut - 0.01%), @​portal-background @​cut, @​portal-background 100% ); } ``` ##### Update `meriyah` to fix several bugs ([#​12567](https://togithub.com/prettier/prettier/pull/12567) by [@​fisker](https://togithub.com/fisker), fixes in [`meriyah`](https://togithub.com/meriyah/meriyah/) by [@​3cp](https://togithub.com/3cp)) Fixes bugs when parsing following valid code: ```js foo(await bar()); ``` ```js const regex = /.*/ms; ``` ```js const element =

{/w/.test(s)}

; ``` ```js class A extends B { #privateMethod() { super.method(); } } ```
microsoft/vscode ### [`v1.66.0`](https://togithub.com/microsoft/vscode/releases/1.66.0) [Compare Source](https://togithub.com/microsoft/vscode/compare/1.65.2...1.66.0) Welcome to the March 2022 release of Visual Studio Code. There are many updates in this version that we hope you will like, some of the key highlights include: - [**Local history**](https://code.visualstudio.com/updates/v1\_66#\_local-history) - Keep track of local file changes independent of source control. - [**Settings editor language filter**](https://code.visualstudio.com/updates/v1\_66#\_settings-editor) - Displays available language-specific settings. - [**Terminal find improvements**](https://code.visualstudio.com/updates/v1\_66#\_terminal) - Matches are highlighted in the terminal panel and scroll bar. - [**Built-in CSS/LESS/SCSS formatters**](https://code.visualstudio.com/updates/v1\_66#\_css-formatter) - Code formatting for CSS, LESS, and SCSS. - [**JavaScript heap profiles**](https://code.visualstudio.com/updates/v1\_66#\_javascript-debugging) - Collect and view JS memory allocations while debugging. - [**VS Code for the Web**](https://code.visualstudio.com/updates/v1\_66#\_vs-code-for-the-web) - Drag and drop files and folders into vscode.dev. - [**Remote - SSH support for Mac**](https://code.visualstudio.com/updates/v1\_66#\_remote-development) - Connect via SSH to Apple Silicon/M1/ARM64 machines. - [**New R language topic**](https://code.visualstudio.com/updates/v1\_66#\_r-in-vs-code) - Learn how to use R for data science in VS Code. > If you'd like to read these release notes online, go to [Updates](https://code.visualstudio.com/updates) on [code.visualstudio.com](https://code.visualstudio.com/). [**Insiders**](https://code.visualstudio.com/insiders): Want to try new features as soon as possible? You can download the nightly [Insiders](https://code.visualstudio.com/insiders) build and try the latest updates as soon as they are available.

Configuration

📅 Schedule: "before 3am on Monday" in timezone Europe/Paris.

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by WhiteSource Renovate. View repository job log here.

ivangabriele commented 1 year ago

:tada: This PR is included in version 2.0.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: