-
Notifications
You must be signed in to change notification settings - Fork 119
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
(#684) Move to ESM, Fix for CVE audit failures #862
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
adrianhall
requested review from
manekinekko,
v1212,
cjk7989 and
IvanJobs
as code owners
July 11, 2024 14:33
github-actions
bot
added
scope: core
Issues happened a the ./src/core level
scope: msha
Issues happened a the ./src/msha level
scope: auth
Issues related to the authentication emulator
scope: cli
Issues happened a the ./src/cli level
scope: rules engine
Specific issues related to src/msha/routes-engine/**
status: need internal approval
The issue need an internal approval from a stakeholder before it gets addressed
labels
Jul 11, 2024
Timothyw0
reviewed
Jul 11, 2024
Timothyw0
approved these changes
Jul 15, 2024
cjk7989
approved these changes
Jul 16, 2024
tobiasdiez
referenced
this pull request
in JabRef/JabRefOnline
Aug 2, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@azure/static-web-apps-cli](https://github.com/azure/static-web-apps-cli) | [`1.1.10` -> `2.0.1`](https://renovatebot.com/diffs/npm/@azure%2fstatic-web-apps-cli/1.1.10/2.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@azure%2fstatic-web-apps-cli/2.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@azure%2fstatic-web-apps-cli/2.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@azure%2fstatic-web-apps-cli/1.1.10/2.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@azure%2fstatic-web-apps-cli/1.1.10/2.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>azure/static-web-apps-cli (@​azure/static-web-apps-cli)</summary> ### [`v2.0.1`](https://github.com/Azure/static-web-apps-cli/releases/tag/v2.0.1) [Compare Source](https://github.com/azure/static-web-apps-cli/compare/v2.0.0...v2.0.1) #### What's Changed - fix ([#​873](https://github.com/azure/static-web-apps-cli/issues/873), [#​864](https://github.com/azure/static-web-apps-cli/issues/864)): Start crash including auth & Node 20 support by [@​Timothyw0](https://github.com/Timothyw0) in [https://github.com/Azure/static-web-apps-cli/pull/874](https://github.com/Azure/static-web-apps-cli/pull/874) - ([#​871](https://github.com/azure/static-web-apps-cli/issues/871)) fix: import JSON files using createRequire by [@​adrianhall](https://github.com/adrianhall) in [https://github.com/Azure/static-web-apps-cli/pull/875](https://github.com/Azure/static-web-apps-cli/pull/875) **Full Changelog**: Azure/static-web-apps-cli@v2.0.0...v2.0.1 ### [`v2.0.0`](https://github.com/Azure/static-web-apps-cli/releases/tag/v2.0.0) [Compare Source](https://github.com/azure/static-web-apps-cli/compare/v1.1.10...v2.0.0) #### Breaking Change Node 18 or later is now required #### What's Changed - feat: Support Azure CLI credential by [@​shibayan](https://github.com/shibayan) in [https://github.com/Azure/static-web-apps-cli/pull/774](https://github.com/Azure/static-web-apps-cli/pull/774) - ([#​856](https://github.com/azure/static-web-apps-cli/issues/856)) fix: hugo.toml detection by [@​adrianhall](https://github.com/adrianhall) in [https://github.com/Azure/static-web-apps-cli/pull/860](https://github.com/Azure/static-web-apps-cli/pull/860) - Fix typo in config schema by [@​y2kbugger](https://github.com/y2kbugger) in [https://github.com/Azure/static-web-apps-cli/pull/739](https://github.com/Azure/static-web-apps-cli/pull/739) - ([#​684](https://github.com/azure/static-web-apps-cli/issues/684)) Move to ESM, Fix for CVE audit failures by [@​adrianhall](https://github.com/adrianhall) in [https://github.com/Azure/static-web-apps-cli/pull/862](https://github.com/Azure/static-web-apps-cli/pull/862) - fix ([#​859](https://github.com/azure/static-web-apps-cli/issues/859)): Add check for azureProfile.json to prevent double login by [@​Timothyw0](https://github.com/Timothyw0) in [https://github.com/Azure/static-web-apps-cli/pull/861](https://github.com/Azure/static-web-apps-cli/pull/861) - \[Fix] Show "swa start" output in console by [@​Timothyw0](https://github.com/Timothyw0) in [https://github.com/Azure/static-web-apps-cli/pull/866](https://github.com/Azure/static-web-apps-cli/pull/866) - updated svelte's output location to use the correct folder where it puts built assets. (dist) by [@​johnpapa](https://github.com/johnpapa) in [https://github.com/Azure/static-web-apps-cli/pull/865](https://github.com/Azure/static-web-apps-cli/pull/865) - Update 1-install.md by [@​nickpainter](https://github.com/nickpainter) in [https://github.com/Azure/static-web-apps-cli/pull/857](https://github.com/Azure/static-web-apps-cli/pull/857) - Refreshing Node.js supported versions by [@​aaronpowell](https://github.com/aaronpowell) & [@​Timothyw0](https://github.com/Timothyw0) in [https://github.com/Azure/static-web-apps-cli/pull/869](https://github.com/Azure/static-web-apps-cli/pull/869) #### New Contributors - [@​shibayan](https://github.com/shibayan) made their first contribution in [https://github.com/Azure/static-web-apps-cli/pull/774](https://github.com/Azure/static-web-apps-cli/pull/774) - [@​adrianhall](https://github.com/adrianhall) made their first contribution in [https://github.com/Azure/static-web-apps-cli/pull/860](https://github.com/Azure/static-web-apps-cli/pull/860) - [@​y2kbugger](https://github.com/y2kbugger) made their first contribution in [https://github.com/Azure/static-web-apps-cli/pull/739](https://github.com/Azure/static-web-apps-cli/pull/739) - [@​nickpainter](https://github.com/nickpainter) made their first contribution in [https://github.com/Azure/static-web-apps-cli/pull/857](https://github.com/Azure/static-web-apps-cli/pull/857) **Full Changelog**: Azure/static-web-apps-cli@v1.1.10...v2.0.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/JabRef/JabRefOnline). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
scope: auth
Issues related to the authentication emulator
scope: cli
Issues happened a the ./src/cli level
scope: core
Issues happened a the ./src/core level
scope: msha
Issues happened a the ./src/msha level
scope: rules engine
Specific issues related to src/msha/routes-engine/**
status: need internal approval
The issue need an internal approval from a stakeholder before it gets addressed
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.
resolves #684, resolves #794