Skip to content

Bump tj-actions/changed-files from 28 to 29.0.2 #7

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 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/license-header.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Get modified files in the staging directory
id: changed-files
uses: tj-actions/changed-files@v28
uses: tj-actions/changed-files@v29.0.2

- name: Apply Changes
if: steps.changed-files.outputs.any_changed == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reject-staging-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Get modified files in the staging directory
id: modified-files-in-staging
uses: tj-actions/changed-files@v28
uses: tj-actions/changed-files@v29.0.2
with:
# only checks for modified files in this directory
files: jupyterlab/staging
Expand Down
3 changes: 3 additions & 0 deletions buildapi.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.

# Custom build target that removes .js.map files for published
# dist files.
import glob
Expand Down
5 changes: 5 additions & 0 deletions packages/codemirror/test/foo.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) Jupyter Development Team.
* Distributed under the terms of the Modified BSD License.
*/

import { LRParser } from '@lezer/lr';

export declare const parser: LRParser;
5 changes: 5 additions & 0 deletions packages/codemirror/test/foolanguage.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) Jupyter Development Team.
* Distributed under the terms of the Modified BSD License.
*/

/*
* New mode example using https://github.com/codemirror/lang-example
* Licensed under MIT License, Copyright (C) 2021 by Marijn Haverbeke <[email protected]> and others
Expand Down
5 changes: 5 additions & 0 deletions packages/codemirror/test/onedarktheme.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) Jupyter Development Team.
* Distributed under the terms of the Modified BSD License.
*/

/*
* New theme example using https://github.com/codemirror/theme-one-dark
* Licensed under MIT License, Copyright (C) 2021 by Marijn Haverbeke <[email protected]> and others
Expand Down
5 changes: 5 additions & 0 deletions packages/codemirror/test/theme.spec.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) Jupyter Development Team.
* Distributed under the terms of the Modified BSD License.
*/

import { Theme } from '@jupyterlab/codemirror';
import { oneDark } from './onedarktheme';

Expand Down
5 changes: 5 additions & 0 deletions packages/collaboration/style/sidepanel.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) Jupyter Development Team.
* Distributed under the terms of the Modified BSD License.
*/

/************************************************************
Main Panel
*************************************************************/
Expand Down
5 changes: 5 additions & 0 deletions packages/lsp-extension/babel.config.js
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
/*
* Copyright (c) Jupyter Development Team.
* Distributed under the terms of the Modified BSD License.
*/

module.exports = require('@jupyterlab/testutils/lib/babel.config');
5 changes: 5 additions & 0 deletions packages/lsp-extension/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
/*
* Copyright (c) Jupyter Development Team.
* Distributed under the terms of the Modified BSD License.
*/

const func = require('@jupyterlab/testutils/lib/jest-config');
module.exports = func(__dirname);
5 changes: 5 additions & 0 deletions packages/lsp/babel.config.js
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
/*
* Copyright (c) Jupyter Development Team.
* Distributed under the terms of the Modified BSD License.
*/

module.exports = require('@jupyterlab/testutils/lib/babel.config');
5 changes: 5 additions & 0 deletions packages/lsp/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
/*
* Copyright (c) Jupyter Development Team.
* Distributed under the terms of the Modified BSD License.
*/

const func = require('@jupyterlab/testutils/lib/jest-config');
module.exports = func(__dirname);
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) Jupyter Development Team.
* Distributed under the terms of the Modified BSD License.
*/

// Disclaimer/acknowledgement: Fragments are based on https://github.com/wylieconlon/lsp-editor-adapter,
// which is copyright of wylieconlon and contributors and ISC licenced.
// ISC licence is, quote, "functionally equivalent to the simplified BSD and MIT licenses,
Expand Down
5 changes: 5 additions & 0 deletions packages/lsp/src/ws-connection/types.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) Jupyter Development Team.
* Distributed under the terms of the Modified BSD License.
*/

// Disclaimer/acknowledgement: Fragments are based on https://github.com/wylieconlon/lsp-editor-adapter,
// which is copyright of wylieconlon and contributors and ISC licenced.
// ISC licence is, quote, "functionally equivalent to the simplified BSD and MIT licenses,
Expand Down
5 changes: 5 additions & 0 deletions packages/lsp/src/ws-connection/ws-connection.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) Jupyter Development Team.
* Distributed under the terms of the Modified BSD License.
*/

// Disclaimer/acknowledgement: Fragments are based on https://github.com/wylieconlon/lsp-editor-adapter,
// which is copyright of wylieconlon and contributors and ISC licenced.
// ISC licence is, quote, "functionally equivalent to the simplified BSD and MIT licenses,
Expand Down
5 changes: 5 additions & 0 deletions packages/lsp/test/connection_manager.spec.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) Jupyter Development Team.
* Distributed under the terms of the Modified BSD License.
*/

import {
DocumentConnectionManager,
LanguageServerManager,
Expand Down
5 changes: 5 additions & 0 deletions packages/lsp/test/document.spec.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) Jupyter Development Team.
* Distributed under the terms of the Modified BSD License.
*/

import { CodeEditor } from '@jupyterlab/codeeditor';
import {
CodeExtractorsManager,
Expand Down
5 changes: 5 additions & 0 deletions packages/lsp/test/extractor_manager.spec.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) Jupyter Development Team.
* Distributed under the terms of the Modified BSD License.
*/

import {
CodeExtractorsManager,
IForeignCodeExtractor,
Expand Down
5 changes: 5 additions & 0 deletions packages/lsp/test/feature.spec.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) Jupyter Development Team.
* Distributed under the terms of the Modified BSD License.
*/

import { FeatureManager, IFeature } from '@jupyterlab/lsp';

const feature1: IFeature = {
Expand Down
5 changes: 5 additions & 0 deletions packages/lsp/test/manager.spec.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) Jupyter Development Team.
* Distributed under the terms of the Modified BSD License.
*/

import { LanguageServerManager } from '@jupyterlab/lsp';
import { ServerConnection } from '@jupyterlab/services';

Expand Down
5 changes: 5 additions & 0 deletions packages/lsp/test/positioning.spec.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) Jupyter Development Team.
* Distributed under the terms of the Modified BSD License.
*/

import { offsetAtPosition, positionAtOffset } from '@jupyterlab/lsp';

describe('positionAtOffset', () => {
Expand Down
5 changes: 5 additions & 0 deletions packages/lsp/test/schema.spec.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) Jupyter Development Team.
* Distributed under the terms of the Modified BSD License.
*/

const childProcess = require('child_process');

describe('@jupyterlab/lsp', () => {
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.

# setup.py shim for use with applications that require it.
__import__("setuptools").setup()