Skip to content
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

chore(deps): bump wearerequired/lint-action from 1 to 2 #1176

Open
wants to merge 1,950 commits into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 25, 2022

Bumps wearerequired/lint-action from 1 to 2.

Release notes

Sourced from wearerequired/lint-action's releases.

v2.0.0

What's Changed

Breaking changes

  • Update to the node16 runtime by default (#449) This requires a minimum Actions Runner version of v2.285.0 to run, which is by default available in GHES 3.4 or later. Node 12 has an end of life on April 30, 2022.
  • Use only CSS as default extension for stylelint (#451) To restore previous behaviour add the stylelint_extensions: "css,sass,scss" input to your workflow file.

Other changes

  • Add support for Autopep8 (#430)
  • Add commit input to prevent commits when auto_fix is enabled (#438)
  • Add [linter]_auto_fix input for each linter to selectively enable/disable auto-fixing (#439)
  • Create annotations for errors first (#446)
  • Throw error if a directory for a linter doesn't exist (#447)

New Contributors

Full Changelog: wearerequired/lint-action@v1.12.0...v2.0.0

v1.12.0

What's Changed

  • Add dotnet-format (#386, a1f4ef136826940b1ee23dfaf6d52c80413e564e)

New Contributors

wearerequired/lint-action@v1.11.1...v1.12.0

v1.11.1

  • Fix checking out remote branches for pull requests (#377, 7ff99e81069395022c1d9a5018ca6eada7280354)

wearerequired/lint-action@v1.10.0...v1.11.0

v1.11.0

  • Add git_no_verify option to bypass pre-commit and pre-push git hooks (#279, 466df2ee4b5f7870655771f8fd38b8943c3664f7)
  • Replace hardcoded URLs for compatibility with GitHub Enterprise Server (#296, 983f1c499e27e51f76cfae2b747e171dbaa44607)
  • Add ERB Lint support (#363, 8170c90cd76917e529755692bc67c8348db3be4f)
  • Remove permissions error for forks when using pull_request_target event (#374, wearerequired/lint-action@38c0c78)
  • Use prefix when verifying that Mypy is installed (#367, 5c9cb35b020f331bd44ee74266adcbf4dc188435)
  • Provide more information for failed API requests for check runs (#371, 917843d0a432fdf764bcb4377e31d224ae7239de)

wearerequired/lint-action@v1.10.0...v1.11.0

v1.10.0

  • Add oitnb support (#241, ebd4f4fbe117c51c4bc368253fc23b8aacc2fc91)
  • Add neutral_check_on_warning option to conclude the check run with neutral status (#188, 222b3d9ae6ffe3935d4f3aa8f0c70f45efefe460)

... (truncated)

Commits
  • 2fe6593 [auto] Update compiled version
  • 2945049 v2.0.0
  • af5c3ed [auto] Update compiled version
  • 031b2d3 Bump eslint-plugin-jsdoc from 39.2.7 to 39.2.8 (#452)
  • b80d3cf Use only CSS as default extension for stylelint (#451)
  • ceeb2ab [auto] Update compiled version
  • dabe43b Update dependencies to their latest version (#450)
  • 365196c [auto] Update compiled version
  • f4b81af Bump eslint-plugin-jsdoc from 38.1.6 to 39.2.7 (#448)
  • 650a481 Update default runtime to node16 (#449)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Gabe Benjamin and others added 30 commits December 14, 2021 15:59
Update the filter header for the listings page
This commit also adds an accessibility icon, and adds that icon to
accessible tags on listing cards.
Update neighborhoods on homepage to be City regions
emilyjablonski and others added 25 commits April 14, 2022 00:54
* fix: listing list dupes in pagination

* test: updates listings e2e tests

* fix: managementwebsite url seeds
* initial setup of backend

initial setup with backend now including array of strings of just the Listing ID.  Verify e2e testing works as well.

* Implemented ListingCard fav

Implemented favorite buttons and features.  Only works after initial refresh.  Failure to get profile.preferences on first call.

* updated to include preference-entity default

* rename useState elements

* console.log cleanup on ListingCard

* Fix code style issues with Prettier

* useState updated and remove console logs

* feat: adding favorite feature

* fix: updates per emily and sean

* feat: moving user-prefence into their own pathway

* test: updates for tests

* test: fix for backend spec tests

* build: updates local db to bloom_detroit

* docs: update backend env template

* fix: updates to favorites

* fix: updates for styling and per sean

* fix: removing duplicate UsePipe

* test: fixes failing tests

* feat: adds UserPreferenceAuthzGuard

* fix: updates per sean

* feat: updates userPreferences to take user id

* fix: styling update per sean

* fix: styling updates per emily

* feat: adding toast for favorite

* test: fixes for tests

* fix: build fix

* fix: un-narrowing favorite toast

* feat: adds aria-live to favorites

* fix: getListings call on index

* fix: adds (un)favorited language

* fix: removes unused AlertBox element

* feat: exposing favorites on dashboard

* Merge remote-tracking branch 'detroit/dev' into 78/favorites_refactor_test2

* fix: merge fix

* fix: updates per emily

* fix: updates per emily and jesse

* fix: reduces weird re-renders

* fix: updates per emily

* fix: enforces log in requirements

* style: removes console log

* fix: favorite pagination

* fix: issue with initial favoriting

* feat: adds classNames to LoadingOverlay

Co-authored-by: pfeeny5 <[email protected]>
Co-authored-by: Lint Action <[email protected]>
Co-authored-by: Sean Albert <[email protected]>
Co-authored-by: Emily Jablonski <[email protected]>
* feat: show tags on listing cards for community programs, a11y

* fix: build fix

* refactor: pr feedback

* feat: adds sorting to programs in listing tags

Co-authored-by: Sean Albert <[email protected]>
* feat(backend): add region Enum to listing dtos

* feat: Add region select input

Closes #1097

* feat: Add region into the listing view

Closes #1097

* feat: Update tests

Closes #1097

Co-authored-by: Michal Plebanski <[email protected]>
Co-authored-by: Sean Albert <[email protected]>
* fix: update styling of coming soon tag

* refactor: pr review

* fix: refactor
* feat: updates listing sort order to coming soon

* fix: fixes public listing pagination
#1159)

* fix: wrap DashBlock anchor tag in Link component to display selected language

* fix: swap Link for LinkComponent

* fix: nested anchor tags
…updates

feat: updated content & styles on homepage, footer
* fix: eslint errors in dev

* style: eslint next line
* feat: min max validation errors for Add Unit Group form

* fix: console warnings for faulty validation

* feat: add instant validation for all  min and max fields

* style: remove unnecessary

* change non-dropdown min max fields to onBlur

* move error strings to partners override
#1160)

* fix: error when passing empty string as phone number to usToIntlPhone helper

* style: prettier

* feat: update IntlToUsPhone and update both types to include null

* fix: retrigger checks

* style: run prettier

Co-authored-by: Emily Jablonski <[email protected]>
* feat(backend): update how order by comingSoon works

* fix: marketingDate order dir

* fix: forgot password empty warning and two minor style changes (bloom-housing#2680)

Co-authored-by: Michal Plebanski <[email protected]>
Co-authored-by: Sean Albert <[email protected]>
Bumps [wearerequired/lint-action](https://github.com/wearerequired/lint-action) from 1 to 2.
- [Release notes](https://github.com/wearerequired/lint-action/releases)
- [Commits](wearerequired/lint-action@v1...v2)

---
updated-dependencies:
- dependency-name: wearerequired/lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 25, 2022
@netlify
Copy link

netlify bot commented Apr 25, 2022

Deploy Preview for detroit-public-dev ready!

Name Link
🔨 Latest commit 9e55eeb
🔍 Latest deploy log https://app.netlify.com/sites/detroit-public-dev/deploys/62b4f4db997e9f0008417c47
😎 Deploy Preview https://deploy-preview-1176--detroit-public-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@netlify
Copy link

netlify bot commented Apr 25, 2022

Deploy Preview for detroit-partners-dev ready!

Name Link
🔨 Latest commit 9e55eeb
🔍 Latest deploy log https://app.netlify.com/sites/detroit-partners-dev/deploys/62b4f4dbb538830009a4fb66
😎 Deploy Preview https://deploy-preview-1176--detroit-partners-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@seanmalbert seanmalbert force-pushed the dependabot/github_actions/wearerequired/lint-action-2 branch from 5b92a78 to 9e55eeb Compare June 23, 2022 23:18
@netlify
Copy link

netlify bot commented Jun 23, 2022

Deploy Preview for detroit-storybook-dev ready!

Name Link
🔨 Latest commit 9e55eeb
🔍 Latest deploy log https://app.netlify.com/sites/detroit-storybook-dev/deploys/62b4f4dbe2eb18000868a2fc
😎 Deploy Preview https://deploy-preview-1176--detroit-storybook-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.